HomeSort by relevance Sort by last modified time
    Searched refs:Button (Results 76 - 100 of 1156) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
HierarchicalMove.java 26 import android.widget.Button;
32 Button[] buttons = new Button[6];
45 buttons[0] = (Button) findViewById(R.id.button0);
46 buttons[1] = (Button) findViewById(R.id.button1);
47 buttons[2] = (Button) findViewById(R.id.button2);
48 buttons[3] = (Button) findViewById(R.id.button3);
49 buttons[4] = (Button) findViewById(R.id.button4);
50 buttons[5] = (Button) findViewById(R.id.button5);
DelayedTransition.java 23 import android.widget.Button;
39 final Button button1 = (Button) findViewById(R.id.button1);
40 final Button button2 = (Button) findViewById(R.id.button2);
  /packages/apps/Settings/src/com/android/settings/
MediaFormat.java 25 import android.widget.Button;
44 private Button mInitiateButton;
47 private Button mFinalButton;
53 private Button.OnClickListener mFinalClickListener = new Button.OnClickListener() {
105 private Button.OnClickListener mInitiateListener = new Button.OnClickListener() {
120 (Button) mFinalView.findViewById(R.id.execute_media_format);
128 * In its initial state, the activity presents a button for the user to
143 (Button) mInitialView.findViewById(R.id.initiate_media_format)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
LockConfirmBypassTest.java 24 import android.widget.Button;
48 // Get the lock set button and attach the listener.
49 Button lockSetButton = (Button) findViewById(R.id.lock_set_btn);
57 // Get the lock change button and attach the listener.
58 Button lockChangeButton = (Button) findViewById(R.id.lock_change_btn);
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsUnitTest.java 25 import android.widget.Button;
51 final Button createNewDocumentButton = (Button) mDocumentCentricActivity
55 // When "Create new Document" Button is clicked
68 final Button createNewDocumentButton = (Button) mDocumentCentricActivity
76 // When "Create new Document" Button is clicked
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsUnitTest.java 25 import android.widget.Button;
51 final Button createNewDocumentButton = (Button) mDocumentCentricActivity
55 // When "Create new Document" Button is clicked
68 final Button createNewDocumentButton = (Button) mDocumentCentricActivity
76 // When "Create new Document" Button is clicked
  /development/apps/CustomLocale/src/com/android/customlocale2/
NewLocaleDialog.java 24 import android.widget.Button;
39 private Button mButtonAdd;
40 private Button mButtonAddSelect;
51 mButtonAdd = (Button) findViewById(R.id.add);
54 mButtonAddSelect = (Button) findViewById(R.id.add_and_select);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
LayoutAnimationsByDefault.java 27 import android.widget.Button;
46 Button addButton = (Button) findViewById(R.id.addNewButton);
49 Button newButton = new Button(LayoutAnimationsByDefault.this);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
CustomTitle.java 24 import android.widget.Button;
71 Button leftButton = (Button) findViewById(R.id.left_text_button);
72 Button rightButton = (Button) findViewById(R.id.right_text_button);
ContactsFilter.java 26 import android.widget.Button;
41 // Watch for button clicks.
42 Button button = (Button)findViewById(R.id.go); local
43 button.setOnClickListener(mGoListener);
Forwarding.java 28 import android.widget.Button;
49 <td class="DescrColumn">Forwards the user to another activity when its button is pressed</td>
66 // Watch for button clicks.
67 Button goButton = (Button)findViewById(R.id.go);
LocalSample.java 26 import android.widget.Button;
41 // Watch for button clicks.
42 Button button = (Button)findViewById(R.id.go); local
43 button.setOnClickListener(mGoListener);
RedirectEnter.java 28 import android.widget.Button;
43 // Watch for button clicks.
44 Button goButton = (Button)findViewById(R.id.go);
ReorderFour.java 26 import android.widget.Button;
35 Button twoButton = (Button) findViewById(R.id.reorder_second_to_front);
ReorderOnLaunch.java 26 import android.widget.Button;
35 Button twoButton = (Button) findViewById(R.id.reorder_launch_two);
ReorderThree.java 26 import android.widget.Button;
35 Button twoButton = (Button) findViewById(R.id.reorder_launch_four);
ReorderTwo.java 26 import android.widget.Button;
35 Button twoButton = (Button) findViewById(R.id.reorder_launch_three);
SecureDialogActivity.java 26 import android.widget.Button;
70 // Handle click events on the button to show the dialog.
71 Button button = (Button)findViewById(R.id.show); local
72 button.setOnClickListener(this);
76 * Called when the button to show the dialog is clicked.
  /frameworks/base/core/tests/coretests/src/android/view/
PreDrawListener.java 26 import android.widget.Button;
61 Button b = new Button(this.getContext());
80 Button mGoButton = (Button) findViewById(R.id.go);
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListFilter.java 24 import android.widget.Button;
36 private Button mHide;
37 private Button mShow;
49 mHide = (Button) findViewById(R.id.hide);
52 mShow = (Button) findViewById(R.id.show);
82 "Buchette d'Anjou", "Buffalo", "Burgos", "Butte", "Butterkase", "Button (Innes)",
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabels.java 26 import android.widget.Button;
52 public Button getButton(int groupNum) {
56 return (Button) mLinearLayout.getChildAt(2*groupNum);
78 // want button to be first and last
85 Button button = new Button(this); local
86 button.setText("Button " + (i + 1));
87 mLinearLayout.addView(button, p)
    [all...]
  /development/ndk/platforms/android-9/samples/native-audio/src/com/example/nativeaudio/
NativeAudio.java 27 import android.widget.Button;
82 // initialize button click handlers
84 ((Button) findViewById(R.id.hello)).setOnClickListener(new OnClickListener() {
91 ((Button) findViewById(R.id.android)).setOnClickListener(new OnClickListener() {
98 ((Button) findViewById(R.id.sawtooth)).setOnClickListener(new OnClickListener() {
105 ((Button) findViewById(R.id.reverb)).setOnClickListener(new OnClickListener() {
115 ((Button) findViewById(R.id.embedded_soundtrack)).setOnClickListener(new OnClickListener() {
128 ((Button) findViewById(R.id.uri_soundtrack)).setOnClickListener(new OnClickListener() {
137 ((Button) findViewById(R.id.pause_uri)).setOnClickListener(new OnClickListener() {
143 ((Button) findViewById(R.id.play_uri)).setOnClickListener(new OnClickListener()
    [all...]
  /cts/tests/tests/preference2/src/android/preference2/cts/
PreferenceWithHeaders.java 22 import android.widget.Button;
35 // Add a button to the header list.
37 Button button = new Button(this); local
38 button.setText("Some action");
39 setListFooter(button);
  /developers/samples/android/wearable/wear/JumpingJack/Wearable/src/main/java/com/example/android/jumpingjack/fragments/
SettingsFragment.java 27 import android.widget.Button;
30 * A simple fragment that shows a button to reset the counter
34 private Button mButton;
45 mButton = (Button) view.findViewById(R.id.btn);
  /development/samples/ApiDemos/src/com/example/android/apis/text/
LogTextBox1.java 24 import android.widget.Button;
43 Button addButton = (Button) findViewById(R.id.add);

Completed in 1187 milliseconds

1 2 34 5 6 7 8 91011>>