Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java610 private int mChildCountWithTransientState = 0; field in ViewGroup
1142 mChildCountWithTransientState++; in childHasTransientStateChanged()
1144 mChildCountWithTransientState--; in childHasTransientStateChanged()
1160 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63542 Landroid/view/ViewGroup;->mChildCountWithTransientState:I