Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipAnimationController.java164 PipTransitionAnimator.ofBounds(taskInfo, leash, startBounds, startBounds, in getAnimator()
181 PipTransitionAnimator.ofBounds(taskInfo, leash, baseBounds, startBounds, in getAnimator()
518 static PipTransitionAnimator<Rect> ofBounds(TaskInfo taskInfo, SurfaceControl leash, in ofBounds() method