Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java65 private int mCutoutSideNudge = 0; field in PhoneStatusBarView
183 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()
241 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()
242 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
H A DKeyguardStatusBarView.java89 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView
179 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()
316 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()
317 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()