Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance
78 private View mCutoutSpace; field in PhoneStatusBarView109 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()312 if (mCutoutSpace == null) { in updateCutoutLocation()319 mCutoutSpace.setVisibility(View.GONE); in updateCutoutLocation()324 mCutoutSpace.setVisibility(View.VISIBLE); in updateCutoutLocation()325 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mCutoutSpace.getLayoutParams(); in updateCutoutLocation()
95 private View mCutoutSpace; field in KeyguardStatusBarView116 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()252 if (mCutoutSpace != null) { in updateLayoutParamsNoCutout()253 mCutoutSpace.setVisibility(View.GONE); in updateLayoutParamsNoCutout()276 if (mCutoutSpace == null) { in updateLayoutParamsForCutout()283 mCutoutSpace.setVisibility(View.VISIBLE); in updateLayoutParamsForCutout()284 RelativeLayout.LayoutParams lp = (LayoutParams) mCutoutSpace.getLayoutParams(); in updateLayoutParamsForCutout()