Searched defs:buttons (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanelTitle.java34 private ArrayList<View> buttons; field in class:NotificationPanelTitle
39 buttons = new ArrayList<View>();
50 buttons.add(mSettingsButton = findViewById(R.id.settings_button));
51 buttons.add(findViewById(R.id.notification_button));
57 for (View button : buttons) {

Completed in 75 milliseconds