Searched defs:mTargetTypeChildExcludes (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransition.java191 ArrayList<Class> mTargetTypeChildExcludes = null; field in class:Transition
1283 mTargetTypeChildExcludes = excludeObject(mTargetTypeChildExcludes, type, exclude);
1600 if (mTargetTypeChildExcludes != null) {
1601 int numTypes = mTargetTypeChildExcludes.size();
1603 if (mTargetTypeChildExcludes.get(i).isInstance(view)) {
/frameworks/support/transition/src/android/support/transition/
H A DTransition.java194 private ArrayList<Class> mTargetTypeChildExcludes = null; field in class:Transition
1380 mTargetTypeChildExcludes = excludeType(mTargetTypeChildExcludes, type, exclude);
1638 if (mTargetTypeChildExcludes != null) {
1639 int numTypes = mTargetTypeChildExcludes.size();
1641 if (mTargetTypeChildExcludes.get(i).isInstance(view)) {

Completed in 26 milliseconds