Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DLightsOutNotifController.java60 private View mLightsOutNotifView; field in LightsOutNotifController
79 mLightsOutNotifView = lightsOutNotifView; in setLightsOutNotifView()
81 if (mLightsOutNotifView != null) { in setLightsOutNotifView()
82 mLightsOutNotifView.setVisibility(View.GONE); in setLightsOutNotifView()
83 mLightsOutNotifView.setAlpha(0f); in setLightsOutNotifView()
107 if (mLightsOutNotifView == null) { in updateLightsOutView()
114 mLightsOutNotifView.setAlpha(0f); in updateLightsOutView()
115 mLightsOutNotifView.setVisibility(View.VISIBLE); in updateLightsOutView()
118 mLightsOutNotifView.animate() in updateLightsOutView()
138 return mLightsOutNotifView.getVisibility() == View.VISIBLE in isShowingDot()
[all …]