Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/
H A DDisplaySystemBarsInsetsControllerHost.java40 public class DisplaySystemBarsInsetsControllerHost implements InsetsController.Host { class
42 private static final String TAG = DisplaySystemBarsInsetsControllerHost.class.getSimpleName();
48 public DisplaySystemBarsInsetsControllerHost(Handler handler, in DisplaySystemBarsInsetsControllerHost() method in DisplaySystemBarsInsetsControllerHost
H A DDisplaySystemBarsController.java111 new DisplaySystemBarsInsetsControllerHost(mHandler, visibilities -> { in PerDisplay()