Searched refs:mChildCountWithTransientState (Results 1 – 1 of 1) sorted by relevance
492 private int mChildCountWithTransientState = 0; field in ViewGroup924 mChildCountWithTransientState++; in childHasTransientStateChanged()926 mChildCountWithTransientState--; in childHasTransientStateChanged()942 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()