Searched refs:mTransientIndices (Results 1 – 1 of 1) sorted by relevance
507 private List<Integer> mTransientIndices = null; field in ViewGroup2963 final int transientCount = mTransientIndices == null ? 0 : mTransientIndices.size(); in dispatchAttachedToWindow()3219 final int transientCount = mTransientViews == null ? 0 : mTransientIndices.size(); in dispatchDetachedFromWindow()3526 final int transientCount = mTransientIndices == null ? 0 : mTransientIndices.size(); in dispatchDraw()3535 while (transientIndex >= 0 && mTransientIndices.get(transientIndex) == i) { in dispatchDraw()4097 if (mTransientIndices == null) { in addTransientView()4098 mTransientIndices = new ArrayList<Integer>(); in addTransientView()4101 final int oldSize = mTransientIndices.size(); in addTransientView()4105 if (index < mTransientIndices.get(insertionIndex)) { in addTransientView()4109 mTransientIndices.add(insertionIndex, index); in addTransientView()[all …]