Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java492 private int mChildCountWithTransientState = 0; field in ViewGroup
924 mChildCountWithTransientState++; in childHasTransientStateChanged()
926 mChildCountWithTransientState--; in childHasTransientStateChanged()
942 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()