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.java151 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarEnabled_returnsTopSystemBarLayoutParams()
160 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_containsLayoutInDisplayCutoutMode()
171 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in getTopSystemBarLayoutParams_topBarNotEnabled_returnsNull()
202 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasHigherZOrderThanHuns_topSystemBarIsSystemBarPanelType()
213 WindowManager.LayoutParams lp = mSystemBarConfigs.getLayoutParamsBySide( in topSystemBarHasLowerZOrderThanHuns_topSystemBarIsStatusBarAdditionalType()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java508 mSystemBarConfigs.getLayoutParamsBySide(TOP)); in attachNavBarBySide()
521 mSystemBarConfigs.getLayoutParamsBySide(BOTTOM)); in attachNavBarBySide()
534 mSystemBarConfigs.getLayoutParamsBySide(LEFT)); in attachNavBarBySide()
548 mSystemBarConfigs.getLayoutParamsBySide(RIGHT)); in attachNavBarBySide()
DSystemBarConfigs.java143 protected WindowManager.LayoutParams getLayoutParamsBySide(@SystemBarSide int side) { in getLayoutParamsBySide() method in SystemBarConfigs