Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DSystemBarConfigs.java146 void updateInsetPaddings(@SystemBarSide int side, in updateInsetPaddings() method in SystemBarConfigs
335 updateInsetPaddings(TOP, systemBarVisibilityOnInit); in setInsetPaddingsForOverlappingCorners()
336 updateInsetPaddings(BOTTOM, systemBarVisibilityOnInit); in setInsetPaddingsForOverlappingCorners()
337 updateInsetPaddings(LEFT, systemBarVisibilityOnInit); in setInsetPaddingsForOverlappingCorners()
338 updateInsetPaddings(RIGHT, systemBarVisibilityOnInit); in setInsetPaddingsForOverlappingCorners()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java214 mSystemBarConfigs.updateInsetPaddings(SystemBarConfigs.LEFT, visibilities); in updateInsetPaddings_overlappingBarWithHigherZOrderDisappeared_removesInset()
230 mSystemBarConfigs.updateInsetPaddings(SystemBarConfigs.LEFT, visibilities); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset()
233 mSystemBarConfigs.updateInsetPaddings(SystemBarConfigs.LEFT, visibilities); in updateInsetPaddings_overlappingBarWithHigherZOrderReappeared_addsInset()