Searched refs:onTaskVisibilityChanged (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/taskview/ |
H A D | TaskViewTest.java | 177 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(false)); in testOnTaskAppeared_noSurface_legacyTransitions() 188 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testOnTaskAppeared_withSurface_legacyTransitions() 199 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testSurfaceCreated_noTask_legacyTransitions() 210 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(true)); in testSurfaceCreated_withTask_legacyTransitions() 220 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testSurfaceDestroyed_noTask_legacyTransitions() 234 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testSurfaceDestroyed_withTask_shouldNotHideTask_legacyTransitions() 246 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(false)); in testSurfaceDestroyed_withTask_legacyTransitions() 309 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(false)); in testOnNewTask_noSurface() 321 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testSurfaceCreated_noTask() 334 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testOnNewTask_withSurface() [all …]
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/ |
H A D | TaskViewTaskController.java | 290 mListener.onTaskVisibilityChanged(taskId, mSurfaceCreated); in updateTaskVisibility() 582 mListener.onTaskVisibilityChanged(taskId, mSurfaceCreated /* visible */); in prepareHideAnimation() 645 mListener.onTaskVisibilityChanged(taskId, mSurfaceCreated /* visible */); in prepareOpenAnimation()
|
H A D | TaskView.java | 61 default void onTaskVisibilityChanged(int taskId, boolean visible) {} in onTaskVisibilityChanged() method
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleTaskViewHelper.java | 180 public void onTaskVisibilityChanged(int taskId, boolean visible) {
|
H A D | BubbleExpandedView.java | 304 public void onTaskVisibilityChanged(int taskId, boolean visible) {
|