Searched refs:nlo (Results 1 – 1 of 1) sorted by relevance
2156 final View nlo = mStatusBarView.findViewById(R.id.notification_lights_out); in setAreThereNotifications() local2158 if (showDot != (nlo.getAlpha() == 1.0f)) { in setAreThereNotifications()2160 nlo.setAlpha(0f); in setAreThereNotifications()2161 nlo.setVisibility(View.VISIBLE); in setAreThereNotifications()2163 nlo.animate() in setAreThereNotifications()2170 nlo.setVisibility(View.GONE); in setAreThereNotifications()