/prebuilts/sdk/current/support/v17/leanback/res/layout/ |
lb_error_fragment.xml | 49 <Button 50 android:id="@+id/button" 55 android:nextFocusLeft="@id/button" 56 android:nextFocusRight="@id/button" 57 android:nextFocusUp="@id/button" 58 android:nextFocusDown="@id/button"
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample11.xml | 36 <Button 42 <Button 55 <Button 62 <Button 76 <Button 83 <Button
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/rbnf/ |
RbnfDemo.java | 12 import java.awt.Button; 248 Button button = new Button("+100"); local 249 button.addActionListener( new ActionListener() { 254 panel2.add(button); 255 button = new Button("+10"); 256 button.addActionListener( new ActionListener() { 261 panel2.add(button); [all...] |
/development/samples/ApiDemos/res/layout/ |
status_bar_notifications.xml | 36 <Button 42 <Button 48 <Button 67 <Button 73 <Button 79 <Button 98 <Button 104 <Button 110 <Button 129 <Button [all...] |
isolated_service_controller.xml | 36 <Button android:id="@+id/start1" 40 </Button> 42 <Button android:id="@+id/stop1" 45 </Button> 63 <Button android:id="@+id/start2" 67 </Button> 69 <Button android:id="@+id/stop2" 72 </Button>
|
wallpaper_2.xml | 14 <Button 20 <Button
|
/docs/source.android.com/src/devices/accessories/headset/ |
testing.jd | 53 <li> Press the volume-down button. Verify the volume panel 56 <li> Long press the volume-down button. Verify the volume panel shows media 58 <li> Press the volume-up button. Verify the volume panel displays the media 60 <li> Long press the volume-up button. Verify the volume panel shows the 67 <p>Press quickly on the play/pause button and verify music stops playing out of 77 <li> Long press the play/pause button while in the call. 80 <li> While still in the call, short press the play/pause button. 83 <li> Short press the play/pause button while the phone is ringing and verify 86 <li> Long press the play/pause button while the phone is ringing and verify the 94 <li> Long press the play/pause button [all...] |
/external/autotest/server/site_tests/firmware_FwScreenPressPower/ |
firmware_FwScreenPressPower.py | 15 Servo based power button triggered shutdown test during firmware screens. 20 and then presses the power button in order to power the machine down. 27 """Wait for firmware warning screen and press power button.""" 29 # While the firmware screen, the power button probing loop sleeps 35 """Wait for firmware screen without timeout and press power button.""" 40 """Wait and trigger a second screen and press power button.""" 45 """Insert corrupted USB for yuck screen and press power button.""" 74 "power button.") 77 "When the next DEVELOPER SCREEN shown, press power button " 90 "RECOVERY INSERT screen (old). Then press power button to [all...] |
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
SimpleDialog.java | 30 * <p> If buttons are to be used (enabled by setting a button message), the creator {@link Activity} 85 * Throws an exception informing of a lack of a handler for a dialog button click 89 throw new IllegalArgumentException("Button click handler not implemented for dialog: " 119 * Sets a message for the button. 120 * <p> Makes the button appear (without setting a button message, a button is not displayed) 131 * Sets a message for the button. 132 * <p> Makes the button appear (without setting a button message, a button is not displayed [all...] |
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/ |
BluetoothHeadsetFragment.java | 38 import android.widget.Button; 54 Button mDevicePicker; 55 Button mConnect; 56 Button mDisconnect; 57 Button mScoConnect; 58 Button mScoDisconnect; 59 Button mEnableQuietMode; 72 mDevicePicker = (Button) v.findViewById(R.id.bluetooth_pick_device); 73 mConnect = (Button) v.findViewById(R.id.bluetooth_headset_connect); 74 mDisconnect = (Button) v.findViewById(R.id.bluetooth_headset_disconnect) [all...] |
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/ |
InputTestFragment.java | 29 import android.widget.Button; 47 private static final Button BREAK_LINE = null; 85 private Button createButton(@StringRes int textResId, int keyCode) { 86 Button button = new Button(getContext()); local 87 button.setText(getContext().getString(textResId)); 88 button.setTextSize(32f); 91 button.setOnTouchListener((v, event) -> { 96 return button; [all...] |
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
TutorialJAJP.java | 221 Bubble button; local 227 button = new Bubble(context, inputView, 230 mBubbles.add(button); 236 button = new Bubble(context, inputView, 239 mBubbles.add(button); 245 button = new Bubble(context, inputView, 248 mBubbles.add(button); 254 button = new Bubble(context, inputView, 257 mBubbles.add(button); 265 button = new Bubble(context, inputView, [all...] |
/cts/hostsidetests/theme/app/res/layout/ |
button.xml | 16 <Button xmlns:android="http://schemas.android.com/apk/res/android" 19 android:text="@string/button"
|
/cts/tests/tests/appwidget/res/layout/ |
first_initial_keyguard_layout.xml | 18 <Button xmlns:android="http://schemas.android.com/apk/res/android" 21 </Button>
|
first_initial_layout.xml | 18 <Button xmlns:android="http://schemas.android.com/apk/res/android" 21 </Button>
|
second_initial_keyguard_layout.xml | 18 <Button xmlns:android="http://schemas.android.com/apk/res/android" 21 </Button>
|
second_initial_layout.xml | 18 <Button xmlns:android="http://schemas.android.com/apk/res/android" 21 </Button>
|
/developers/build/prebuilts/gradle/PermissionRequest/Application/src/main/assets/ |
sample.html | 25 <button id="toggle">Start</button>
|
/developers/samples/android/content/webview/PermissionRequest/Application/src/main/assets/ |
sample.html | 25 <button id="toggle">Start</button>
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SurfaceViewOverlay.java | 24 import android.widget.Button; 56 Button visibleButton = (Button) findViewById(R.id.vis); 57 Button invisibleButton = (Button) findViewById(R.id.invis); 58 Button goneButton = (Button) findViewById(R.id.gone); 60 // Wire each button to a click listener
|
/development/samples/JetBoy/src/com/example/android/jetboy/ |
JetBoy.java | 29 import android.widget.Button; 40 // the play start button 41 private Button mButton; 44 private Button mButtonRetry; 66 // look up the happy shiny button 67 mButton = (Button)findViewById(R.id.Button01); 70 mButtonRetry = (Button)findViewById(R.id.Button02); 108 // this is a retry button
|
/development/samples/WiFiDirectDemo/res/values/ |
strings.xml | 12 <string name="client_text">This device will act as a client. Click on Gallery button to pick a local(stored) file</string> 14 <string name="p2p_off_warning">Enable P2P from action bar button above or system settings</string>
|
/development/samples/devbytes/ui/RequestDuringLayout/res/values/ |
strings.xml | 18 <string name="button">Button</string>
|
/development/tutorials/MoarRam/ |
README.txt | 11 depending on the active button in a radio group. 13 Each allocation can be freed by clicking the corresponding free button in the
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
SmmPowerButtonDispatch.h | 2 Provides the parent dispatch service for the power button SMI source generator.
24 // Global ID for the Power Button SMI Protocol
37 // Power Button. Example, Use for changing LEDs before ACPI OS is on.
54 Dispatch function for a Power Button SMI handler.
78 function the Power Button SMI phase for which
88 @retval EFI_INVALID_PARAMETER DispatchContext is invalid. The Power Button SMI
102 Unregisters a power-button service.
124 Provides the parent dispatch service for the SMM power button SMI source generator.
|