Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarView.java87 private int mCutoutSideNudge = 0; field in PhoneStatusBarView
298 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()
353 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()
354 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
DKeyguardStatusBarView.java102 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView
173 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()
285 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()
286 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()