Searched refs:mChildCountWithTransientState (Results 1 – 1 of 1) sorted by relevance
516 private int mChildCountWithTransientState = 0; field in ViewGroup1025 mChildCountWithTransientState++; in childHasTransientStateChanged()1027 mChildCountWithTransientState--; in childHasTransientStateChanged()1043 return mChildCountWithTransientState > 0 || super.hasTransientState(); in hasTransientState()