Searched refs:mChildCountWithTransientState (Results 1 – 2 of 2) sorted by relevance
589 private int mChildCountWithTransientState = 0; field in ViewGroup1117 mChildCountWithTransientState++; in childHasTransientStateChanged()1119 mChildCountWithTransientState--; in childHasTransientStateChanged()1135 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()
78614 Landroid/view/ViewGroup;->mChildCountWithTransientState:I