Searched refs:nlo (Results 1 – 1 of 1) sorted by relevance
1551 final View nlo = mStatusBarView.findViewById(R.id.notification_lights_out); in setAreThereNotifications() local1553 if (showDot != (nlo.getAlpha() == 1.0f)) { in setAreThereNotifications()1555 nlo.setAlpha(0f); in setAreThereNotifications()1556 nlo.setVisibility(View.VISIBLE); in setAreThereNotifications()1558 nlo.animate() in setAreThereNotifications()1565 nlo.setVisibility(View.GONE); in setAreThereNotifications()