Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java247 mHideTopBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(TOP); in start()
248 mHideBottomBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(BOTTOM); in start()
249 mHideLeftBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(LEFT); in start()
250 mHideRightBarForKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(RIGHT); in start()
DSystemBarConfigs.java165 protected boolean getHideForKeyboardBySide(@SystemBarSide int side) { in getHideForKeyboardBySide() method in SystemBarConfigs
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java182 boolean hideKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(SystemBarConfigs.TOP); in getTopSystemBarHideForKeyboard_hideBarForKeyboard_returnsTrue()
192 boolean hideKeyboard = mSystemBarConfigs.getHideForKeyboardBySide(SystemBarConfigs.TOP); in getTopSystemBarHideForKeyboard_topBarNotEnabled_returnsFalse()