Searched refs:mInputDevice (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | SearchEvent.java | 26 private InputDevice mInputDevice; field in SearchEvent 30 mInputDevice = inputDevice; in SearchEvent() 38 return mInputDevice; in getInputDevice()
|
/frameworks/base/docs/html/training/game-controllers/ |
D | controller-input.jd | 581 InputDevice mInputDevice = event.getDevice(); 586 float x = getCenteredAxis(event, mInputDevice, 589 x = getCenteredAxis(event, mInputDevice, 593 x = getCenteredAxis(event, mInputDevice, 600 float y = getCenteredAxis(event, mInputDevice, 603 y = getCenteredAxis(event, mInputDevice, 607 y = getCenteredAxis(event, mInputDevice,
|