Home
last modified time | relevance | path

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

/packages/apps/Car/SystemUI/tests/src/com/android/systemui/car/systembar/
DSystemBarConfigsTest.java146 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarEnabled_returnsTopSystemBarLayoutParams()
156 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarNotEnabled_returnsNull()
187 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasHigherZOrderThanHuns_topSystemBarIsSystemBarPanelType()
198 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasLowerZOrderThanHuns_topSystemBarIsStatusBarAdditionalType()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java374 mSystemBarConfigs.getLayoutParamsBySide(SystemBarConfigs.TOP)); in attachNavBarBySide()
382 mSystemBarConfigs.getLayoutParamsBySide(SystemBarConfigs.BOTTOM)); in attachNavBarBySide()
388 mSystemBarConfigs.getLayoutParamsBySide(SystemBarConfigs.LEFT)); in attachNavBarBySide()
394 mSystemBarConfigs.getLayoutParamsBySide(SystemBarConfigs.RIGHT)); in attachNavBarBySide()
DSystemBarConfigs.java109 protected WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side) { in getLayoutParamsBySide() method in SystemBarConfigs