HomeSort by relevance Sort by last modified time
    Searched defs:InputManager (Results 1 - 8 of 8) sorted by null

  /frameworks/base/services/input/
InputManager.cpp 17 #define LOG_TAG "InputManager"
21 #include "InputManager.h"
27 InputManager::InputManager(
36 InputManager::InputManager(
44 InputManager::~InputManager() {
48 void InputManager::initialize() {
53 status_t InputManager::start()
    [all...]
InputManager.h 53 * The InputManager class never makes any calls into Java itself. Instead, the
76 class InputManager : public InputManagerInterface {
78 virtual ~InputManager();
81 InputManager(
87 InputManager(
  /frameworks/base/core/java/android/hardware/input/
InputManager.java 50 public final class InputManager {
51 private static final String TAG = "InputManager";
58 private static InputManager sInstance;
173 private InputManager(IInputManager im) {
184 public static InputManager getInstance() {
185 synchronized (InputManager.class) {
188 sInstance = new InputManager(IInputManager.Stub.asInterface(b));
749 * Use {@link InputManager#getInputDevice} to get more information about the device.
764 * were last queried. Use {@link InputManager#getInputDevice} to get
775 InputManager.this.onInputDevicesChanged(deviceIdAndGeneration)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 47 * The <code>InputManager</code> is responsible for converting input events
51 * By default an <code>InputManager</code> is included with every Application instance for use
74 * which are only called when the input is above the {@link InputManager#setAxisDeadZone(float) dead zone}.
83 public class InputManager implements RawInputListener {
85 private static final Logger logger = Logger.getLogger(InputManager.class.getName());
121 * Initializes the InputManager.
131 public InputManager(MouseInput mouse, KeyInput keys, JoyInput joystick, TouchInput touch) {
478 * @see InputManager#removeListener(com.jme3.input.controls.InputListener)
498 * {@link InputManager#addListener(com.jme3.input.controls.InputListener, java.lang.String[]) }.
502 * @see InputManager#addListener(com.jme3.input.controls.InputListener, java.lang.String[])
    [all...]
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 301 milliseconds