Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance
77 private View mCutoutSpace; field in PhoneStatusBarView113 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()348 if (mCutoutSpace == null) { in updateCutoutLocation()354 mCutoutSpace.setVisibility(View.GONE); in updateCutoutLocation()359 mCutoutSpace.setVisibility(View.VISIBLE); in updateCutoutLocation()360 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mCutoutSpace.getLayoutParams(); in updateCutoutLocation()
104 private View mCutoutSpace; field in KeyguardStatusBarView139 mCutoutSpace = findViewById(R.id.cutout_space_view); in onFinishInflate()299 if (mCutoutSpace != null) { in updateLayoutParamsNoCutout()300 mCutoutSpace.setVisibility(View.GONE); in updateLayoutParamsNoCutout()323 if (mCutoutSpace == null) { in updateLayoutParamsForCutout()330 mCutoutSpace.setVisibility(View.VISIBLE); in updateLayoutParamsForCutout()331 RelativeLayout.LayoutParams lp = (LayoutParams) mCutoutSpace.getLayoutParams(); in updateLayoutParamsForCutout()