Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/transition/
DTransition.java1105 mTargetIdExcludes = excludeObject(mTargetIdExcludes, targetId, exclude); in excludeTarget()
1132 mTargetNameExcludes = excludeObject(mTargetNameExcludes, targetName, exclude); in excludeTarget()
1163 mTargetIdChildExcludes = excludeObject(mTargetIdChildExcludes, targetId, exclude); in excludeChildren()
1190 mTargetExcludes = excludeObject(mTargetExcludes, target, exclude); in excludeTarget()
1216 mTargetChildExcludes = excludeObject(mTargetChildExcludes, target, exclude); in excludeChildren()
1224 private static <T> ArrayList<T> excludeObject(ArrayList<T> list, T target, boolean exclude) { in excludeObject() method in Transition
1257 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude); in excludeTarget()
1284 mTargetTypeChildExcludes = excludeObject(mTargetTypeChildExcludes, type, exclude); in excludeChildren()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt76377 Landroid/transition/Transition;->excludeObject(Ljava/util/ArrayList;Ljava/lang/Object;Z)Ljava/util/…