Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1021,7 +1021,7 @@ public enum AndroidKey {
* Key code constant: Media Top Menu key.
* Goes to the top of media menu.
*/
_MEDIA_TOP_MENU(226),
MEDIA_TOP_MENU(226),
/**
* Key code constant: '11' key.
*/
Expand Down Expand Up @@ -1178,7 +1178,7 @@ public enum AndroidKey {
* Goes to the context menu of media contents. Corresponds to Media Context-sensitive
* Menu (0x11) of CEC User Control Code.
*/
_TV_MEDIA_CONTEXT_MENU(257),
TV_MEDIA_CONTEXT_MENU(257),
/**
* Key code constant: Timer programming key.
* Goes to the timer recording menu. Corresponds to Timer Programming (0x54) of
Expand Down