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

<<21222324252627282930>>

  /external/webkit/WebCore/plugins/symbian/
PluginViewSymbian.cpp 207 Qt::MouseButton button; local
210 button = Qt::LeftButton;
213 button = Qt::MidButton;
216 button = Qt::RightButton;
219 button = Qt::NoButton;
230 QMouseEvent mouseEvent(type, position, button, button, modifiers);
  /packages/apps/Calendar/res/layout/
edit_event.xml 66 <Button android:id="@+id/start_date"
73 <Button android:id="@+id/start_time"
93 <Button android:id="@+id/end_date"
100 <Button android:id="@+id/end_time"
347 <Button android:id="@+id/save"
354 <Button android:id="@+id/discard"
361 <Button android:id="@+id/delete"
  /packages/apps/Phone/src/com/android/phone/
ManageConferenceUtils.java 25 import android.widget.Button;
52 private Button mButtonManageConferenceDone;
96 mButtonManageConferenceDone = (Button) mInCallScreen.findViewById(R.id.manage_done);
172 * @param canSeparate if true, show a "Separate" (i.e. "Private") button
196 if (DBG) log("- button: " + endButton + ", nameTextView: " + nameTextView);
281 * user clicks the "End" button on a specific row in the Manage
297 * when the user clicks the "Separate" (i.e. "Private") button on a
IccPinUnlockPanel.java 32 import android.widget.Button;
65 private Button mUnlockButton;
66 private Button mDismissButton;
174 mUnlockButton = (Button) findViewById(R.id.unlock);
177 mDismissButton = (Button) findViewById(R.id.dismiss);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ReferenceChooserDialog.java 43 import org.eclipse.swt.widgets.Button;
71 private Button mNewResButton;
133 // create the "New Resource" button
140 * Creates the "New Resource" button.
144 mNewResButton = new Button(top, SWT.NONE);
237 * Updates the new res button when the list selection changes.
238 * The name of the button changes depending on the resource.
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 41 * Return value if the dialog is canceled (with the Cancel button or by
47 * Return value if the dialog is approved (with the Ok button).
240 // Create the Advanced button.
259 // Create the Ok button.
270 // Create the Cancel button.
326 // Put them in a button group.
359 // Figure out the proper keep radio button and set it.
452 // Also get the access radio button settings.
489 * Sets the appropriate radio button of a given triplet, based on the access
505 * button triplet
    [all...]
ListPanel.java 141 * Adds a button that allows to copy or move entries to another ListPanel.
143 * @param buttonTextKey the button text key.
171 protected void addButton(JComponent button)
179 add(button, buttonConstraints);
313 // Loop over all components, except the list itself and the Add button.
MemberSpecificationDialog.java 41 * Return value if the dialog is canceled (with the Cancel button or by
47 * Return value if the dialog is approved (with the Ok button).
213 // Create the Advanced button.
230 // Create the Ok button.
241 // Create the Cancel button.
295 // Put them in a button group.
400 // Also get the access radio button settings.
438 * Sets the appropriate radio button of a given triplet, based on the access
457 * button triplet.
  /packages/apps/DeskClock/res/values/
strings.xml 73 <!-- Button labels on the alarm dialog: Dismiss -->
81 <!-- Button labels on the alarm dialog: Snooze -->
187 <!-- Done button when editing an alarm. -->
190 <!-- Revert button when editing an alarm. -->
193 <!-- Delete button when editing an alarm. -->
214 <!-- Title of the setting to change the volume/camera button behavior. -->
218 <string name="volume_button_dialog_title">Button effect</string>
220 <!-- The summary of the side button setting. -->
223 <!-- Entries listed in the setting for the side-button action. -->
230 <!-- Values for the side-button setting. --
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 152 * The states of the left footer button.
164 * @param enabled Whether the button should be enabled.
176 * The states of the right button.
187 * @param enabled Whether the button should be enabled.
232 * @param leftMode The mode of the left button.
233 * @param rightMode The mode of the right button.
343 throw new IllegalStateException("left footer button pressed, but stage of " +
351 + " when button is " + RightButtonMode.Continue);
357 + " when button is " + RightButtonMode.Confirm);
362 throw new IllegalStateException("Help screen is only mode with ok button, but "
    [all...]
DeviceAdminAdd.java 42 import android.widget.Button;
67 Button mActionButton;
68 Button mCancelButton;
144 mCancelButton = (Button)findViewById(R.id.cancel_button);
150 mActionButton = (Button)findViewById(R.id.action_button);
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 33 import android.widget.Button;
80 Button button = new Button(mActicity);
85 layout.addView(button, new LayoutParams(LayoutParams.MATCH_PARENT,
  /frameworks/base/docs/html/guide/tutorials/notepad/
notepad-ex2.jd 380 grab handles to the title and body text edit views, and the confirm button,
382 and attach an event to the confirm button for when it is pressed by the
396 Find the edit and button components we need:
400 and <code>Button</code> for the confirm button):</p>
404 Button confirmButton = (Button) findViewById(R.id.confirm);</pre>
442 Create an <code>onClickListener()</code> for the button:
447 confirm button, and use that to do some work and return the values
452 listener and attach it to a button. (Listeners are a common idio
    [all...]
  /frameworks/base/docs/html/resources/tutorials/notepad/
notepad-ex2.jd 380 grab handles to the title and body text edit views, and the confirm button,
382 and attach an event to the confirm button for when it is pressed by the
396 Find the edit and button components we need:
400 and <code>Button</code> for the confirm button):</p>
404 Button confirmButton = (Button) findViewById(R.id.confirm);</pre>
442 Create an <code>onClickListener()</code> for the button:
447 confirm button, and use that to do some work and return the values
452 listener and attach it to a button. (Listeners are a common idio
    [all...]
  /frameworks/base/services/java/com/android/server/status/
UsbStorageActivity.java 43 import android.widget.Button;
61 private Button mMountButton;
62 private Button mUnmountButton;
112 mMountButton = (Button) findViewById(com.android.internal.R.id.mount_button);
114 mUnmountButton = (Button) findViewById(com.android.internal.R.id.unmount_button);
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
AccountUnlockScreen.java 40 import android.widget.Button;
73 private Button mOk;
74 private Button mEmergencyCall;
110 mOk = (Button) findViewById(R.id.ok);
113 mEmergencyCall = (Button) findViewById(R.id.emergencyCall);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupAccountType.java 31 import android.widget.Button;
80 ((Button)findViewById(R.id.pop)).setOnClickListener(this);
81 ((Button)findViewById(R.id.imap)).setOnClickListener(this);
82 final Button exchangeButton = ((Button)findViewById(R.id.exchange));
AccountSetupOutgoing.java 35 import android.widget.Button;
66 private Button mNextButton;
98 mNextButton = (Button)findViewById(R.id.next);
132 * Calls validateFields() which enables or disables the Next button
221 * Preflight the values in the fields and decide if it makes sense to enable the "next" button
  /packages/apps/Launcher2/res/values/
strings.xml 38 <!-- Button label on Wallpaper Gallery screen; user selects this button to set a specific wallpaper -->
94 <!-- All applications label for accessibilty (spoken when the button gets focus). -->
96 <!-- Label for button in all applications label to go back home (to the workspace / desktop)
97 for accessibilty (spoken when the button gets focus). -->
  /packages/apps/Mms/tests/src/com/android/mms/ui/
LongThreadTest.java 38 import android.widget.Button;
304 Button send = (Button)a.findViewById(R.id.send_button);
322 Button send = (Button)a.findViewById(R.id.send_button);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
KeySelectionPage.java 31 import org.eclipse.swt.widgets.Button;
58 private Button mUseExistingKey;
59 private Button mCreateKey;
77 mUseExistingKey = new Button(composite, SWT.RADIO);
99 mCreateKey = new Button(composite, SWT.RADIO);
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
TestActivity.java 47 import android.widget.Button;
144 Button mInsertRecord = (Button)findViewById(R.id.insert_record);
145 Button mDeleteRecord = (Button)findViewById(R.id.delete_record);
146 Button mUpdateRecord = (Button)findViewById(R.id.update_record);
148 Button mAckRecord = (Button)findViewById(R.id.ack_record);
150 Button mDeleteAllRecord = (Button)findViewById(R.id.deleteAll_record)
    [all...]
  /packages/apps/Gallery/res/values/
strings.xml 108 <!-- button indicating that the cropped image should be saved -->
110 <!-- button indicating that the cropped image should be reverted back to the original -->
123 <!-- button indicating that the picture just taken should be deleted -->
126 <!-- button indicating that the picture just taken should be shared by email, mms, etc -->
129 <!-- button indicating that the picture just taken should be set as a contact photo, wallpaper, etc -->
132 <!-- button indicating that the video just taken should be played -->
135 <!-- button indicating that the video just taken should be accepted as an attachment -->
138 <!-- button indicating that the video recording session should be canceled -->
141 <!-- button indicating that the picture just taken should be cropped -->
328 <!-- Details dialog "OK" button. Dismisses dialog. --
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/qt/
EventSenderQt.cpp 73 void EventSender::mouseDown(int button)
76 switch (button) {
87 // fast/events/mouse-click-events expects the 4th button to be treated as the middle button
102 void EventSender::mouseUp(int button)
105 switch (button) {
116 // fast/events/mouse-click-events expects the 4th button to be treated as the middle button
434 // 3. A call to mouseMoveTo while the mouse button is pressed could initiate a drag operation, and that does not return until mouseUp is processed.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdSelector.java 48 import org.eclipse.swt.widgets.Button;
82 private Button mDeleteButton;
83 private Button mDetailsButton;
84 private Button mNewButton;
85 private Button mRefreshButton;
86 private Button mManagerButton;
87 private Button mRepairButton;
88 private Button mStartButton;
118 * there is a button to open the AVD Manager.
128 * there is a button to open the AVD Manager
    [all...]

Completed in 291 milliseconds

<<21222324252627282930>>