Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java589 private int mChildCountWithTransientState = 0; field in ViewGroup
1117 mChildCountWithTransientState++; in childHasTransientStateChanged()
1119 mChildCountWithTransientState--; in childHasTransientStateChanged()
1135 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78614 Landroid/view/ViewGroup;->mChildCountWithTransientState:I