Home
last modified time | relevance | path

Searched refs:insetSystemBar (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java342 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.TOP, mTopSystemBarView); in buildNavBarContent()
348 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.BOTTOM, mBottomSystemBarView); in buildNavBarContent()
354 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, mLeftSystemBarView); in buildNavBarContent()
360 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.RIGHT, mRightSystemBarView); in buildNavBarContent()
DSystemBarConfigs.java134 protected void insetSystemBar(@SystemBarSide int side, CarSystemBarView view) { in insetSystemBar() method in SystemBarConfigs
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java215 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBarWithHigherZOrderDisappeared_removesInset()
231 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset()
234 mSystemBarConfigs.insetSystemBar(SystemBarConfigs.LEFT, leftBar); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset()