Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
84 private int mCutoutSideNudge = 0; field in PhoneStatusBarView294 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()330 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()331 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()