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

  /frameworks/base/core/java/android/view/
MotionEvent.java 331 private int mNumPointers;
337 // Array of mNumPointers size of identifiers for each pointer of data.
340 // Array of (mNumSamples * mNumPointers * NUM_SAMPLE_DATA) size of event data.
439 ev.mNumPointers = pointers;
501 ev.mNumPointers = 1;
585 MotionEvent ev = obtain(o.mNumPointers, o.mNumSamples);
597 int numPointers = ev.mNumPointers = o.mNumPointers;
617 MotionEvent ev = obtain(o.mNumPointers, 1);
630 int numPointers = ev.mNumPointers = o.mNumPointers
    [all...]
  /frameworks/base/core/jni/
android_view_MotionEvent.cpp 50 jfieldID mNumPointers;
97 env->SetIntField(eventObj, gMotionEventClassInfo.mNumPointers,
169 jint numPointers = env->GetIntField(eventObj, gMotionEventClassInfo.mNumPointers);
290 GET_FIELD_ID(gMotionEventClassInfo.mNumPointers, gMotionEventClassInfo.clazz,
291 "mNumPointers", "I");

Completed in 142 milliseconds