Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskViewBase.java33 Rect getCurrentBoundsOnScreen(); in getCurrentBoundsOnScreen() method
H A DTaskView.java139 public Rect getCurrentBoundsOnScreen() { in getCurrentBoundsOnScreen() method in TaskView
H A DTaskViewTaskController.java610 Rect boundsOnScreen = mTaskViewBase.getCurrentBoundsOnScreen(); in prepareOpenAnimation()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTest.java496 when(taskViewBase.getCurrentBoundsOnScreen()).thenReturn(bounds); in testTaskViewPrepareOpenAnimationSetsBoundsAndVisibility()
523 when(taskViewBase.getCurrentBoundsOnScreen()).thenReturn(bounds); in testTaskViewPrepareOpenAnimationSetsVisibilityFalse()