Searched refs:mLightsOutNotifView (Results 1 – 1 of 1) sorted by relevance
60 private View mLightsOutNotifView; field in LightsOutNotifController79 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 …]