/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
sample8-expected-extract6.diff | 9 - <Button android:text="Button" android:id="@+id/button6" 11 - android:layout_height="wrap_content"></Button>
|
sample11-expected-insertSpacer.xml | 24 <Button 28 <Button 32 <Button 38 <Button 43 <Button 49 <Button
|
/development/samples/ApiDemos/res/layout/ |
intents.xml | 31 <Button android:id="@+id/get_music" 36 </Button> 38 <Button android:id="@+id/get_image" 42 </Button> 44 <Button android:id="@+id/get_stream" 48 </Button>
|
action_bar_display_options.xml | 22 <Button android:id="@+id/toggle_home_as_up" 26 <Button android:id="@+id/toggle_show_home" 30 <Button android:id="@+id/toggle_use_logo" 34 <Button android:id="@+id/toggle_show_title" 38 <Button android:id="@+id/toggle_show_custom" 47 <Button android:id="@+id/cycle_custom_gravity" 51 <Button android:id="@+id/toggle_visibility" 55 <Button android:id="@+id/toggle_system_ui"
|
media_content_observer.xml | 24 <Button android:id="@+id/schedule_media_job" 27 </Button> 28 <Button android:id="@+id/cancel_media_job" 31 </Button> 36 <Button android:id="@+id/schedule_photos_job" 39 </Button> 40 <Button android:id="@+id/cancel_photos_job" 43 </Button>
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ActivityRecreate.java | 25 import android.widget.Button; 54 // Watch for button clicks. 55 Button button = (Button)findViewById(R.id.recreate); local 56 button.setOnClickListener(mRecreateListener);
|
IncomingMessageInterstitial.java | 26 import android.widget.Button; 40 Button button = (Button) findViewById(R.id.notify_app); local 41 button.setOnClickListener(new Button.OnClickListener() {
|
DialogActivity.java | 28 import android.widget.Button; 61 Button button = (Button)findViewById(R.id.add); local 62 button.setOnClickListener(mAddContentListener); 63 button = (Button)findViewById(R.id.remove); 64 button.setOnClickListener(mRemoveContentListener);
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
TableLayout8.java | 23 import android.widget.Button; 41 Button button = (Button) findViewById(R.id.toggle); local 42 button.setOnClickListener(new Button.OnClickListener() {
|
ProgressBar3.java | 26 import android.widget.Button; 48 Button button = (Button) findViewById(R.id.showIndeterminate); local 49 button.setOnClickListener(new View.OnClickListener() { 55 button = (Button) findViewById(R.id.showIndeterminateNoTitle); 56 button.setOnClickListener(new View.OnClickListener() {
|
/external/autotest/client/site_tests/video_VimeoVideo/ |
vimeo.html | 29 // Call the API when a button is pressed 30 $('button').bind('click', function() { 64 <p><button id="play">Play</button> <button id="pause">Pause</button></p>
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
ListOfButtons.java | 27 import android.widget.Button; 66 Button button = new Button(parent.getContext()); local 67 button.setText(label); 68 return button;
|
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
InstanceTargets.java | 24 import android.widget.Button; 47 Button button = (Button) mSceneRoot.getChildAt(i); local 48 LayoutParams params = (LayoutParams) button.getLayoutParams(); 57 button.setLayoutParams(params);
|
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/ |
AnimatedStateVectorDrawableTest.java | 21 import android.widget.Button; 52 CheckBox button = new CheckBox(this); local 53 button.setWidth(400); 54 button.setHeight(400); 55 button.setBackgroundResource(icon[i]); 56 container.addView(button);
|
/frameworks/support/samples/Support4Demos/res/layout/ |
fragment_stack.xml | 34 <Button android:id="@+id/home" 38 </Button> 39 <Button android:id="@+id/new_fragment" 42 </Button> 43 <Button android:id="@+id/delete_fragment" 46 </Button>
|
simple_job_intent_controller.xml | 28 <Button android:id="@+id/worka" 32 </Button> 34 <Button android:id="@+id/workb" 38 </Button> 40 <Button android:id="@+id/workc" 44 </Button>
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiConfigUiBase.java | 21 import android.widget.Button; 33 * Connect mode. Data is displayed in editable mode, and a connect button will be shown. 37 * Modify mode. All data is displayed in editable fields, and a "save" button is shown instead 56 public Button getSubmitButton(); 57 public Button getForgetButton(); 58 public Button getCancelButton();
|
/packages/services/Telephony/res/values/ |
attrs.xml | 19 <!-- The enable button text. --> 21 <!-- The disable button text. --> 23 <!-- The change / update button text. --> 25 <!-- The confirm button mode. --> 27 <!-- Traditional single action "ok" button. --> 29 <!-- Two state "enable/disable" button. -->
|
/development/samples/Alarm/src/com/example/android/newalarm/ |
AlarmActivity.java | 27 import android.widget.Button; 33 * When the user clicks the "Start Alarm Service" button, it triggers a repeating countdown 38 * When the user clicks the "Stop Alarm Service" button, it stops the countdown timer. 73 // Finds the button that starts the repeating countdown timer 74 Button button = (Button)findViewById(R.id.start_alarm); local 76 // Sets the listener for the start button 77 button.setOnClickListener(mStartAlarmListener); 79 // Finds the button that stops countdown time [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
InstallApk.java | 37 import android.widget.Button; 61 // Watch for button clicks. 62 Button button = (Button)findViewById(R.id.unknown_source); local 63 button.setOnClickListener(mUnknownSourceListener); 64 button = (Button)findViewById(R.id.my_source); 65 button.setOnClickListener(mMySourceListener); 66 button = (Button)findViewById(R.id.replace) [all...] |
/development/samples/browseable/AgendaData/ |
_index.jd | 8 Syncs calendar events to your wearable at the press of a button, using the Wearable 11 at once via a button on the companion. When deleted using the notification action, a
|
/external/ImageMagick/PerlMagick/demo/ |
Makefile | 3 perl button.pl 16 /bin/rm -f demo.jpg button.gif model.png shadow.gif tree.gif \
|
button.pl | 3 # Make simple beveled button. 14 $q->Write('button.gif');
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
cast.html | 19 <button id="start_session_button" onclick="startSession()"> 21 </button>
|
/frameworks/base/core/tests/coretests/src/android/widget/touchmode/ |
TouchModeFocusChangeTest.java | 27 import android.widget.Button; 37 private Button mFirstButton; 55 assertTrue("top button should have focus", mFirstButton.isFocused()); 63 assertFalse("button.isFocused", 65 assertFalse("button.hasFocus", 71 assertTrue("button's onClickListener should have fired", 80 assertFalse("button should not have focus when touched", 85 assertTrue("first button (the top most focusable) should have gained focus",
|