Searched refs:nlo (Results 1 – 1 of 1) sorted by relevance
1483 final View nlo = mStatusBarView.findViewById(R.id.notification_lights_out); in setAreThereNotifications() local1485 if (showDot != (nlo.getAlpha() == 1.0f)) { in setAreThereNotifications()1487 nlo.setAlpha(0f); in setAreThereNotifications()1488 nlo.setVisibility(View.VISIBLE); in setAreThereNotifications()1490 nlo.animate() in setAreThereNotifications()1497 nlo.setVisibility(View.GONE); in setAreThereNotifications()