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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPanel.java59 ImageView mNotificationButton; field in class:NotificationPanel
99 mNotificationButton = (ImageView) findViewById(R.id.notification_button);
306 mNotificationButton.setVisibility(settingsVisible ? View.VISIBLE : View.GONE);
460 mNotificationButton.setImageDrawable(null);
461 mNotificationButton.setImageResource(R.drawable.ic_notifications);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBar.java207 ImageView mSettingsButton, mNotificationButton; field in class:PhoneStatusBar
461 mNotificationButton = (ImageView) mStatusBarWindow.findViewById(R.id.notification_button);
462 if (mNotificationButton != null) {
463 mNotificationButton.setOnClickListener(mNotificationButtonListener);
985 if (mNotificationButton != null) {
987 mNotificationButton.setImageDrawable(null);
988 mNotificationButton.setImageResource(R.drawable.ic_notifications);
1503 ObjectAnimator.ofFloat(mNotificationButton, View.ALPHA, 0f)
1505 mNotificationButton, View.INVISIBLE));
1551 mNotificationButton
[all...]

Completed in 58 milliseconds