Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewGroup.java619 private IntArray mTransientIndices = null; field in ViewGroup
3500 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 …]
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67536 Landroid/view/ViewGroup;->mTransientIndices:Ljava/util/List;