Home
last modified time | relevance | path

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

/aosp12/packages/apps/Car/libs/car-apps-common/src/com/android/car/apps/common/
H A DCarControlBar.java74 @IntDef({SLOT_MAIN, SLOT_LEFT, SLOT_RIGHT, SLOT_EXPAND_COLLAPSE})
84 int SLOT_RIGHT = 2; field
98 case SLOT_RIGHT: in getSlotIndex()
/aosp12/packages/apps/Car/libs/car-media-common/src/com/android/car/media/common/
H A DMediaButtonController.java140 mControlBar.setView(null, ControlBar.SLOT_RIGHT); in resetInitialViews()
191 mControlBar.setView(mSkipNextButton, ControlBar.SLOT_RIGHT); in onPlaybackStateChanged()
195 mControlBar.setView(null, ControlBar.SLOT_RIGHT); in onPlaybackStateChanged()
247 mControlBar.setView(imageButtons.remove(0), CarControlBar.SLOT_RIGHT); in updateCustomActions()