Home
last modified time | relevance | path

Searched refs:isGestureOnSystemBar (Results 1 – 10 of 10) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java140 boolean isGestureOnSystemBar); in showTransient() argument
H A DStatusBarManagerService.java544 boolean isGestureOnSystemBar) {
548 mBar.showTransient(displayId, types, isGestureOnSystemBar);
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl211 void showTransient(int displayId, in int[] types, boolean isGestureOnSystemBar); in showTransient() argument
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java354 boolean isGestureOnSystemBar) { in showTransient() argument
1030 public void showTransient(int displayId, int[] types, boolean isGestureOnSystemBar) { in showTransient() argument
1032 mHandler.obtainMessage(MSG_SHOW_TRANSIENT, displayId, isGestureOnSystemBar ? 1 : 0, in showTransient()
1416 final boolean isGestureOnSystemBar = msg.arg2 != 0; in handleMessage()
1418 mCallbacks.get(i).showTransient(displayId, types, isGestureOnSystemBar); in handleMessage()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DInsetsPolicy.java162 void showTransient(@InternalInsetsType int[] types, boolean isGestureOnSystemBar) { in showTransient() argument
180 mShowingTransientTypes.toArray(), isGestureOnSystemBar); in showTransient() local
H A DDisplayPolicy.java543 final boolean isGestureOnSystemBar = barMatchingSide != null; in DisplayPolicy()
547 requestTransientBars(bar, isGestureOnSystemBar); in DisplayPolicy()
2653 private void requestTransientBars(WindowState swipeTarget, boolean isGestureOnSystemBar) {
2691 isGestureOnSystemBar);
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java353 public void showTransient(int displayId, int[] types, boolean isGestureOnSystemBar) {
H A DNavigationBarView.java450 void onTransientStateChanged(boolean isTransient, boolean isGestureOnSystemBar) { in onTransientStateChanged() argument
459 || isGestureOnSystemBar; in onTransientStateChanged()
H A DNavigationBar.java998 boolean isGestureOnSystemBar) { in showTransient() argument
1007 mTransientShownFromGestureOnSystemBar = isGestureOnSystemBar; in showTransient()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarCommandQueueCallbacks.java499 boolean isGestureOnSystemBar) { in showTransient() argument