Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarView.java76 private boolean mIsPrivacyDotEnabled; field in KeyguardStatusBarView
117 mIsPrivacyDotEnabled = mContext.getResources().getBoolean(R.bool.config_enablePrivacyDot); in onFinishInflate()
269 final int minLeft = (isLayoutRtl() && mIsPrivacyDotEnabled) in updatePadding()
271 final int minRight = (!isLayoutRtl() && mIsPrivacyDotEnabled) in updatePadding()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java163 private boolean mIsPrivacyDotEnabled; field in ScreenDecorations
255 mIsPrivacyDotEnabled = mContext.getResources().getBoolean(R.bool.config_enablePrivacyDot); in startOnScreenDecorationsThread()
315 if (hasRoundedCorners() || shouldDrawCutout() || mIsPrivacyDotEnabled) { in setupDecorations()
915 return mIsPrivacyDotEnabled && isDefaultShownOverlayPos(pos, cutout); in shouldShowPrivacyDot()