Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance
74 private View mCutoutSpace; field in PhoneStatusBarView104 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()307 if (mCutoutSpace == null) { in updateCutoutLocation()313 mCutoutSpace.setVisibility(View.GONE); in updateCutoutLocation()317 mCutoutSpace.setVisibility(View.VISIBLE); in updateCutoutLocation()318 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mCutoutSpace.getLayoutParams(); in updateCutoutLocation()
89 private View mCutoutSpace; field in KeyguardStatusBarView110 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()243 if (mCutoutSpace != null) { in updateLayoutParamsNoCutout()244 mCutoutSpace.setVisibility(View.GONE); in updateLayoutParamsNoCutout()267 if (mCutoutSpace == null) { in updateLayoutParamsForCutout()274 mCutoutSpace.setVisibility(View.VISIBLE); in updateLayoutParamsForCutout()275 RelativeLayout.LayoutParams lp = (LayoutParams) mCutoutSpace.getLayoutParams(); in updateLayoutParamsForCutout()