Searched refs:mCutoutSideNudge (Results 1 – 2 of 2) sorted by relevance
81 private int mCutoutSideNudge = 0; field in PhoneStatusBarView288 mCutoutSideNudge = getResources().getDimensionPixelSize( in updateResources()349 bounds.left = bounds.left + mCutoutSideNudge; in updateCutoutLocation()350 bounds.right = bounds.right - mCutoutSideNudge; in updateCutoutLocation()
103 private int mCutoutSideNudge = 0; field in KeyguardStatusBarView188 mCutoutSideNudge = getResources().getDimensionPixelSize( in loadDimens()306 bounds.left = bounds.left + mCutoutSideNudge; in updateLayoutParamsForCutout()307 bounds.right = bounds.right - mCutoutSideNudge; in updateLayoutParamsForCutout()