Searched refs:excludeObject (Results 1 – 3 of 3) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_window_ScreenCapture.cpp | 169 auto excludeObject = reinterpret_cast<SurfaceControl*>(excludeArray[i]); in getCaptureArgs() local 170 if (excludeObject == nullptr) { in getCaptureArgs() 174 captureArgs.excludeHandles.emplace(excludeObject->getHandle()); in getCaptureArgs()
|
/aosp14/frameworks/base/core/java/android/transition/ |
H A D | Transition.java | 1106 mTargetIdExcludes = excludeObject(mTargetIdExcludes, targetId, exclude); in excludeTarget() 1133 mTargetNameExcludes = excludeObject(mTargetNameExcludes, targetName, exclude); in excludeTarget() 1164 mTargetIdChildExcludes = excludeObject(mTargetIdChildExcludes, targetId, exclude); in excludeChildren() 1191 mTargetExcludes = excludeObject(mTargetExcludes, target, exclude); in excludeTarget() 1217 mTargetChildExcludes = excludeObject(mTargetChildExcludes, target, exclude); in excludeChildren() 1225 private static <T> ArrayList<T> excludeObject(ArrayList<T> list, T target, boolean exclude) { in excludeObject() method in Transition 1258 mTargetTypeExcludes = excludeObject(mTargetTypeExcludes, type, exclude); in excludeTarget() 1285 mTargetTypeChildExcludes = excludeObject(mTargetTypeChildExcludes, type, exclude); in excludeChildren()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 57257 Landroid/transition/Transition;->excludeObject(Ljava/util/ArrayList;Ljava/lang/Object;Z)Ljava/util/…
|