Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
70 private int mCutoutSideNudge = 0; field in PhoneStatusBarView207 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()267 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()268 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
101 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView212 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()349 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()350 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()