Searched refs:mTransientIndices (Results 1 – 2 of 2) sorted by relevance
599 private List<Integer> mTransientIndices = null; field in ViewGroup3440 final int transientCount = mTransientIndices == null ? 0 : mTransientIndices.size(); in dispatchAttachedToWindow()3853 final int transientCount = mTransientViews == null ? 0 : mTransientIndices.size(); in dispatchDetachedFromWindow()4169 final int transientCount = mTransientIndices == null ? 0 : mTransientIndices.size(); in dispatchDraw()4178 while (transientIndex >= 0 && mTransientIndices.get(transientIndex) == i) { in dispatchDraw()4392 final int transientCount = mTransientViews == null ? 0 : mTransientIndices.size(); in dispatchGetDisplayList()4774 if (mTransientIndices == null) { in addTransientView()4775 mTransientIndices = new ArrayList<Integer>(); in addTransientView()4778 final int oldSize = mTransientIndices.size(); in addTransientView()4782 if (index < mTransientIndices.get(insertionIndex)) { in addTransientView()[all …]
78642 Landroid/view/ViewGroup;->mTransientIndices:Ljava/util/List;