Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
76 private int mCutoutSideNudge = 0; field in PhoneStatusBarView230 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()302 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()303 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
104 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView218 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()365 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()366 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()