Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance
58 private View mCutoutSpace; field in PhoneStatusBarView91 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()252 if (mCutoutSpace == null) { in updateCutoutLocation()258 mCutoutSpace.setVisibility(View.GONE); in updateCutoutLocation()262 mCutoutSpace.setVisibility(View.VISIBLE); in updateCutoutLocation()263 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mCutoutSpace.getLayoutParams(); in updateCutoutLocation()
94 private View mCutoutSpace; field in KeyguardStatusBarView127 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()319 if (mCutoutSpace != null) { in updateLayoutParamsNoCutout()320 mCutoutSpace.setVisibility(View.GONE); in updateLayoutParamsNoCutout()340 if (mCutoutSpace == null) { in updateLayoutParamsForCutout()347 mCutoutSpace.setVisibility(View.VISIBLE); in updateLayoutParamsForCutout()348 RelativeLayout.LayoutParams lp = (LayoutParams) mCutoutSpace.getLayoutParams(); in updateLayoutParamsForCutout()