HomeSort by relevance Sort by last modified time
    Searched full:button (Results 476 - 500 of 1669) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/tests/coretests/src/android/widget/touchmode/
FocusableInTouchModeClickTest.java 59 assertFalse("button shouldn't have fired click", getActivity().isB2Fired());
60 assertFalse("button shouldn't have focus", getActivity().getButton2().isFocused());
StartInTouchWithViewInFocusTest.java 25 import android.widget.Button;
33 private Button mButton;
  /frameworks/base/media/tests/MediaFrameworkTest/res/layout/
movie_view.xml 48 <Button android:id="@+id/open"
53 </Button>
  /packages/apps/Calendar/res/layout/
alert_activity.xml 33 <Button android:id="@+id/snooze_all"
39 <Button android:id="@+id/dismiss_all"
calendars_activity.xml 35 <Button
42 <Button
  /packages/apps/Contacts/res/layout/
act_edit.xml 45 <Button android:id="@+id/btn_done"
52 <Button android:id="@+id/btn_discard"
contacts_preferences.xml 36 <Button
43 <Button
  /packages/apps/Gallery/res/layout/
cropimage.xml 40 <Button
47 <Button
  /packages/apps/Gallery3D/res/layout/
cropimage.xml 39 <Button
46 <Button
  /packages/apps/IM/res/layout/
simple_input_activity.xml 42 <Button android:id="@+id/btnOk"
47 <Button android:id="@+id/btnCancel"
  /packages/apps/Music/res/layout-finger/
confirm_delete.xml 37 <Button android:id="@+id/delete"
43 <Button android:id="@+id/cancel"
  /packages/apps/Music/res/layout-keysexposed/
create_playlist.xml 46 <Button android:id="@+id/create"
51 <Button android:id="@+id/cancel"
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
InstallAppProgress.java 42 import android.widget.Button;
64 private Button mDoneButton;
65 private Button mLaunchButton;
77 // Show the ok button
84 // Enable or disable launch button
200 // Hide button till progress is being displayed
202 mDoneButton = (Button)findViewById(R.id.done_button);
203 mLaunchButton = (Button)findViewById(R.id.launch_button);
  /packages/apps/Phone/res/layout/
fake_phone_activity.xml 39 <Button android:id="@+id/placeCall"
44 </Button>
  /packages/apps/Settings/res/layout/
two_buttons_panel.xml 30 <Button
44 <Button
  /external/proguard/src/proguard/gui/
OptimizationsDialog.java 39 * Return value if the dialog is canceled (with the Cancel button or by
45 * Return value if the dialog is approved (with the Ok button).
129 // Create the Select All button.
142 // Create the Select All button.
155 // Create the Ok button.
166 // Create the Cancel button.
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 85 def MuteTrackViaButton(self, button, trackNum):
86 """ Mutes a track via a button """
88 self.mute_button = button
89 if button.GetLabel() == JetDefs.BUT_MUTE:
91 button.SetLabel(JetDefs.BUT_UNMUTE)
94 button.SetLabel(JetDefs.BUT_MUTE)
  /external/webkit/WebCore/platform/qt/
PlatformMouseEventQt.cpp 58 if (event->button() == Qt::LeftButton || (event->buttons() & Qt::LeftButton))
60 else if (event->button() == Qt::RightButton || (event->buttons() & Qt::RightButton))
62 else if (event->button() == Qt::MidButton || (event->buttons() & Qt::MidButton))
112 if (me->button() == Qt::LeftButton || (me->buttons() & Qt::LeftButton))
114 else if (me->button() == Qt::RightButton || (me->buttons() & Qt::RightButton))
116 else if (me->button() == Qt::MidButton || (me->buttons() & Qt::MidButton))
  /packages/apps/Phone/src/com/android/phone/
ButtonGridLayout.java 66 // | button |
75 // Width and height of a button
79 // Width and height of a button + padding.
113 // Measure the button to get initialized.
129 * change the background based on some combination of the button's
131 * @param resid Is a resource id to be used for each button's background.
InCallTouchUi.java 30 import android.widget.Button;
67 private Button mAddButton;
68 private Button mMergeButton;
69 private Button mEndButton;
70 private Button mDialpadButton;
161 mAddButton = (Button) mInCallControls.findViewById(R.id.addButton);
163 mMergeButton = (Button) mInCallControls.findViewById(R.id.mergeButton);
165 mEndButton = (Button) mInCallControls.findViewById(R.id.endButton);
167 mDialpadButton = (Button) mInCallControls.findViewById(R.id.dialpadButton);
349 // each individual button
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 28 import org.eclipse.swt.widgets.Button;
49 private Button mForceHttpCheck;
50 private Button mAskAdbRestartCheck;
108 mForceHttpCheck = new Button(mMiscGroup, SWT.CHECK);
115 mAskAdbRestartCheck = new Button(mMiscGroup, SWT.CHECK);
175 * Callback invoked when user presses the "Save and Apply" button.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
LocalPackagesPage.java 36 import org.eclipse.swt.widgets.Button;
61 private Button mSdkLocBrowse;
67 private Button mUpdateButton;
69 private Button mDeleteButton;
71 private Button mRefreshButton;
122 mUpdateButton = new Button(mContainerButtons, SWT.NONE);
134 mDeleteButton = new Button(mContainerButtons, SWT.NONE);
147 mRefreshButton = new Button(mContainerButtons, SWT.NONE);
164 // the browse button and use horizSpan=2 on the text field.
170 mSdkLocBrowse = new Button(parent, SWT.NONE);
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java 57 import org.eclipse.swt.widgets.Button;
142 private Button mVoiceButton;
143 private Button mSmsButton;
148 private Button mCallButton;
149 private Button mCancelButton;
153 private Button mDecimalButton;
154 private Button mSexagesimalButton;
157 private Button mGpxUploadButton;
160 private Button mKmlUploadButton;
163 private Button mPlayGpxButton
    [all...]
  /external/webkit/WebCore/inspector/front-end/
ProfilesPanel.js 143 // FIXME: Generate a single "combo-button".
147 var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.buttonCaption);
148 this._profileTypeButtonsByIdMap[typeId] = button.element;
149 button.element.addEventListener("click", clickHandler.bind(this, profileType, button.element), false);
150 items.push(button.element);
223 // for a status bar button. If it is there, we split the message in two
224 // parts, and insert the button between them.
232 var button = new WebInspector.StatusBarButton(profileType.buttonTooltip, profileType.buttonStyle, profileType.buttonCaption);
233 button.element.addEventListener("click", profileType.buttonClicked.bind(profileType), false)
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbevents.c 706 void FB_vgamousecallback(int button, int relative, int dx, int dy)
718 /* Swap button 1 and 3 */
719 button_1 = (button & 0x04) >> 2;
720 button_3 = (button & 0x01) << 2;
721 button &= ~0x05;
722 button |= (button_1|button_3);
726 state_changed = button_state ^ button;
729 if ( button & (1<<i) ) {
744 int button; local
747 button = (sample.pressure > 0) ? 1 : 0
765 int button = 0; local
    [all...]

Completed in 305 milliseconds

<<11121314151617181920>>