Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
DDisplaySystemBarsInsetsControllerHost.java42 public class DisplaySystemBarsInsetsControllerHost implements InsetsController.Host { class
44 private static final String TAG = DisplaySystemBarsInsetsControllerHost.class.getSimpleName();
51 public DisplaySystemBarsInsetsControllerHost(Handler handler, in DisplaySystemBarsInsetsControllerHost() method in DisplaySystemBarsInsetsControllerHost
DDisplaySystemBarsController.java169 new DisplaySystemBarsInsetsControllerHost(mHandler, requestedVisibleTypes -> { in PerDisplay()