Home
last modified time | relevance | path

Searched defs:removePipExclusionBoundsChangeListener (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPip.java125 default void removePipExclusionBoundsChangeListener(Consumer<Rect> listener) { } in removePipExclusionBoundsChangeListener() method
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java853 public void removePipExclusionBoundsChangeListener(Consumer<Rect> listener) { in removePipExclusionBoundsChangeListener() method in PipController.PipImpl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarView.java1398 void removePipExclusionBoundsChangeListener(Pip pip) { in removePipExclusionBoundsChangeListener() method in NavigationBarView