All multimedia keys (channel up/down, volume control, etc...)
()
| 183 | * All multimedia keys (channel up/down, volume control, etc...) |
| 184 | */ |
| 185 | public boolean isMediaKey() { |
| 186 | return (_mask & KeyType.MEDIA) != 0; |
| 187 | } |
| 188 | |
| 189 | @ApiStatus.Internal public static final Map<String, Key> _nameMap; |
| 190 | static { |
nothing calls this directly
no outgoing calls
no test coverage detected