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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ui/views/controls/scrollbar/
base_scroll_bar_button.cc 23 Button::NotifyClick(event);
45 Button::NotifyClick(event);
  /external/chromium_org/ui/views/touchui/
touch_editing_menu.h 10 #include "ui/views/controls/button/button.h"
29 // Tell the controller that user has selected the context menu button.
64 virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
73 // Helper method to create a single button.
74 Button* CreateButton(const base::string16& title, int tag);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ScrollViewButtonsAndLabelsTest.java 24 import android.widget.Button;
68 Button firstButtonOffScreen = getActivity().getButton(offScreenIndex);
76 assertTrue("the button we've moved to off screen must not be the last "
77 + "button in the scroll view for this test to work (since we "
81 // now we are at the first button off screen
88 assertEquals("bottom of button should be verticalFadingEdgeLength "
99 Button lastButton = getActivity().getButton(numGroups - 1);
101 assertEquals("button needs to be at the very bottom of the layout for "
105 // move down to last button
110 assertTrue("last button should have focus", lastButton.hasFocus())
185 Button button = getActivity().getButton(i); local
203 Button button = getActivity().getButton(i); local
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
StartInTouchWithViewInFocusTest.java 25 import android.widget.Button;
33 private Button mButton;
  /frameworks/opt/setupwizard/navigationbar/src/com/android/setupwizard/navigationbar/
SetupWizardNavBar.java 33 import android.widget.Button;
47 private Button mNextButton;
48 private Button mBackButton;
74 mNextButton = (Button) mNavigationBarView.findViewById(R.id.setup_wizard_navbar_next);
75 mBackButton = (Button) mNavigationBarView.findViewById(R.id.setup_wizard_navbar_back);
156 public Button getBackButton() {
160 public Button getNextButton() {
164 public static class NavButton extends Button {
185 // The color of the button is #de000000 / #deffffff when enabled. When disabled, apply
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigUiForSetupWizardXL.java 29 import android.widget.Button;
39 private Button mConnectButton;
40 private Button mCancelButton;
64 mConnectButton = (Button)activity.findViewById(R.id.wifi_setup_connect);
65 mCancelButton = (Button)activity.findViewById(R.id.wifi_setup_cancel);
137 public Button getSubmitButton() {
142 public Button getForgetButton() {
147 public Button getCancelButton() {
159 // In XL setup screen, we won't show Forget button for simplifying the UI.
WifiDialog.java 26 import android.widget.Button;
71 /* During creation, the submit button can be unavailable to determine
72 * visibility. Right after creation, update button visibility */
83 public Button getSubmitButton() {
88 public Button getForgetButton() {
93 public Button getCancelButton() {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
ButtonSwitcher.java 25 import android.widget.Button;
47 private Button mInstallButton;
48 private Button mCancelButton;
49 private Button mDeleteButton;
71 mInstallButton = (Button)findViewById(R.id.dict_install_button);
72 mCancelButton = (Button)findViewById(R.id.dict_cancel_button);
73 mDeleteButton = (Button)findViewById(R.id.dict_delete_button);
85 private Button getButton(final int status) {
155 private ViewPropertyAnimator animateButton(final View button, final int direction) {
157 final float innerX = button.getX() - button.getTranslationX()
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidateViewButton.java 19 import android.widget.Button;
27 * The button for the candidate-view
30 public class CandidateViewButton extends Button {
47 /* for changing the button on CandidateView when it is pressed. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 43 t = Button(None, {'text': 'Test',
46 q = Button(None, {'text': 'Quit',
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Dialog.py 43 t = Button(None, {'text': 'Test',
46 q = Button(None, {'text': 'Quit',
  /cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test1DetailFragment.java 27 import android.widget.Button;
33 private Button mSubmitButton;
54 mSubmitButton = (Button) rootView.findViewById(R.id.test1SubmitButton);
57 mSubmitButton.setOnClickListener(new Button.OnClickListener() {
  /development/samples/ApiDemos/src/com/example/android/apis/app/
AlarmService.java 31 import android.widget.Button;
54 // Watch for button clicks.
55 Button button = (Button)findViewById(R.id.start_alarm); local
56 button.setOnClickListener(mStartAlarmListener);
57 button = (Button)findViewById(R.id.stop_alarm);
58 button.setOnClickListener(mStopAlarmListener);
FragmentStackFragment.java 28 import android.widget.Button;
52 // Watch for button clicks.
53 Button button = (Button)v.findViewById(R.id.new_fragment); local
54 button.setOnClickListener(new OnClickListener() {
59 button = (Button)v.findViewById(R.id.delete_fragment);
60 button.setOnClickListener(new OnClickListener() {
IntentActivityFlags.java 15 import android.widget.Button;
27 // Watch for button clicks.
28 Button button = (Button)findViewById(R.id.flag_activity_clear_task); local
29 button.setOnClickListener(mFlagActivityClearTaskListener);
30 button = (Button)findViewById(R.id.flag_activity_clear_task_pi);
31 button.setOnClickListener(mFlagActivityClearTaskPIListener);
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
AddRssItem.java 23 import android.widget.Button;
32 // Button handler for Submit/Cancel.
68 Button btn = (Button) findViewById(R.id.cancel);
71 btn = (Button) findViewById(R.id.submit);
  /external/chromium_org/ash/wm/overview/
transparent_activate_window_button.h 9 #include "ui/views/controls/button/button.h"
28 virtual void ButtonPressed(views::Button* sender,
35 // Pointer to the window that the button activates.
  /external/chromium_org/ui/app_list/views/
contents_switcher_view.h 9 #include "ui/views/controls/button/button.h"
25 // Adds a switcher button using |resource_id| as the button's image, which
36 virtual void ButtonPressed(views::Button* sender,
  /external/chromium_org/ui/views/examples/
checkbox_example.cc 9 #include "ui/views/controls/button/checkbox.h"
10 #include "ui/views/controls/button/radio_button.h"
29 void CheckboxExample::ButtonPressed(Button* sender, const ui::Event& event) {
radio_button_example.h 11 #include "ui/views/controls/button/button.h"
32 virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
37 // Control button to select radio buttons, and show the status of buttons.
41 // The number of times the button is pressed.
scroll_view_example.h 11 #include "ui/views/controls/button/button.h"
32 virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
  /frameworks/base/core/tests/coretests/src/android/widget/listview/focus/
ListButtonsDiagonalAcrossItemsTest.java 26 import android.widget.Button;
35 private Button mLeftButton;
36 private Button mCenterButton;
37 private Button mRightButton;
61 assertTrue("left button focused", mLeftButton.isFocused());
71 assertEquals("focus search right from left button should be center button",
74 assertEquals("focus search right from center button should be right button",
77 assertEquals("focus search left from centr button should be left button"
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/
SampleTestActivity.java 26 import android.widget.Button;
57 // Get the share button and attach the listener.
58 Button shareBtn = (Button) findViewById(R.id.sample_share_btn);
  /developers/build/prebuilts/gradle/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsInstrumentationTest.java 27 import android.widget.Button;
53 final Button createNewDocumentButton = (Button) mDocumentCentricActivity
57 // When "Create new Document" Button is clicked
  /developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/tests/src/com/example/android/documentcentricapps/tests/
DocumentCentricAppsInstrumentationTest.java 27 import android.widget.Button;
53 final Button createNewDocumentButton = (Button) mDocumentCentricActivity
57 // When "Create new Document" Button is clicked

Completed in 1495 milliseconds

1 2 3 4 5 6 78 91011>>