Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance
62 private View mCutoutSpace; field in PhoneStatusBarView98 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()287 if (mCutoutSpace == null) { in updateCutoutLocation()293 mCutoutSpace.setVisibility(View.GONE); in updateCutoutLocation()297 mCutoutSpace.setVisibility(View.VISIBLE); in updateCutoutLocation()298 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mCutoutSpace.getLayoutParams(); in updateCutoutLocation()
97 private View mCutoutSpace; field in KeyguardStatusBarView130 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()335 if (mCutoutSpace != null) { in updateLayoutParamsNoCutout()336 mCutoutSpace.setVisibility(View.GONE); in updateLayoutParamsNoCutout()356 if (mCutoutSpace == null) { in updateLayoutParamsForCutout()363 mCutoutSpace.setVisibility(View.VISIBLE); in updateLayoutParamsForCutout()364 RelativeLayout.LayoutParams lp = (LayoutParams) mCutoutSpace.getLayoutParams(); in updateLayoutParamsForCutout()