Searched refs:androidKeycode (Results 1 – 1 of 1) sorted by relevance
188 mAndroidKeycode = androidKeycode; in KeycodeEntry()200 this(androidKeycode, cecKeycode, true, cecParams); in KeycodeEntry()203 private KeycodeEntry(int androidKeycode, int cecKeycode) { in KeycodeEntry() argument204 this(androidKeycode, cecKeycode, true, EmptyArray.BYTE); in KeycodeEntry()208 if (mAndroidKeycode == androidKeycode) { in toCecKeycodeAndParamIfMatched()223 private Boolean isRepeatableIfMatched(int androidKeycode) { in isRepeatableIfMatched() argument224 if (mAndroidKeycode == androidKeycode) { in isRepeatableIfMatched()438 static boolean isRepeatableKey(int androidKeycode) { in isRepeatableKey() argument451 static boolean isSupportedKeycode(int androidKeycode) { in isSupportedKeycode() argument459 static boolean isVolumeKeycode(int androidKeycode) { in isVolumeKeycode() argument[all …]