Home
last modified time | relevance | path

Searched refs:ScreenPinningNotify (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DScreenPinningNotify.java31 public class ScreenPinningNotify { class
39 public ScreenPinningNotify(Context context) { in ScreenPinningNotify() method in ScreenPinningNotify
H A DTaskbarDelegate.java119 private ScreenPinningNotify mScreenPinningNotify;
214 mScreenPinningNotify = new ScreenPinningNotify(mWindowContext);
H A DNavigationBarView.java177 private ScreenPinningNotify mScreenPinningNotify;
352 mScreenPinningNotify = new ScreenPinningNotify(mContext); in NavigationBarView()