Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java70 private int mCutoutSideNudge = 0; field in PhoneStatusBarView
207 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()
267 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()
268 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
H A DKeyguardStatusBarView.java101 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView
212 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()
349 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()
350 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()