Searched refs:setTaskBounds (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
D | TaskViewTransitionsTest.java | 125 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskNotVisible_noTransaction() 153 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskVisible_boundsChangeTransaction() 169 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskVisibleWithPending_noTransaction() 196 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_sameBounds_noTransaction() 214 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_sameBounds_noTransaction() 236 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskRemoved_noNPE() 335 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, bounds); in updateBoundsForUnfold_noPendingTransition_doesNothing() 353 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, bounds); in updateBoundsForUnfold()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
D | TaskViewController.java | 129 void setTaskBounds(TaskViewTaskController taskView, Rect boundsOnScreen); in setTaskBounds() method
|
D | TaskView.java | 234 mTaskViewController.setTaskBounds(mTaskViewTaskController, mTmpRect); in onLocationChanged() 266 mTaskViewController.setTaskBounds(mTaskViewTaskController, mTmpRect); in surfaceChanged()
|
D | TaskViewTransitions.java | 504 public void setTaskBounds(TaskViewTaskController taskView, Rect boundsOnScreen) { in setTaskBounds() method in TaskViewTransitions
|
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/bar/ |
D | BubbleBarAnimationHelperTest.kt | 185 verify(taskController).setTaskBounds(eq(toBubbleTaskController), any()) in <lambda>() 259 verify(controller).setTaskBounds(eq(taskView), any()) in <lambda>()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
D | SplitLayout.java | 1255 setTaskBounds(wct, task1, getTopLeftBounds()); in applyTaskChanges() 1262 setTaskBounds(wct, task2, getBottomRightBounds()); in applyTaskChanges() 1271 public void setTaskBounds(WindowContainerTransaction wct, in setTaskBounds() method in SplitLayout
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleController.java | 3383 public void setTaskBounds(TaskViewTaskController taskView, Rect boundsOnScreen) { in setTaskBounds() method in BubbleTaskViewController 3384 mBaseTransitions.setTaskBounds(taskView, boundsOnScreen); in setTaskBounds()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/splitscreen/ |
D | StageCoordinator.java | 1860 mSplitLayout.setTaskBounds(wct, mSideStage.mRootTaskInfo, mTempRect1); in prepareSplitLayout()
|