Searched refs:mChildCountWithTransientState (Results 1 – 2 of 2) sorted by relevance
611 private int mChildCountWithTransientState = 0; field in ViewGroup1146 mChildCountWithTransientState++; in childHasTransientStateChanged()1148 mChildCountWithTransientState--; in childHasTransientStateChanged()1164 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()
64185 Landroid/view/ViewGroup;->mChildCountWithTransientState:I