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.java41 public class DisplaySystemBarsInsetsControllerHost implements InsetsController.Host { class
43 private static final String TAG = DisplaySystemBarsInsetsControllerHost.class.getSimpleName();
49 public DisplaySystemBarsInsetsControllerHost( in DisplaySystemBarsInsetsControllerHost() method in DisplaySystemBarsInsetsControllerHost
DDisplaySystemBarsController.java108 new DisplaySystemBarsInsetsControllerHost(mHandler, mInsetsControllerImpl)); in PerDisplay()