Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
87 private int mCutoutSideNudge = 0; field in PhoneStatusBarView298 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()353 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()354 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
102 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView173 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()285 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()286 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()