| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
| aboutDialog.py | 39 self.buttonOk = Button(frameButtons, text='Close', 75 buttonLicense = Button(py_button_f, text='License', width=8, 79 buttonCopyright = Button(py_button_f, text='Copyright', width=8, 83 buttonCredits = Button(py_button_f, text='Credits', width=8, 95 idle_about_b = Button(idle_button_f, text='README', width=8, 99 idle_news_b = Button(idle_button_f, text='NEWS', width=8, 103 idle_credits_b = Button(idle_button_f, text='Credits', width=8, 144 Button(root, text='Dialog', command=run).pack()
|
| textView.py | 13 """Show the given text in a scrollable window with a 'close' button 44 self.buttonOk = Button(frameButtons, text='Close', 87 btn1 = Button(root, text='view_text', 90 btn2 = Button(root, text='view_file', 93 btn3 = Button(root, text='nonmodal view_text', 97 close = Button(root, text='Close', command=root.destroy)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| aboutDialog.py | 39 self.buttonOk = Button(frameButtons, text='Close', 75 buttonLicense = Button(py_button_f, text='License', width=8, 79 buttonCopyright = Button(py_button_f, text='Copyright', width=8, 83 buttonCredits = Button(py_button_f, text='Credits', width=8, 95 idle_about_b = Button(idle_button_f, text='README', width=8, 99 idle_news_b = Button(idle_button_f, text='NEWS', width=8, 103 idle_credits_b = Button(idle_button_f, text='Credits', width=8, 144 Button(root, text='Dialog', command=run).pack()
|
| textView.py | 13 """Show the given text in a scrollable window with a 'close' button 44 self.buttonOk = Button(frameButtons, text='Close', 87 btn1 = Button(root, text='view_text', 90 btn2 = Button(root, text='view_file', 93 btn3 = Button(root, text='nonmodal view_text', 97 close = Button(root, text='Close', command=root.destroy)
|
| /development/apps/Development/src/com/android/development/ |
| PackageSummary.java | 36 import android.widget.Button; 53 private Button mRestart; 78 mRestart = (Button)findViewById(R.id.restart); 175 Button view = (Button)inflate.inflate( 192 Button view = (Button)inflate.inflate( 206 Button view = (Button)inflate.inflate( 219 Button view = (Button)inflate.inflate [all...] |
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
| BleAdvertiserHardwareScanFilterActivity.java | 31 import android.widget.Button; 44 ((Button) findViewById(R.id.ble_advertiser_scannable_start)) 55 ((Button)findViewById(R.id.ble_advertiser_scannable_stop)) 62 ((Button)findViewById(R.id.ble_advertiser_unscannable_start)) 73 ((Button)findViewById(R.id.ble_advertiser_unscannable_stop))
|
| /cts/tests/tests/view/src/android/view/cts/ |
| FocusFinderTest.java | 25 import android.widget.Button; 31 private Button mTopLeft; 32 private Button mTopRight; 33 private Button mBottomLeft; 34 private Button mBottomRight;
|
| /developers/build/prebuilts/gradle/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/ |
| PdfRendererBasicFragment.java | 29 import android.widget.Button; 36 * This fragment has a big {@ImageView} that shows PDF pages, and 2 {@link android.widget.Button}s to move between 67 * {@link android.widget.Button} to move to the previous page. 69 private Button mButtonPrevious; 72 * {@link android.widget.Button} to move to the next page. 74 private Button mButtonNext; 90 mButtonPrevious = (Button) view.findViewById(R.id.previous); 91 mButtonNext = (Button) view.findViewById(R.id.next);
|
| /developers/samples/android/ui/graphics/PdfRendererBasic/Application/src/main/java/com/example/android/pdfrendererbasic/ |
| PdfRendererBasicFragment.java | 29 import android.widget.Button; 36 * This fragment has a big {@ImageView} that shows PDF pages, and 2 {@link android.widget.Button}s to move between 67 * {@link android.widget.Button} to move to the previous page. 69 private Button mButtonPrevious; 72 * {@link android.widget.Button} to move to the next page. 74 private Button mButtonNext; 90 mButtonPrevious = (Button) view.findViewById(R.id.previous); 91 mButtonNext = (Button) view.findViewById(R.id.next);
|
| /development/samples/ApiDemos/src/com/example/android/apis/animation/ |
| ReversingAnimation.java | 38 import android.widget.Button; 51 Button starter = (Button) findViewById(R.id.startButton); 58 Button reverser = (Button) findViewById(R.id.reverseButton);
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| AlarmController.java | 31 import android.widget.Button; 75 // Watch for button clicks. 76 Button button = (Button)findViewById(R.id.one_shot); local 77 button.setOnClickListener(mOneShotListener); 78 button = (Button)findViewById(R.id.start_repeating); 79 button.setOnClickListener(mStartRepeatingListener); 80 button = (Button)findViewById(R.id.stop_repeating) [all...] |
| FragmentDialog.java | 30 import android.widget.Button; 43 + "Press the show button below to see the first dialog; pressing " 47 // Watch for button clicks. 48 Button button = (Button)findViewById(R.id.show); local 49 button.setOnClickListener(new OnClickListener() { 91 + "you will need to press the bottom show button)"; 155 // Watch for button clicks. 156 Button button = (Button)v.findViewById(R.id.show) local [all...] |
| /development/samples/Support4Demos/src/com/example/android/supportv4/app/ |
| FragmentDialogSupport.java | 31 import android.widget.Button; 44 + "Press the show button below to see the first dialog; pressing " 48 // Watch for button clicks. 49 Button button = (Button)findViewById(R.id.show); local 50 button.setOnClickListener(new OnClickListener() { 92 + "you will need to press the bottom show button)"; 155 // Watch for button clicks. 156 Button button = (Button)v.findViewById(R.id.show) local [all...] |
| /development/samples/Support7Demos/src/com/example/android/supportv7/view/ |
| GridLayout3.java | 38 import android.widget.Button; 110 Button c = new Button(context); 115 Button c = new Button(context);
|
| /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/ |
| NewsReaderActivity.java | 28 import android.widget.Button; 48 * If an Action Bar is not available, a regular image and button are shown in the top area of 100 // Set up the category button (shown if an Action Bar is not available) 101 Button catButton = (Button) findViewById(R.id.categorybutton); 181 // If we are displaying a "category" button (on the ActionBar-less UI), we have to update 183 Button catButton = (Button) findViewById(R.id.categorybutton); 235 /** Called when news category button is clicked. 237 * This is the button that we display on UIs that don't have an action bar. This butto [all...] |
| /external/chromium_org/chrome/browser/ui/views/apps/app_info_dialog/ |
| app_info_footer_panel.cc | 20 #include "ui/views/controls/button/label_button.h" 55 create_shortcuts_button_->SetStyle(views::Button::STYLE_BUTTON); 61 pin_to_shelf_button_->SetStyle(views::Button::STYLE_BUTTON); 64 unpin_from_shelf_button_->SetStyle(views::Button::STYLE_BUTTON); 71 remove_button_->SetStyle(views::Button::STYLE_BUTTON); 98 void AppInfoFooterPanel::ButtonPressed(views::Button* sender,
|
| /frameworks/base/core/java/android/inputmethodservice/ |
| ExtractEditLayout.java | 30 import android.widget.Button; 41 Button mExtractActionButton; 42 Button mEditButton; 85 mExtractActionButton = (Button) findViewById(com.android.internal.R.id.inputExtractAction); 86 mEditButton = (Button) findViewById(com.android.internal.R.id.inputExtractEditButton);
|
| /frameworks/base/core/java/com/android/internal/app/ |
| RestrictionsPinActivity.java | 28 import android.widget.Button; 47 private Button mOkButton; 48 private Button mCancelButton; 69 mOkButton = (Button) ap.mView.findViewById(R.id.pin_ok_button); 70 mCancelButton = (Button) ap.mView.findViewById(R.id.pin_cancel_button);
|
| /frameworks/base/core/tests/coretests/src/android/util/ |
| ScrollViewScenario.java | 27 import android.widget.Button; 124 * Add a button. 125 * @param text The text of the button. 131 final Button button = new Button(context); 132 button.setText(text); 133 return button; 142 * @param textPrefix The text to prepend to each button. 183 final Button button = new Button(context) [all...] |
| /frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
| BiDiTestGridLayoutCodeLtr.java | 25 import android.widget.Button; 124 Button c = new Button(context); 129 Button c = new Button(context);
|
| BiDiTestGridLayoutCodeRtl.java | 25 import android.widget.Button; 124 Button c = new Button(context); 129 Button c = new Button(context);
|
| /packages/apps/Settings/src/com/android/settings/ |
| CryptKeeperConfirm.java | 34 import android.widget.Button; 92 private Button mFinalButton; 93 private Button.OnClickListener mFinalClickListener = new Button.OnClickListener() { 138 mFinalButton = (Button) mContentView.findViewById(R.id.execute_encrypt);
|
| /packages/apps/Stk/src/com/android/stk/ |
| StkDialogActivity.java | 31 import android.widget.Button; 82 Button okButton = (Button) findViewById(R.id.button_ok); 83 Button cancelButton = (Button) findViewById(R.id.button_cancel);
|
| /packages/services/Telephony/tests/src/com/android/phone/tests/ |
| CallDialTest.java | 31 import android.widget.Button; 63 ((Button) findViewById(R.id.callButton)).setOnClickListener(this); 64 ((Button) findViewById(R.id.dialButton)).setOnClickListener(this); 65 ((Button) findViewById(R.id.itelephonyCallButton)).setOnClickListener(this); 66 ((Button) findViewById(R.id.itelephonyDialButton)).setOnClickListener(this);
|
| /sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/ |
| MainActivity.java | 25 import android.widget.Button; 46 private Button mBtnOpenMultitouch; 47 private Button mBtnOpenSensors; 109 mBtnOpenMultitouch = (Button) findViewById(R.id.btnOpenMultitouch); 110 mBtnOpenSensors = (Button) findViewById(R.id.btnOpenSensors);
|