Home
last modified time | relevance | path

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

/packages/apps/Car/Notification/src/com/android/car/notification/template/
DCarNotificationActionsView.java356 int focusedButtonIndex = getFocusedButtonIndex(); in onCallStateChanged() local
362 if (!isInTouchMode() && focusedButtonIndex != -1) { in onCallStateChanged()
363 for (int i = focusedButtonIndex; i != -1; i--) { in onCallStateChanged()