Searched defs:hasHeavyweightDescendants (Results 1 - 1 of 1) 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...]

Completed in 33 milliseconds