[go: nahoru, domu]

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

/frameworks/base/core/tests/coretests/src/android/transition/
H A DTransitionTest.java101 assertEquals(fade.mTargetTypeExcludes, clone.mTargetTypeExcludes);
/frameworks/base/core/java/android/transition/
H A DTransition.java187 ArrayList<Class> mTargetTypeExcludes = null; field in class:Transition
814 if (mTargetTypeExcludes != null && target != null) {
815 int numTypes = mTargetTypeExcludes.size();
817 Class type = mTargetTypeExcludes.get(i);
1254 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude);
1566 if (mTargetTypeExcludes != null && view != null) {
1567 int numTypes = mTargetTypeExcludes.size();
1569 if (mTargetTypeExcludes.get(i).isInstance(view)) {

Completed in 37 milliseconds