| /cts/tests/tests/text/src/android/text/method/cts/ |
| PasswordTransformationMethodTest.java | 29 import android.widget.Button; 81 Button button = new Button(mActivity); 86 layout.addView(button, new LayoutParams(LayoutParams.MATCH_PARENT,
|
| /developers/build/prebuilts/gradle/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
| AppRestrictionEnforcerFragment.java | 33 import android.widget.Button; 72 private Button mButtonUnhide; 84 mButtonUnhide = (Button) view.findViewById(R.id.unhide);
|
| /developers/samples/android/admin/AppRestrictionEnforcer/Application/src/main/java/com/example/android/apprestrictionenforcer/ |
| AppRestrictionEnforcerFragment.java | 33 import android.widget.Button; 72 private Button mButtonUnhide; 84 mButtonUnhide = (Button) view.findViewById(R.id.unhide);
|
| /development/apps/Development/src/com/android/development/ |
| MediaScannerActivity.java | 38 import android.widget.Button; 131 Button b = (Button) findViewById(R.id.insertbutton);
|
| /development/samples/ApiDemos/src/com/example/android/apis/animation/ |
| AnimationCloning.java | 21 import android.widget.Button; 52 Button starter = (Button) findViewById(R.id.startButton);
|
| AnimationLoading.java | 41 import android.widget.Button; 60 Button starter = (Button) findViewById(R.id.startButton);
|
| MultiPropertyAnimation.java | 38 import android.widget.Button; 43 * UI allows you to set the position of the animation. Pressing the Run button will play from 58 Button starter = (Button) findViewById(R.id.startButton);
|
| /development/samples/ApiDemos/src/com/example/android/apis/app/ |
| VoiceRecognition.java | 34 import android.widget.Button; 71 Button speakButton = (Button) findViewById(R.id.btn_speak); 95 * Handle the click on the start recognition button.
|
| /development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
| ShadowCardDrag.java | 37 import android.widget.Button; 190 final Button shapeButton = (Button) findViewById(R.id.shape_select);
|
| /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/ |
| GameActivity.java | 28 import android.widget.Button;
48 private Button mButtonNext;
75 mButtonNext = (Button) findViewById(R.id.next_turn);
|
| /development/samples/USB/MissileLauncher/src/com/android/missilelauncher/ |
| MissileLauncherActivity.java | 38 import android.widget.Button; 45 private Button mFire; 74 mFire = (Button)findViewById(R.id.fire);
|
| /development/samples/VoicemailProviderDemo/src/com/example/android/voicemail/ |
| AddVoicemailActivity.java | 38 import android.widget.Button; 70 private Button mStartRec; 72 private Button mSaveButton; 95 // Record voice button. 103 // Save voicemail button.
|
| /development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
| AppRestrictionEnforcerFragment.java | 33 import android.widget.Button; 72 private Button mButtonUnhide; 84 mButtonUnhide = (Button) view.findViewById(R.id.unhide);
|
| /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/ |
| ToonGame.java | 37 import android.widget.Button; 44 * This main activity launches a sub-activity when the Play button is clicked. The 45 * main action in this master activity is bouncing the Play button in, randomly 55 Button mStarter; 73 mStarter = (Button) findViewById(R.id.startButton); 165 // Drop in the button from off the top of the screen
|
| /development/samples/training/device-management-policy/src/com/example/training/deviceadmin/ |
| PolicySetupActivity.java | 27 import android.widget.Button; 180 // Set up navigation message and action button. 247 // Setup action button text and listener. 252 Button actionBtn = (Button) findViewById(R.id.setup_action_btn);
|
| /external/chromium_org/chrome/browser/ui/views/ |
| conflicting_module_view_win.cc | 22 #include "ui/views/controls/button/label_button.h" 178 learn_more_button_->SetStyle(views::Button::STYLE_BUTTON); 182 not_now_button_->SetStyle(views::Button::STYLE_BUTTON); 193 void ConflictingModuleView::ButtonPressed(views::Button* sender,
|
| critical_notification_bubble_view.cc | 23 #include "ui/views/controls/button/label_button.h" 111 views::Button* sender, const ui::Event& event) { 212 restart_button_->SetStyle(views::Button::STYLE_BUTTON); 217 dismiss_button_->SetStyle(views::Button::STYLE_BUTTON);
|
| global_error_bubble_view.cc | 15 #include "ui/views/controls/button/label_button.h" 33 // The vertical inset of the wrench bubble anchor from the wrench menu button. 97 accept_button->SetStyle(views::Button::STYLE_BUTTON); 105 cancel_button->SetStyle(views::Button::STYLE_BUTTON); 127 // Bottom row, accept and cancel button. 169 void GlobalErrorBubbleView::ButtonPressed(views::Button* sender,
|
| /external/chromium_org/chrome/browser/ui/views/website_settings/ |
| permission_selector_view.cc | 14 #include "ui/views/controls/button/menu_button.h" 41 // small icon is be displayed next to the button |text|, indicating that the 42 // button opens a drop down menu. 91 SetTextColor(views::Button::STATE_NORMAL, GetNativeTheme()->GetSystemColor( 93 SetTextColor(views::Button::STATE_HOVERED, GetNativeTheme()->GetSystemColor( 95 SetTextColor(views::Button::STATE_DISABLED, GetNativeTheme()->GetSystemColor( 175 // Create the permission menu button. 213 // Update the menu button text to reflect the new setting.
|
| /frameworks/base/core/java/com/android/internal/app/ |
| MediaRouteChooserDialog.java | 33 import android.widget.Button; 58 private Button mExtendedSettingsButton; 80 * launched by this button. 141 mExtendedSettingsButton = (Button)findViewById(R.id.media_route_extended_settings_button);
|
| MediaRouteControllerDialog.java | 33 import android.widget.Button; 71 private Button mDisconnectButton; 179 mDisconnectButton = (Button)findViewById(R.id.media_route_disconnect_button);
|
| /frameworks/base/core/tests/coretests/src/android/animation/ |
| ViewPropertyAnimatorTest.java | 24 import android.widget.Button; 141 Button button = (Button) activity.findViewById(R.id.animatingButton); local 143 mAnimator = button.animate().x(100).y(100);
|
| /frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
| KeyguardAccountView.java | 39 import android.widget.Button; 60 private Button mOk; 93 mOk = (Button) findViewById(R.id.ok);
|
| /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
| SurfaceAndTextureViews.java | 35 import android.widget.Button; 52 Button toggleButton = (Button) findViewById(R.id.toggleButton);
|
| /frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
| ErrorFragment.java | 26 import android.widget.Button; 45 private Button mButton; 164 * Sets the button text. 166 * @param text The button text. 174 * Returns the button text. 181 * Set the button click listener. 183 * @param clickListener The click listener for the button. 191 * Returns the button click listener. 211 mButton = (Button) root.findViewById(R.id.button); [all...] |