Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayPolicy.java346 private WindowState mRightGestureHost; field in DisplayPolicy
478 getControllableInsets(mRightGestureHost).right > 0; in DisplayPolicy()
480 requestTransientBars(mRightGestureHost, hasWindow); in DisplayPolicy()
1392 mRightGestureHost = null;
1446 && mRightGestureHost != null && mBottomGestureHost != null) {
1456 if (mRightGestureHost == null && insets.right > 0) {
1457 mRightGestureHost = win;
2777 if (mRightGestureHost != null) {
2778 pw.print(prefix); pw.print("mRightGestureHost="); pw.println(mRightGestureHost);