Searched refs:stopSwipePipToHome (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
D | IPip.aidl | 54 oneway void stopSwipePipToHome(in ComponentName componentName, in Rect destinationBounds, in stopSwipePipToHome() method
|
D | PipTaskOrganizer.java | 385 public void stopSwipePipToHome(ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() method in PipTaskOrganizer
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipController.java | 562 private void stopSwipePipToHome(ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() method in PipController 564 mPipTaskOrganizer.stopSwipePipToHome(componentName, destinationBounds, overlay); in stopSwipePipToHome() 855 public void stopSwipePipToHome(ComponentName componentName, Rect destinationBounds, in stopSwipePipToHome() method in PipController.IPipImpl 859 controller.stopSwipePipToHome(componentName, destinationBounds, overlay); in stopSwipePipToHome()
|