Searched refs:SOURCE_DPAD (Results 1 - 4 of 4) sorted by relevance

/frameworks/support/v4/java/android/support/v4/view/
H A DInputDeviceCompat.java41 * Examples: {@link #SOURCE_KEYBOARD}, {@link #SOURCE_DPAD}.
118 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON; field in class:InputDeviceCompat
/frameworks/base/core/java/android/view/
H A DInputDevice.java82 * Examples: {@link #SOURCE_KEYBOARD}, {@link #SOURCE_DPAD}.
157 public static final int SOURCE_DPAD = 0x00000200 | SOURCE_CLASS_BUTTON; field in class:InputDevice
943 appendSourceDescriptionIfApplicable(description, SOURCE_DPAD, "dpad");
/frameworks/base/cmds/input/src/com/android/commands/input/
H A DInput.java41 put("dpad", InputDevice.SOURCE_DPAD);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java7416 } else if ((sources & InputDevice.SOURCE_DPAD) == InputDevice.SOURCE_DPAD
7618 int dpadState = mInputManager.getKeyCodeState(-1, InputDevice.SOURCE_DPAD,

Completed in 80 milliseconds