Searched refs:nativeGetKeyboardType (Results 1 – 3 of 3) sorted by relevance
193 static jint nativeGetKeyboardType(JNIEnv *env, jobject clazz, jlong ptr) { in nativeGetKeyboardType() function258 {"nativeGetKeyboardType", "(J)I", (void*)nativeGetKeyboardType},
301 private static native int nativeGetKeyboardType(long ptr); in nativeGetKeyboardType() method in KeyCharacterMap666 return nativeGetKeyboardType(mPtr); in getKeyboardType()
64568 Landroid/view/KeyCharacterMap;->nativeGetKeyboardType(J)I