Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewGroup.java611 private int mChildCountWithTransientState = 0; field in ViewGroup
1146 mChildCountWithTransientState++; in childHasTransientStateChanged()
1148 mChildCountWithTransientState--; in childHasTransientStateChanged()
1164 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64185 Landroid/view/ViewGroup;->mChildCountWithTransientState:I