HomeSort by relevance Sort by last modified time
    Searched full:mscancode (Results 1 - 4 of 4) sorted by null

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 31 private int mScancode = -1;
57 mScancode = scancode;
98 mKeyCode, mRepeatCount, mMetaState, mDeviceId, mScancode);
  /frameworks/base/services/jni/
com_android_server_KeyInputQueue.cpp 42 jfieldID mScancode;
77 env->SetIntField(event, gInputOffsets.mScancode, (jint)scancode);
334 gInputOffsets.mScancode
336 LOG_FATAL_IF(gInputOffsets.mScancode == NULL, "Unable to find RawInputEvent.scancode");
  /frameworks/base/core/java/android/view/
KeyEvent.java 329 private int mScancode;
479 mScancode = scancode;
509 mScancode = scancode;
546 mScancode = origEvent.mScancode;
571 mScancode = origEvent.mScancode;
624 mScancode = origEvent.mScancode;
856 return mScancode;
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 318 milliseconds