Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java1102 mTargetIdExcludes = excludeObject(mTargetIdExcludes, targetId, exclude); in excludeTarget()
1129 mTargetNameExcludes = excludeObject(mTargetNameExcludes, targetName, exclude); in excludeTarget()
1160 mTargetIdChildExcludes = excludeObject(mTargetIdChildExcludes, targetId, exclude); in excludeChildren()
1187 mTargetExcludes = excludeObject(mTargetExcludes, target, exclude); in excludeTarget()
1213 mTargetChildExcludes = excludeObject(mTargetChildExcludes, target, exclude); in excludeChildren()
1221 private static <T> ArrayList<T> excludeObject(ArrayList<T> list, T target, boolean exclude) { in excludeObject() method in Transition
1254 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude); in excludeTarget()
1281 mTargetTypeChildExcludes = excludeObject(mTargetTypeChildExcludes, type, exclude); in excludeChildren()