OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pointerpropertiesobj
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/jni/
android_view_MotionEvent.cpp
182
static bool validatePointerProperties(JNIEnv* env, jobject
pointerPropertiesObj
) {
183
if (!
pointerPropertiesObj
) {
317
static void pointerPropertiesToNative(JNIEnv* env, jobject
pointerPropertiesObj
,
320
outPointerProperties->id = env->GetIntField(
pointerPropertiesObj
,
322
outPointerProperties->toolType = env->GetIntField(
pointerPropertiesObj
,
360
jobject
pointerPropertiesObj
= env->GetObjectArrayElement(pointerPropertiesObjArray, i);
361
if (!
pointerPropertiesObj
) {
364
pointerPropertiesToNative(env,
pointerPropertiesObj
, &pointerProperties[i]);
365
env->DeleteLocalRef(
pointerPropertiesObj
);
[
all
...]
Completed in 787 milliseconds