Home
last modified time | relevance | path

Searched refs:mChildCountWithTransientState (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java604 private int mChildCountWithTransientState = 0; field in ViewGroup
1139 mChildCountWithTransientState++; in childHasTransientStateChanged()
1141 mChildCountWithTransientState--; in childHasTransientStateChanged()
1157 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()