Searched defs:mChildCountWithTransientState (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DViewGroup.java456 private int mChildCountWithTransientState = 0; field in class:ViewGroup
750 mChildCountWithTransientState++;
752 mChildCountWithTransientState--;
768 return mChildCountWithTransientState > 0 || super.hasTransientState();

Completed in 61 milliseconds