Home
last modified time | relevance | path

Searched refs:mCutoutSpace (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java58 private View mCutoutSpace; field in PhoneStatusBarView
91 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()
H A DKeyguardStatusBarView.java94 private View mCutoutSpace; field in KeyguardStatusBarView
127 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()