Searched refs:mBottomGestureHost (Results 1 – 1 of 1) sorted by relevance
355 private WindowState mBottomGestureHost; field in DisplayPolicy469 requestTransientBars(mBottomGestureHost, in DisplayPolicy()470 getControllableInsets(mBottomGestureHost).bottom > 0); in DisplayPolicy()1433 mBottomGestureHost = null;1487 && mRightGestureHost != null && mBottomGestureHost != null) {1500 if (mBottomGestureHost == null && insets.bottom > 0) {1501 mBottomGestureHost = win;2898 if (mBottomGestureHost != null) {2899 pw.print(prefix); pw.print("mBottomGestureHost="); pw.println(mBottomGestureHost);