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
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