Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBarController.java157 setRightWindowVisibility(View.GONE); in hideBars()
167 setRightWindowVisibility(View.VISIBLE); in showBars()
223 public boolean setRightWindowVisibility(@View.Visibility int visibility) { in setRightWindowVisibility() method in CarSystemBarController
DCarSystemBar.java590 mCarSystemBarController.setRightWindowVisibility( in updateKeyboardVisibility()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java381 mCarSystemBar.setRightWindowVisibility(View.VISIBLE); in testSetRightWindowVisibility_setTrue_isVisible()
392 mCarSystemBar.setRightWindowVisibility(View.GONE); in testSetRightWindowVisibility_setFalse_isGone()