Searched refs:hasHeavyweightDescendants (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java622 final boolean hasHeavyweightDescendants() { method in class:Container
676 if (!isContainer || (isContainer && !((Container)comp).hasHeavyweightDescendants())) {
4100 ((Container)comp).hasHeavyweightDescendants() && comp.isShowing()) {
4135 ((Container)comp).hasHeavyweightDescendants()) {
4142 if (!hasHeavyweightDescendants() || !isVisible()) {
4163 if (!hasHeavyweightDescendants()) {
4188 ((Container)comp).hasHeavyweightDescendants())
4247 if (!isLightweight || (isLightweight && hasHeavyweightDescendants())) {
4278 if (isLightweight() && hasHeavyweightDescendants()) {
4318 if (becameHigher && isLightweight() && hasHeavyweightDescendants()) {
[all...]
H A DComponent.java10075 if (!window.hasHeavyweightDescendants() || !window.hasLightweightDescendants() || window.isDisposing()) {
10078 "; has h/w descendants = " + window.hasHeavyweightDescendants() +

Completed in 348 milliseconds