Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayPolicy.java353 private WindowState mTopGestureHost; field in DisplayPolicy
461 requestTransientBars(mTopGestureHost, in DisplayPolicy()
462 getControllableInsets(mTopGestureHost).top > 0); in DisplayPolicy()
1431 mTopGestureHost = null;
1486 if (mLeftGestureHost != null && mTopGestureHost != null
1494 if (mTopGestureHost == null && insets.top > 0) {
1495 mTopGestureHost = win;
2892 if (mTopGestureHost != null) {
2893 pw.print(prefix); pw.print("mTopGestureHost="); pw.println(mTopGestureHost);