Home
last modified time | relevance | path

Searched refs:isGamepad (Results 1 – 1 of 1) sorted by relevance

/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DFullscreenActivity.java301 if (isGamepad(device)) { in onGenericMotionEvent()
351 if (isGamepad(device)) { in onKeyDown()
373 if (isGamepad(device)) { in onKeyUp()
391 private boolean isGamepad(InputDevice device) { in isGamepad() method in FullscreenActivity