OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:button
(Results
326 - 350
of
1669
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/core/java/android/app/
AlertDialog.java
29
import android.widget.
Button
;
77
* If a
button
does not exist in the dialog, null will be returned.
79
* @param whichButton The identifier of the
button
that should be returned.
82
* @return The
button
from the dialog, or null if a
button
does not exist.
84
public
Button
getButton(int whichButton) {
137
* Set a message to be sent when a
button
is pressed.
139
* @param whichButton Which
button
to set the message for, can be one of
143
* @param text The text to display in positive
button
.
151
* Set a listener to be invoked when the positive
button
of the dialog is pressed
[
all
...]
/frameworks/base/core/res/res/layout/
keyguard_screen_unlock_landscape.xml
32
<!-- left side: instructions and emergency call
button
-->
141
<!-- fill space between header and
button
below -->
155
<!-- option 1: a single emergency call
button
-->
161
<
Button
android:id="@+id/emergencyCallAlone"
165
style="@style/Widget.
Button
.Transparent"
171
<!-- option 2: an emergency call
button
, and a 'forgot pattern?'
button
-->
178
<
Button
android:id="@+id/forgotPattern"
181
style="@style/Widget.
Button
.Transparent"
184
<
Button
android:id="@+id/emergencyCallTogether
[
all
...]
/frameworks/base/docs/html/resources/tutorials/views/
hello-formstuff.jd
37
<h2>Custom
Button
</h2>
39
<p>In this section, you will create a
button
with a custom image instead of text, using the {@link
40
android.widget.
Button
} widget and an XML file that defines three different images to use for the
41
different
button
states. When the
button
is pressed, a short message will be displayed.</p>
48
your project. These will be used for the different
button
states.</li>
63
state of the
button
. The first <code><item></code> defines
64
<code>android_pressed.png</code> as the image when the
button
is pressed (it's been
66
when the
button
is focused (when the
button
is highlighted using the trackball or directiona
[
all
...]
/cts/tests/res/layout/
app_activity.xml
31
<
Button
android:id="@+id/go"
35
</
Button
>
app_another.xml
31
<
Button
android:id="@+id/back"
35
</
Button
>
local_sample.xml
32
<
Button
android:id="@+id/go"
37
</
Button
>
/development/samples/ApiDemos/res/layout/
contacts_filter.xml
30
<
Button
android:id="@+id/go"
34
</
Button
>
date_widgets_example_1.xml
30
<
Button
android:id="@+id/pickDate"
35
<
Button
android:id="@+id/pickTime"
forwarding.xml
30
<
Button
android:id="@+id/go"
34
</
Button
>
intents.xml
30
<
Button
android:id="@+id/get_music"
34
</
Button
>
local_sample.xml
30
<
Button
android:id="@+id/go"
34
</
Button
>
log_text_box_1.xml
23
<
Button
37
<
Button
morse_code.xml
31
<
Button
32
android:id="@+id/
button
"
notify_with_text.xml
22
<
Button
28
<
Button
progressbar_3.xml
22
<
Button
android:id="@+id/showIndeterminate"
27
<
Button
android:id="@+id/showIndeterminateNoTitle"
redirect_enter.xml
30
<
Button
android:id="@+id/go"
34
</
Button
>
reorder_four.xml
33
<
Button
android:id="@+id/reorder_second_to_front"
36
</
Button
>
reorder_on_launch.xml
33
<
Button
android:id="@+id/reorder_launch_two"
36
</
Button
>
reorder_three.xml
33
<
Button
android:id="@+id/reorder_launch_four"
36
</
Button
>
reorder_two.xml
33
<
Button
android:id="@+id/reorder_launch_three"
36
</
Button
>
/development/samples/JetBoy/res/layout/
main.xml
15
<
Button
android:id="@+id/Button01" android:text="@string/start"
20
<
Button
android:id="@+id/Button02" android:text="@string/retry"
/device/htc/passion/recovery/
recovery_ui.c
45
key_code == BTN_MOUSE; // trackball
button
60
case BTN_MOUSE: // trackball
button
/external/webkit/WebCore/manual-tests/
accidental-strict-mode.html
5
<li> Click "Back"
button
once.
7
<li> Click "Back"
button
once.
animated-gif-bfcache-crash.html
39
<p>Then click this
button
: <input type="
button
" value="Run test" onclick="step1()">
autocompletion-fire-onchange.html
28
<li>In the input field, type the word "apple" (without quotes). Then click the
button
Submit or hit the return/enter
31
"apple" from the autocompletion drop-down list contextual menu). Then click the
button
Submit or hit the return/enter
Completed in 607 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>