Home
last modified time | relevance | path

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

/developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
DGestureListener.java145 String buttons = ""; in getButtonsPressed() local
148 buttons += " primary"; in getButtonsPressed()
152 buttons += " secondary"; in getButtonsPressed()
156 buttons += " tertiary"; in getButtonsPressed()
160 buttons += " back"; in getButtonsPressed()
164 buttons += " forward"; in getButtonsPressed()
167 if (buttons.equals("")){ in getButtonsPressed()
168 buttons = "none"; in getButtonsPressed()
171 return buttons; in getButtonsPressed()
/developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
DGestureListener.java145 String buttons = ""; in getButtonsPressed() local
148 buttons += " primary"; in getButtonsPressed()
152 buttons += " secondary"; in getButtonsPressed()
156 buttons += " tertiary"; in getButtonsPressed()
160 buttons += " back"; in getButtonsPressed()
164 buttons += " forward"; in getButtonsPressed()
167 if (buttons.equals("")){ in getButtonsPressed()
168 buttons = "none"; in getButtonsPressed()
171 return buttons; in getButtonsPressed()
/developers/samples/android/ui/holo/BorderlessButtons/
DREADME.md13 This includes a ListView with custom rows and buttons, using dividing lines to create
17 '?android:buttonBarButtonStyle' for buttons and references to the appropriate divider
22 [1]: http://developer.android.com/design/building-blocks/buttons.html#borderless
/developers/build/prebuilts/gradle/BorderlessButtons/
DREADME.md13 This includes a ListView with custom rows and buttons, using dividing lines to create
17 '?android:buttonBarButtonStyle' for buttons and references to the appropriate divider
22 [1]: http://developer.android.com/design/building-blocks/buttons.html#borderless
/developers/build/prebuilts/androidtv/visual-game-controller/
DREADME.md3 …gned to run on an Android TV device and displays visual feedback for the buttons of an attached ga…
/developers/build/prebuilts/gradle/FloatingActionButtonBasic/
DREADME.md13 Floating action buttons are used for a special type of promoted action.
17 Floating action buttons come in two sizes:
/developers/build/templates/SimpleView/_MODULE_/src/template/java/_PACKAGE_/
DMainActivity.java.ftl35 * and a few action bar buttons.
/developers/build/templates/SingleView/_MODULE_/src/template/java/_PACKAGE_/
DMainActivity.java.ftl33 * and a few action bar buttons.
/developers/samples/android/ui/views/RecyclerView/kotlinApp/
DREADME.md22 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
/developers/build/prebuilts/gradle/RecyclerView/kotlinApp/
DREADME.md22 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
/developers/build/prebuilts/gradle/RecyclerView/
DREADME.md21 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
/developers/samples/android/ui/views/RecyclerView/
DREADME.md21 tapped. Use radio buttons to toggle between [LinearLayoutManager][2] and
/developers/samples/android/ui/lists/CustomChoiceList/
DREADME.md27 The framework provides these default list item layouts that show standard radio buttons or check bo…
/developers/build/prebuilts/gradle/CustomChoiceList/
DREADME.md27 The framework provides these default list item layouts that show standard radio buttons or check bo…
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/
DControllerView.java488 public void setButtonsAxes(int[] buttons, float[] axes) { in setButtonsAxes() argument
489 mButtons = buttons; in setButtonsAxes()
/developers/build/prebuilts/gradle/RuntimePermissionsWear/
DREADME.md16 * Start the mobile or wear app. Each app contains two buttons: one for showing
/developers/build/prebuilts/gradle/SynchronizedNotifications/
DREADME.md16 This example presents three buttons that would trigger three different combinations of
/developers/build/templates/CardStream/_MODULE_/src/template/java/_PACKAGE_/cardstream/
DCard.java.ftl55 // description, zero to many action buttons, and zero or 1 progress indicators.