Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
80 private int mCutoutSideNudge = 0; field in PhoneStatusBarView289 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()323 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()324 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
96 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView166 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()276 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()277 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()