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.java92 setRightWindowVisibility(View.GONE); in hideBars()
102 setRightWindowVisibility(View.VISIBLE); in showBars()
159 public boolean setRightWindowVisibility(@View.Visibility int visibility) { in setRightWindowVisibility() method in CarSystemBarController
DCarSystemBar.java431 mCarSystemBarController.setRightWindowVisibility( in setImeWindowStatus()
/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DCarSystemBarControllerTest.java346 mCarSystemBar.setRightWindowVisibility(View.VISIBLE); in testSetRightWindowVisibility_setTrue_isVisible()
357 mCarSystemBar.setRightWindowVisibility(View.GONE); in testSetRightWindowVisibility_setFalse_isGone()