Home
last modified time | relevance | path

Searched refs:stopSwipePipToHome (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/pip/
DIPip.aidl58 oneway void stopSwipePipToHome(int taskId, in ComponentName componentName, in stopSwipePipToHome() method
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1003 private void stopSwipePipToHome(int taskId, ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() method in PipController
1005 mPipTaskOrganizer.stopSwipePipToHome(taskId, componentName, destinationBounds, overlay, in stopSwipePipToHome()
1293 public void stopSwipePipToHome(int taskId, ComponentName componentName, in stopSwipePipToHome() method in PipController.IPipImpl
1300 (controller) -> controller.stopSwipePipToHome( in stopSwipePipToHome()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/phone/
DPipController.java412 public void stopSwipePipToHome(int taskId, ComponentName componentName, in stopSwipePipToHome() method in PipController.IPipImpl
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java507 public void stopSwipePipToHome(int taskId, ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() method in PipTaskOrganizer