HomeSort by relevance Sort by last modified time
    Searched refs:InputDevice (Results 26 - 50 of 69) sorted by null

12 3

  /frameworks/base/core/java/android/inputmethodservice/
IInputMethodSessionWrapper.java 32 import android.view.InputDevice;
216 if (motionEvent.isFromSource(InputDevice.SOURCE_CLASS_TRACKBALL)) {
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 28 import android.view.InputDevice;
565 InputDevice device = InputDevice.getDevice(event.getDeviceId());
662 if ((source & InputDevice.SOURCE_CLASS_POINTER) != 0) {
664 } else if ((source & InputDevice.SOURCE_CLASS_JOYSTICK) != 0) {
666 } else if ((source & InputDevice.SOURCE_CLASS_POSITION) != 0) {
748 int[] deviceIds = InputDevice.getDeviceIds();
755 InputDevice device = mIm.getInputDevice(deviceId);
    [all...]
  /frameworks/native/libs/input/
Android.mk 22 InputDevice.cpp \
InputDevice.cpp 17 #define LOG_TAG "InputDevice"
23 #include <input/InputDevice.h>
Keyboard.cpp 27 #include <input/InputDevice.h>
  /development/samples/ApiDemos/src/com/example/android/apis/view/
GameView.java 28 import android.view.InputDevice;
56 private InputDevice mLastInputDevice;
212 if (event.isFromSource(InputDevice.SOURCE_CLASS_JOYSTICK)
270 private static float getCenteredAxis(MotionEvent event, InputDevice device,
272 final InputDevice.MotionRange range = device.getMotionRange(axis, event.getSource());
  /frameworks/base/core/java/android/app/
Instrumentation.java 41 import android.view.InputDevice;
883 if (source == InputDevice.SOURCE_UNKNOWN) {
884 source = InputDevice.SOURCE_KEYBOARD;
    [all...]
  /frameworks/base/services/java/com/android/server/
WiredAccessoryManager.java 32 import android.view.InputDevice;
112 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_HEADPHONE_INSERT) == 1) {
115 if (mInputManager.getSwitchState(-1, InputDevice.SOURCE_ANY, SW_MICROPHONE_INSERT) == 1) {
VibratorService.java 43 import android.view.InputDevice;
436 InputDevice device = mIm.getInputDevice(ids[i]);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 39 import android.view.InputDevice;
ViewRootImpl.java     [all...]