OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nativeGetKeyboardType
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/core/jni/
android_view_KeyCharacterMap.cpp
166
static jint
nativeGetKeyboardType
(JNIEnv *env, jobject clazz, jlong ptr) {
224
{ "
nativeGetKeyboardType
", "(J)I",
225
(void*)
nativeGetKeyboardType
},
/frameworks/base/core/java/android/view/
KeyCharacterMap.java
297
private static native int
nativeGetKeyboardType
(long ptr);
644
return
nativeGetKeyboardType
(mPtr);
Completed in 35 milliseconds