Home
last modified time | relevance | path

Searched refs:getBarLayoutParamsForRotation (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowController.java214 WindowManager.LayoutParams lp = getBarLayoutParamsForRotation(rotation);
217 lp.paramsForRotation[rot] = getBarLayoutParamsForRotation(rot);
222 private WindowManager.LayoutParams getBarLayoutParamsForRotation(int rotation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java1734 WindowManager.LayoutParams lp = getBarLayoutParamsForRotation(rotation); in getBarLayoutParams()
1737 lp.paramsForRotation[rot] = getBarLayoutParamsForRotation(rot); in getBarLayoutParams()
1742 private WindowManager.LayoutParams getBarLayoutParamsForRotation(int rotation) { in getBarLayoutParamsForRotation() method in NavigationBar