Searched refs:insetSystemBar (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/ |
D | SystemBarConfigsTest.java | 230 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBarWithHigherZOrderDisappeared_removesInset() 246 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset() 249 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset() 314 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.TOP, topBar); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders() 316 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.BOTTOM, bottomBar); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders() 318 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders() 320 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.RIGHT, rightBar); in updateInsetPaddings_overlappingBars_addsPaddingsByOrders()
|
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/ |
D | CarSystemBar.java | 450 mSystemBarConfigs.insetSystemBar(TOP, mTopSystemBarView); in buildNavBarContent() 457 mSystemBarConfigs.insetSystemBar(BOTTOM, mBottomSystemBarView); in buildNavBarContent() 464 mSystemBarConfigs.insetSystemBar(LEFT, mLeftSystemBarView); in buildNavBarContent() 471 mSystemBarConfigs.insetSystemBar(RIGHT, mRightSystemBarView); in buildNavBarContent()
|
D | SystemBarConfigs.java | 170 protected void insetSystemBar(@SystemBarSide int side, CarSystemBarView view) { in insetSystemBar() method in SystemBarConfigs
|