Searched refs:mTransientIndices (Results 1 – 2 of 2) sorted by relevance
619 private IntArray mTransientIndices = null; field in ViewGroup3500 final int transientCount = mTransientIndices == null ? 0 : mTransientIndices.size(); in dispatchAttachedToWindow()4265 final int transientCount = mTransientIndices == null ? 0 : mTransientIndices.size(); in dispatchDraw()4870 if (mTransientIndices == null) { in addTransientView()4871 mTransientIndices = new IntArray(); in addTransientView()4885 mTransientIndices.add(index); in addTransientView()4912 mTransientIndices.remove(i); in removeTransientView()4935 return mTransientIndices == null ? 0 : mTransientIndices.size(); in getTransientViewCount()4950 if (position < 0 || mTransientIndices == null || position >= mTransientIndices.size()) { in getTransientViewIndex()5315 if (mTransientIndices != null) { in addViewInner()[all …]
67536 Landroid/view/ViewGroup;->mTransientIndices:Ljava/util/List;