Home
last modified time | relevance | path

Searched defs:onTaskRemovalStarted (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleTaskViewListener.java66 void onTaskRemovalStarted(); in onTaskRemovalStarted() method
208 public void onTaskRemovalStarted(int taskId) { in onTaskRemovalStarted() method in BubbleTaskViewListener
DBubbleTaskView.kt83 override fun onTaskRemovalStarted(taskId: Int) { in onTaskRemovalStarted() method
/frameworks/base/core/java/android/app/
DTaskStackListener.java124 public void onTaskRemovalStarted(RunningTaskInfo taskInfo) in onTaskRemovalStarted() method in TaskStackListener
133 public void onTaskRemovalStarted(int taskId) throws RemoteException { in onTaskRemovalStarted() method in TaskStackListener
DITaskStackListener.aidl133 void onTaskRemovalStarted(in ActivityManager.RunningTaskInfo taskInfo); in onTaskRemovalStarted() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
DPanelTaskViewController.kt86 override fun onTaskRemovalStarted(taskId: Int) { in onTaskRemovalStarted() method in com.android.systemui.controls.ui.PanelTaskViewController
DDetailDialog.kt109 override fun onTaskRemovalStarted(taskId: Int) { in <lambda>() method in com.android.systemui.controls.ui.DetailDialog
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/taskview/
DTaskView.java67 default void onTaskRemovalStarted(int taskId) {} in onTaskRemovalStarted() method
/frameworks/base/libs/WindowManager/Shell/multivalentTests/src/com/android/wm/shell/bubbles/
DBubbleTaskViewListenerTest.kt444 fun onTaskRemovalStarted() { in onTaskRemovalStarted() method in com.android.wm.shell.bubbles.BubbleTaskViewListenerTest
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java423 public void onTaskRemovalStarted() { in onTaskRemovalStarted() method in BubbleBarExpandedView