HomeSort by relevance Sort by last modified time
    Searched refs:nativeGetKeyboardType (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp 162 static jint nativeGetKeyboardType(JNIEnv *env, jobject clazz, jint ptr) {
218 { "nativeGetKeyboardType", "(I)I",
219 (void*)nativeGetKeyboardType },
  /frameworks/base/core/java/android/view/
KeyCharacterMap.java 297 private static native int nativeGetKeyboardType(int ptr);
644 return nativeGetKeyboardType(mPtr);

Completed in 485 milliseconds