Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java1422 final View nlo = mStatusBarView.findViewById(R.id.notification_lights_out); in updateAreThereNotifications() local
1424 if (showDot != (nlo.getAlpha() == 1.0f)) { in updateAreThereNotifications()
1426 nlo.setAlpha(0f); in updateAreThereNotifications()
1427 nlo.setVisibility(View.VISIBLE); in updateAreThereNotifications()
1429 nlo.animate() in updateAreThereNotifications()
1436 nlo.setVisibility(View.GONE); in updateAreThereNotifications()