Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java25 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
58 Context getWindowContextBySide(@SystemBarSide int side); in getWindowContextBySide()
64 ViewGroup getSystemBarLayoutBySide(@SystemBarSide int side, boolean isSetUp); in getSystemBarLayoutBySide()
70 ViewGroup getWindowLayoutBySide(@SystemBarSide int side); in getWindowLayoutBySide()
76 WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side); in getLayoutParamsBySide()
81 boolean getEnabledStatusBySide(@SystemBarSide int side); in getEnabledStatusBySide()
86 boolean getHideForKeyboardBySide(@SystemBarSide int side); in getHideForKeyboardBySide()
93 void insetSystemBar(@SystemBarSide int side, ViewGroup view); in insetSystemBar()
98 List<@SystemBarSide Integer> getSystemBarSidesByZOrder(); in getSystemBarSidesByZOrder()
107 int getSystemBarInsetTypeBySide(@SystemBarSide int side); in getSystemBarInsetTypeBySide()
DSystemBarConfigsImpl.java46 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
88 private static final Map<@SystemBarSide Integer, Integer> BAR_GRAVITY_MAP = new ArrayMap<>();
89 private static final Map<@SystemBarSide Integer, String> BAR_TITLE_MAP = new ArrayMap<>();
90 private static final Map<@SystemBarSide Integer, InsetsFrameProvider> BAR_GESTURE_MAP =
95 private final Map<@SystemBarSide Integer, SystemBarConfig> mSystemBarConfigMap =
97 private final List<@SystemBarSide Integer> mSystemBarSidesByZOrder = new ArrayList<>();
152 public Context getWindowContextBySide(@SystemBarSide int side) { in getWindowContextBySide()
170 public ViewGroup getSystemBarLayoutBySide(@SystemBarSide int side, boolean isSetUp) { in getSystemBarLayoutBySide()
179 private int getSystemBarLayoutResBySide(@SystemBarSide int side, boolean isSetUp) { in getSystemBarLayoutResBySide()
214 public ViewGroup getWindowLayoutBySide(@SystemBarSide int side) { in getWindowLayoutBySide()
[all …]
DCarSystemBarViewFactoryImpl.java25 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
42 private final Map<@SystemBarSide Integer,
49 Map<@SystemBarSide Integer, in CarSystemBarViewFactoryImpl()
59 public ViewGroup getSystemBarWindow(@SystemBarSide int side) { in getSystemBarWindow()
65 public CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, in getSystemBarViewController()
78 private ViewGroup getWindowCached(@SystemBarSide int side) { in getWindowCached()
88 private CarSystemBarViewController getBarCached(@SystemBarSide int side, boolean isSetUp) { in getBarCached()
DCarSystemBarViewFactory.java22 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
30 ViewGroup getSystemBarWindow(@SystemBarSide int side); in getSystemBarWindow()
34 CarSystemBarViewController getSystemBarViewController(@SystemBarSide int side, boolean isSetUp); in getSystemBarViewController()
DCarSystemBarViewControllerFactory.java20 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
30 T create(@SystemBarSide int side, ViewGroup view); in create()
DCarSystemBarController.java42 @interface SystemBarSide { annotation
53 void registerBarTouchListener(@SystemBarSide int side, View.OnTouchListener listener); in registerBarTouchListener()
DCarTopSystemBarViewController.java31 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
123 default CarSystemBarViewControllerImpl create(@SystemBarSide int side, ViewGroup view) { in create()
DCarSystemBarViewControllerImpl.java33 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
65 private final @SystemBarSide int mSide;
85 @Assisted @SystemBarSide int side, in CarSystemBarViewControllerImpl()
DCarSystemBarControllerImpl.java554 ViewGroup getBarWindow(@SystemBarSide int side) { in getBarWindow()
561 CarSystemBarViewController getBarViewController(@SystemBarSide int side, boolean isSetUp) { in getBarViewController()
578 public void registerBarTouchListener(@SystemBarSide int side, View.OnTouchListener listener) { in registerBarTouchListener()
772 private WindowManager getWindowManagerForSide(@SystemBarSide int side) { in getWindowManagerForSide()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java64 import com.android.systemui.car.systembar.CarSystemBarController.SystemBarSide;
213 public CarSystemBarViewControllerImpl create(@SystemBarSide int side, in setUp()
223 Map<@SystemBarSide Integer, CarSystemBarViewControllerFactory> factoriesMap = in setUp()