Searched refs:onTaskVisibilityChanged (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/ |
D | TaskViewTest.java | 142 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(false)); in testOnTaskAppeared_noSurface() 151 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testOnTaskAppeared_withSurface() 160 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testSurfaceCreated_noTask() 169 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(true)); in testSurfaceCreated_withTask() 178 verify(mViewListener, never()).onTaskVisibilityChanged(anyInt(), anyBoolean()); in testSurfaceDestroyed_noTask() 189 verify(mViewListener).onTaskVisibilityChanged(eq(mTaskInfo.taskId), eq(false)); in testSurfaceDestroyed_withTask()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/ |
D | TaskView.java | 64 default void onTaskVisibilityChanged(int taskId, boolean visible) {} in onTaskVisibilityChanged() method 244 mListener.onTaskVisibilityChanged(taskId, mSurfaceCreated); in updateTaskVisibility()
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
D | BubbleExpandedView.java | 215 public void onTaskVisibilityChanged(int taskId, boolean visible) {
|