Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java188 ArrayList<Class> mTargetTypeExcludes = null; field in Transition
816 if (mTargetTypeExcludes != null && target != null) { in isValidTarget()
817 int numTypes = mTargetTypeExcludes.size(); in isValidTarget()
819 Class type = mTargetTypeExcludes.get(i); in isValidTarget()
1257 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude); in excludeTarget()
1567 if (mTargetTypeExcludes != null && view != null) { in captureHierarchy()
1568 int numTypes = mTargetTypeExcludes.size(); in captureHierarchy()
1570 if (mTargetTypeExcludes.get(i).isInstance(view)) { in captureHierarchy()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76429 Landroid/transition/Transition;->mTargetTypeExcludes:Ljava/util/ArrayList;