Searched refs:mTargetTypeExcludes (Results 1 – 2 of 2) sorted by relevance
101 assertEquals(fade.mTargetTypeExcludes, clone.mTargetTypeExcludes); in testClone()
187 ArrayList<Class> mTargetTypeExcludes = null; field in Transition814 if (mTargetTypeExcludes != null && target != null) { in isValidTarget()815 int numTypes = mTargetTypeExcludes.size(); in isValidTarget()817 Class type = mTargetTypeExcludes.get(i); in isValidTarget()1254 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude); in excludeTarget()1566 if (mTargetTypeExcludes != null && view != null) { in captureHierarchy()1567 int numTypes = mTargetTypeExcludes.size(); in captureHierarchy()1569 if (mTargetTypeExcludes.get(i).isInstance(view)) { in captureHierarchy()