OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button
(Results
976 - 1000
of
1669
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/packages/apps/Settings/src/com/android/settings/
AccessibilitySettings.java
144
// The checkbox is labeled "Power
button
ends call"; thus the in-call
145
// Power
button
behavior is INCALL_POWER_BUTTON_BEHAVIOR_HANGUP if
191
// The checkbox is labeled "Power
button
ends call"; thus the in-call
192
// Power
button
behavior is INCALL_POWER_BUTTON_BEHAVIOR_HANGUP if
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
30
import android.widget.
Button
;
179
implements
Button
.OnClickListener, Recorder.OnStateChangedListener {
222
Button
mAcceptButton;
223
Button
mDiscardButton;
321
mAcceptButton = (
Button
) findViewById(R.id.acceptButton);
322
mDiscardButton = (
Button
) findViewById(R.id.discardButton);
352
public void onClick(View
button
) {
353
if (!
button
.isEnabled())
356
switch (
button
.getId()) {
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/info/
dir
12
In Emacs, you can click mouse
button
2 on a menu item or cross reference
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/info/
dir
12
In Emacs, you can click mouse
button
2 on a menu item or cross reference
/sdk/ddms/app/src/com/android/ddms/
DropdownSelectionListener.java
75
//
button
clicked
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewTestProjectCreationPage.java
62
import org.eclipse.swt.widgets.
Button
;
126
private
Button
mUseDefaultLocation;
129
private
Button
mBrowseButton;
133
private
Button
mCreateTestProjectField;
135
private
Button
mProjectBrowseButton;
137
private
Button
mTestSelfProjectRadio;
138
private
Button
mTestExistingProjectRadio;
358
mCreateTestProjectField = new
Button
(parent, SWT.CHECK);
425
mUseDefaultLocation = new
Button
(group, SWT.CHECK);
460
mBrowseButton = new
Button
(group, SWT.PUSH)
[
all
...]
/development/samples/ApiDemos/res/values/
strings.xml
55
<string name="activity_animation_msg">Press a
button
to launch an activity with a custom animation.</string>
74
<string name="forwarding">Press the
button
to go forward to the next activity. This activity will stop, so you will no longer see it when going back.</string>
76
<string name="forward_target">Press back
button
and notice we don\'t see the previous activity.</string>
79
<string name="redirect_enter">Press the
button
to start the example. The next activity will conditionally redirect to another activity to collect data from the user.</string>
126
service running in another process. Use the kill
button
to see what happens when
213
<string name="reorder_on_launch">This is the first of a sequence of four Activities. A
button
on the fourth will use the Intent.FLAG_ACTIVITY_REORDER_TO_FRONT flag to bring the second of the activities to the front of the history stack. After that, proceeding back through the history should begin with the newly-frontmost second reorder activity, then the fourth, the third, and finally the first.</string>
269
<string name="custom_notification_button">With a
Button
</string>
367
<string name="summary_toggle_preference">This is a toggle
button
</string>
553
<string name="autocomplete_3_button">
Button
</string>
568
<string name="baseline_1_button">
Button
</string
[
all
...]
/external/webkit/WebCore/inspector/front-end/
inspector.css
223
#close-
button
-left, #close-
button
-right {
233
#close-
button
-left:hover, #close-
button
-right:hover {
237
#close-
button
-left:active, #close-
button
-right:active {
351
button
.status-bar-item {
358
button
.status-bar-item:active {
362
button
.status-bar-item .glyph.shadow {
366
button
.status-bar-item.toggled-on .glyph
[
all
...]
SidebarTreeElement.js
71
this.disclosureButton = document.createElement("
button
");
72
this.disclosureButton.className = "disclosure-
button
";
/cts/tests/tests/app/src/android/app/cts/
AlertDialog_BuilderTest.java
41
import android.widget.
Button
;
67
private
Button
mButton;
289
mButton = (
Button
)mDialog.getWindow().findViewById(R.id.button1);
310
mButton = (
Button
)mDialog.getWindow().findViewById(R.id.button1);
330
mButton = (
Button
)mDialog.getWindow().findViewById(R.id.button2);
350
mButton = (
Button
)mDialog.getWindow().findViewById(R.id.button2);
370
mButton = (
Button
)mDialog.getWindow().findViewById(R.id.button3);
390
mButton = (
Button
)mDialog.getWindow().findViewById(R.id.button3);
[
all
...]
/cts/tests/tests/widget/src/android/widget/cts/
ZoomControlsTest.java
67
notes = "not possible to trigger a zoom
button
click programmatically using public API"
91
notes = "not possible to trigger a zoom
button
click programmatically using public API"
/external/webkit/WebCore/manual-tests/inspector/
debugger-watch-expressions.html
49
<li><p>Click the "Refresh"
button
in the Watch Expressions section and the
69
a toString() version of the date. Repeatedly press the Refresh
button
to see
/external/webkit/WebCore/platform/gtk/
gtk2drawing.c
152
/* toggle
button
must be set active to get the right style on hover. */
239
/* We need to have pointers to the inner widgets (
button
, separator, arrow)
293
/* Get its inner
Button
*/
299
/* Get the widgets inside the
Button
*/
302
/* appears-as-list = FALSE, cell-view = TRUE; the
button
305
* the
button
when appears-as-list is FALSE. */
311
* the
button
only contains an arrow */
321
* use a generic toggle
button
as last resort fallback to avoid
342
/* We need to have pointers to the inner widgets (entry,
button
, arrow) of
398
/* Get its inner Entry and
Button
*/
[
all
...]
/external/webkit/WebCore/platform/mac/
ThemeMac.mm
352
// Use the square
button
364
static NSButtonCell *
button
(ControlPart part, ControlStates states, const IntRect& zoomedRect, float zoomFactor)
377
NSButtonCell *buttonCell =
button
(part, states, zoomedRect, zoomFactor);
390
// Center the
button
within the available space.
518
// This also guarantees the HTML <
button
> will match our rendering by default, since we're using a consistent
544
// We inflate the rect as needed to account for padding included in the cell to accommodate the radio
button
557
NSButtonCell *cell =
button
(part, states, zoomedRect, zoomFactor);
560
// We inflate the rect as needed to account for the Aqua
button
's shadow.
/external/webkit/WebCore/svg/
SVGAElement.cpp
136
if (e && e->
button
() == RightButton) {
152
if (e && e->
button
() == MiddleButton)
/external/webkit/WebCore/wml/
WMLAElement.cpp
126
if (e && e->
button
() == RightButton) {
155
// send the mouse
button
events if the caller specified sendToAnyElement
/external/webkit/WebKit/English.lproj/WebJavaScriptTextInputPanel.nib/
keyedobjects.nib
22
?3? >??T??????????X?Y?Z?[?\?]?^?__Push
Button
(Cancel)\Content View[Application_YStatic Text (A message from JavaScript will be here.
23
It can be any number of lines long.)\File's Owner_Push
Button
(OK)VPanel1ZText Field? >??T?? >??T?? >??T? J? I H W M P ? O K e ? ? L N V?C?R?A? ?
/frameworks/base/core/java/com/android/internal/view/menu/
ListMenuItemView.java
125
// radio
button
will be the one in use (and the other will be otherCompoundButton)
145
// Make sure the other compound
button
isn't visible
/frameworks/base/core/res/res/layout/
grant_credentials_permission.xml
147
<
Button
154
<
Button
/frameworks/base/core/tests/coretests/res/values/
strings.xml
64
<!-- List with
button
above -->
65
<string name="button_above_list_label">
Button
above list</string>
/frameworks/base/docs/html/guide/developing/tools/
ddms.jd
85
enabled by toggling the "threads"
button
119
the VM Heap view says that heap updates are not enabled, click the "Show heap updates"
button
,
154
click the play
button
to playback the route for your location-aware application.</p>
166
click the play
button
to send the coordinates to your location-aware application.</p>
200
button
in the toolbar. To delete files, use the <strong>Delete</strong>
button
in the toolbar.</p>
225
<p>Cause garbage collection to occur in the selected application by pressing the trash can
button
on the toolbar. </p>
243
VM</strong>. Pressing this
button
causes the VM to call <code>Runtime.halt(1)</code>.</p>
/frameworks/base/docs/html/resources/articles/
speech-input.jd
15
tap the new microphone
button
on the keyboard, and you can speak in just about
66
when a user taps the microphone
button
on the search widget or the voice-enabled
/packages/apps/Calculator/src/com/android/calculator2/
Calculator.java
29
import android.widget.
Button
;
66
mLogic = new Logic(this, mHistory, mDisplay, (
Button
) findViewById(R.id.equal));
/packages/apps/Calendar/res/values/
strings.xml
255
<!--
Button
labels: -->
260
<!-- The
button
label for deleting an event -->
264
<!-- The
button
label for saving an event -->
266
<!-- The
button
label for discarding changes to an event -->
268
<!-- The
button
label for importing events from another source to the phone -->
271
<!--
Button
labels on expanded notification reminders: -->
273
<!-- The
button
label for making the reminder alarms go away temporarily.
276
<!-- The
button
label for dismissing all the current reminder alarms. This
/packages/apps/Settings/res/layout/
device_admin_add.xml
99
<
Button
android:id="@+id/action_button"
107
<
Button
android:id="@+id/cancel_button"
Completed in 167 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>