Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java119 private ScreenPinningNotify mScreenPinningNotify; field in TaskbarDelegate
214 mScreenPinningNotify = new ScreenPinningNotify(mWindowContext);
233 mScreenPinningNotify = null;
409 if (mScreenPinningNotify == null) {
413 mScreenPinningNotify.showPinningStartToast();
415 mScreenPinningNotify.showPinningExitToast();
422 if (mScreenPinningNotify == null) {
425 mScreenPinningNotify.showEscapeToast(QuickStepContract.isGesturalMode(mNavigationMode),
H A DNavigationBarView.java177 private ScreenPinningNotify mScreenPinningNotify; field in NavigationBarView
352 mScreenPinningNotify = new ScreenPinningNotify(mContext); in NavigationBarView()
1128 mScreenPinningNotify.showPinningStartToast(); in showPinningEnterExitToast()
1130 mScreenPinningNotify.showPinningExitToast(); in showPinningEnterExitToast()
1135 mScreenPinningNotify.showEscapeToast( in showPinningEscapeToast()