Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPip.java69 default void removePipExclusionBoundsChangeListener(Consumer<Rect> listener) { } in removePipExclusionBoundsChangeListener() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java278 void removePipExclusionBoundsChangeListener(Pip pip) { in removePipExclusionBoundsChangeListener() method in TaskbarDelegate
H A DNavigationBarView.java1188 void removePipExclusionBoundsChangeListener(Pip pip) { in removePipExclusionBoundsChangeListener() method in NavigationBarView
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipController.java1213 public void removePipExclusionBoundsChangeListener(Consumer<Rect> listener) { in removePipExclusionBoundsChangeListener() method in PipController.PipImpl