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

/openjdk7/jdk/src/share/classes/java/awt/
H A DContainer.java173 transient int descendantsCount; field in class:Container
1284 adjustDescendants(-descendantsCount);
1385 descendantsCount += num;
1399 // Verify descendantsCount is correct
1404 if (descendantsCount != sum) {
1405 log.fine("Assertion (descendantsCount == sum) failed");
1408 return descendantsCount + 1;
1414 return descendantsCount;

Completed in 85 milliseconds