Home
last modified time | relevance | path

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

/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
DRotaryMenu.java45 private Button mNotificationButton; field in RotaryMenu
73 mNotificationButton = view.findViewById(R.id.notification); in onCreateView()
74 mNotificationButton.setOnFocusChangeListener( in onCreateView()
76 mNotificationButton.setOnClickListener(v -> showNotificationExample(/* hasFocus= */ true)); in onCreateView()