Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/transition/
H A DTransition.java189 ArrayList<Class> mTargetTypeExcludes = null; field in Transition
817 if (mTargetTypeExcludes != null && target != null) { in isValidTarget()
818 int numTypes = mTargetTypeExcludes.size(); in isValidTarget()
820 Class type = mTargetTypeExcludes.get(i); in isValidTarget()
1258 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude); in excludeTarget()
1568 if (mTargetTypeExcludes != null && view != null) { in captureHierarchy()
1569 int numTypes = mTargetTypeExcludes.size(); in captureHierarchy()
1571 if (mTargetTypeExcludes.get(i).isInstance(view)) { in captureHierarchy()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt57309 Landroid/transition/Transition;->mTargetTypeExcludes:Ljava/util/ArrayList;