Home
last modified time | relevance | path

Searched refs:removePipExclusionBoundsChangeListener (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPip.java69 default void removePipExclusionBoundsChangeListener(Consumer<Rect> listener) { } in removePipExclusionBoundsChangeListener() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java271 mPipOptional.ifPresent(this::removePipExclusionBoundsChangeListener); in destroy()
280 void removePipExclusionBoundsChangeListener(Pip pip) { in removePipExclusionBoundsChangeListener() method in TaskbarDelegate
281 pip.removePipExclusionBoundsChangeListener(mPipListener); in removePipExclusionBoundsChangeListener()
DNavigationBarView.java1174 void removePipExclusionBoundsChangeListener(Pip pip) { in removePipExclusionBoundsChangeListener() method in NavigationBarView
1175 pip.removePipExclusionBoundsChangeListener(mPipListener); in removePipExclusionBoundsChangeListener()
DNavigationBar.java871 mPipOptional.ifPresent(mView::removePipExclusionBoundsChangeListener); in onViewDetached()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
DPipController.java1218 public void removePipExclusionBoundsChangeListener(Consumer<Rect> listener) { in removePipExclusionBoundsChangeListener() method in PipController.PipImpl