Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance
73 private View mCutoutSpace; field in PhoneStatusBarView102 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()332 if (mCutoutSpace == null) { in updateCutoutLocation()338 mCutoutSpace.setVisibility(View.GONE); in updateCutoutLocation()343 mCutoutSpace.setVisibility(View.VISIBLE); in updateCutoutLocation()344 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mCutoutSpace.getLayoutParams(); in updateCutoutLocation()
96 private View mCutoutSpace; field in KeyguardStatusBarView122 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()273 if (mCutoutSpace != null) { in updateLayoutParamsNoCutout()274 mCutoutSpace.setVisibility(View.GONE); in updateLayoutParamsNoCutout()297 if (mCutoutSpace == null) { in updateLayoutParamsForCutout()304 mCutoutSpace.setVisibility(View.VISIBLE); in updateLayoutParamsForCutout()305 RelativeLayout.LayoutParams lp = (LayoutParams) mCutoutSpace.getLayoutParams(); in updateLayoutParamsForCutout()