Home
last modified time | relevance | path

Searched refs:mPipListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java140 private final Consumer<Rect> mPipListener; field in TaskbarDelegate
177 mPipListener = (bounds) -> { in TaskbarDelegate()
277 pip.addPipExclusionBoundsChangeListener(mPipListener); in addPipExclusionBoundsChangeListener()
281 pip.removePipExclusionBoundsChangeListener(mPipListener); in removePipExclusionBoundsChangeListener()
DNavigationBarView.java1171 pip.addPipExclusionBoundsChangeListener(mPipListener); in addPipExclusionBoundsChangeListener()
1175 pip.removePipExclusionBoundsChangeListener(mPipListener); in removePipExclusionBoundsChangeListener()
1203 private final Consumer<Rect> mPipListener = bounds -> post(() -> { field in NavigationBarView