Searched refs:mChildCountWithTransientState (Results 1 – 2 of 2) sorted by relevance
610 private int mChildCountWithTransientState = 0; field in ViewGroup1142 mChildCountWithTransientState++; in childHasTransientStateChanged()1144 mChildCountWithTransientState--; in childHasTransientStateChanged()1160 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()
63542 Landroid/view/ViewGroup;->mChildCountWithTransientState:I