HomeSort by relevance Sort by last modified time
    Searched full:visualgamecontroller (Results 1 - 9 of 9) sorted by null

  /developers/build/prebuilts/androidtv/visual-game-controller/res/values/
strings.xml 4 <string name="app_name">VisualGameController</string>
  /developers/build/prebuilts/androidtv/visual-game-controller/
README.md 0 # VisualGameController
10 * If using gradle, make sure you update build.gradle and settings.gradle to reflect the name you gave your VisualGameController project when you cloned it.
AndroidManifest.xml 18 package="com.example.android.visualgamecontroller"
32 android:name="com.example.android.visualgamecontroller.FullscreenActivity"
  /developers/build/prebuilts/androidtv/visual-game-controller/res/layout/
activity_fullscreen.xml 23 tools:context="com.example.android.visualgamecontroller.FullscreenActivity"
32 <com.example.android.visualgamecontroller.ControllerView
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderBase.java 17 package com.example.android.visualgamecontroller.util;
SystemUiHiderHoneycomb.java 17 package com.example.android.visualgamecontroller.util;
SystemUiHider.java 17 package com.example.android.visualgamecontroller.util;
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
ControllerView.java 17 package com.example.android.visualgamecontroller;
34 import com.example.android.visualgamecontroller.FullscreenActivity.AxesMapping;
35 import com.example.android.visualgamecontroller.FullscreenActivity.ButtonMapping;
FullscreenActivity.java 17 package com.example.android.visualgamecontroller;
34 import com.example.android.visualgamecontroller.util.SystemUiHider;

Completed in 456 milliseconds