Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/
H A DTaskViewTransitionsTest.java63 TaskViewTaskController mTaskViewTaskController; field in TaskViewTransitionsTest
98 mTaskViewTransitions.addTaskView(mTaskViewTaskController); in setUp()
106 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskNotVisible_noTransaction()
134 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskVisible_boundsChangeTransaction()
150 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskVisibleWithPendingOpen_noTransaction()
177 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskVisibleWithPendingChange_transition()
183 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_taskVisibleWithPendingChange_transition()
214 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_sameBounds_noTransaction()
221 mTaskViewTransitions.setTaskBounds(mTaskViewTaskController, in testSetTaskBounds_sameBounds_noTransaction()
319 mTaskViewTaskController, in test_startAnimation_setsTaskNotFound()
[all …]
H A DTaskViewTest.java98 TaskViewTaskController mTaskViewTaskController; field in TaskViewTest
226 mTaskViewTaskController.setHideTaskWithSurface(false); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions()
266 mTaskViewTaskController.onTaskVanished(mTaskInfo); in testOnTaskVanished_legacyTransitions()
293 mTaskViewTaskController.onTaskVanished(mTaskInfo); in testUnsetOnBackPressedOnTaskRoot_legacyTransitions()
409 mTaskViewTaskController.prepareCloseAnimation(); in testOnTaskVanished()
445 mTaskViewTaskController.prepareCloseAnimation(); in testUnsetOnBackPressedOnTaskRoot()
502 eq(mTaskViewTaskController), eq(true)); in testTaskViewPrepareOpenAnimationSetsBoundsAndVisibility()
567 mTaskViewTaskController.setTaskNotFound(); in testOnTaskAppearedWithTaskNotFound()
595 reset(mTaskViewTaskController); in testSetCaptionInsets_noTaskInitially()
615 reset(mTaskViewTaskController); in testSetCaptionInsets_withTask()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
H A DTaskView.java80 mTaskViewTaskController = taskViewTaskController; in TaskView()
83 mTaskViewTaskController.setTaskViewBase(this); in TaskView()
135 return mTaskViewTaskController.isInitialized(); in isInitialized()
189 mTaskViewTaskController.setCaptionInsets(null); in setCaptionInsets()
198 mTaskViewTaskController.setWindowBounds(mTmpRect); in onLocationChanged()
205 mTaskViewTaskController.removeTask(); in removeTask()
213 mTaskViewTaskController.release(); in release()
218 return mTaskViewTaskController.toString(); in toString()
230 mTaskViewTaskController.setWindowBounds(mTmpRect); in surfaceChanged()
235 mTaskViewTaskController.surfaceDestroyed(); in surfaceDestroyed()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleTaskViewHelper.java76 private TaskViewTaskController mTaskViewTaskController; field in BubbleTaskViewHelper
212 mTaskViewTaskController = new TaskViewTaskController(mContext, in BubbleTaskViewHelper()
215 mTaskView = new TaskView(mContext, mTaskViewTaskController); in BubbleTaskViewHelper()
H A DBubbleExpandedView.java148 private TaskViewTaskController mTaskViewTaskController; field in BubbleExpandedView
435 mTaskViewTaskController = new TaskViewTaskController(mContext, in initialize()
438 mTaskView = new TaskView(mContext, mTaskViewTaskController); in initialize()