Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
65 private int mCutoutSideNudge = 0; field in PhoneStatusBarView183 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()241 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()242 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
89 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView179 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()316 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()317 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()