Searched refs:nativeGetMappedKey (Results 1 – 2 of 2) sorted by relevance
262 static jint nativeGetMappedKey(JNIEnv* env, jobject clazz, jlong ptr, jint scanCode) { in nativeGetMappedKey() function297 {"nativeGetMappedKey", "(JI)I", (void*)nativeGetMappedKey}}; in nativeGetMappedKey() method
318 private static native int nativeGetMappedKey(long ptr, int scanCode); in nativeGetMappedKey() method in KeyCharacterMap406 int keyCode = nativeGetMappedKey(mPtr, scanCode); in getMappedKeyOrDefault()