Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationPanelActivity.java47 private View mNotificationPlaceholder; field in TvNotificationPanelActivity
68 mNotificationPlaceholder = findViewById(R.id.no_notifications); in onCreate()
85 mNotificationPlaceholder.setVisibility(noNotifications ? View.VISIBLE : View.GONE); in notificationsUpdated()