Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
DNotificationPanel.java51 View mNotificationButton; field in NotificationPanel
91 mNotificationButton = findViewById(R.id.notification_button); in onFinishInflate()
320 mNotificationButton.setVisibility(settingsVisible ? View.VISIBLE : View.INVISIBLE); in updatePanelModeButtons()