Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A DStatusBarWindowController.java129 mLp = getBarLayoutParams(mContext.getDisplay().getRotation()); in attach()
188 private WindowManager.LayoutParams getBarLayoutParams(int rotation) {
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java558 getBarLayoutParams(mContext.getResources().getConfiguration().windowConfiguration in createView()
1117 mWindowManager.updateViewLayout(mFrame, getBarLayoutParams(rotation)); in repositionNavigationBar()
1537 private WindowManager.LayoutParams getBarLayoutParams(int rotation) { in getBarLayoutParams() method in NavigationBar