Home
last modified time | relevance | path

Searched refs:mTransientIndices (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DViewGroup.java599 private List<Integer> mTransientIndices = null; field in ViewGroup
3440 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78642 Landroid/view/ViewGroup;->mTransientIndices:Ljava/util/List;