OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Button
(Results
401 - 425
of
1156
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/build/prebuilts/gradle/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
29
import android.widget.
Button
;
46
*
Button
to show a notification.
48
private
Button
mShowNotificationButton;
89
mShowNotificationButton = (
Button
) view.findViewById(R.id.show_notification_button);
/developers/samples/android/ui/notifications/LNotifications/Application/src/main/java/com/example/android/lnotifications/
HeadsUpNotificationFragment.java
29
import android.widget.
Button
;
46
*
Button
to show a notification.
48
private
Button
mShowNotificationButton;
89
mShowNotificationButton = (
Button
) view.findViewById(R.id.show_notification_button);
/developers/samples/android/ui/views/Clipping/ClippingBasic/Application/src/main/java/com/example/android/clippingbasic/
ClippingBasicFragment.java
27
import android.widget.
Button
;
77
/* When the
button
is clicked, the text is clipped or un-clipped. */
78
view.findViewById(R.id.
button
).setOnClickListener(new View.OnClickListener() {
87
((
Button
) bt).setText(R.string.clip_button);
93
((
Button
) bt).setText(R.string.unclip_button);
/development/samples/ApiDemos/src/com/example/android/apis/animation/
ListFlipper.java
34
import android.widget.
Button
;
39
* UI allows you to set the position of the animation. Pressing the Run
button
will play from
87
Button
starter = (
Button
) findViewById(R.id.
button
);
/development/samples/ApiDemos/src/com/example/android/apis/app/
FragmentCustomAnimations.java
29
import android.widget.
Button
;
44
// Watch for
button
clicks.
45
Button
button
= (
Button
)findViewById(R.id.new_fragment);
local
46
button
.setOnClickListener(new OnClickListener() {
FragmentHideShow.java
30
import android.widget.
Button
;
44
// their "hide"
button
.
51
final
Button
button
= (
Button
)findViewById(buttonId);
local
52
button
.setOnClickListener(new OnClickListener() {
59
button
.setText("Hide");
62
button
.setText("Show");
FragmentReceiveResult.java
31
import android.widget.
Button
;
91
// Watch for
button
clicks.
92
Button
getButton = (
Button
)v.findViewById(R.id.get);
FragmentRetainInstance.java
29
import android.widget.
Button
;
62
// Watch for
button
clicks.
63
Button
button
= (
Button
)v.findViewById(R.id.restart);
local
64
button
.setOnClickListener(new OnClickListener() {
/development/samples/ContactManager/src/com/example/android/contactmanager/
ContactManager.java
27
import android.widget.
Button
;
39
private
Button
mAddAccountButton;
55
mAddAccountButton = (
Button
) findViewById(R.id.addContactButton);
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
FragmentCustomAnimationSupport.java
30
import android.widget.
Button
;
41
// Watch for
button
clicks.
42
Button
button
= (
Button
)findViewById(R.id.new_fragment);
local
43
button
.setOnClickListener(new OnClickListener() {
FragmentHideShowSupport.java
31
import android.widget.
Button
;
45
// their "hide"
button
.
52
final
Button
button
= (
Button
)findViewById(buttonId);
local
53
button
.setOnClickListener(new OnClickListener() {
60
button
.setText("Hide");
63
button
.setText("Show");
FragmentReceiveResultSupport.java
33
import android.widget.
Button
;
93
// Watch for
button
clicks.
94
Button
getButton = (
Button
)v.findViewById(R.id.get);
FragmentRetainInstanceSupport.java
30
import android.widget.
Button
;
63
// Watch for
button
clicks.
64
Button
button
= (
Button
)v.findViewById(R.id.restart);
local
65
button
.setOnClickListener(new OnClickListener() {
/development/samples/browseable/ClippingBasic/src/com.example.android.clippingbasic/
ClippingBasicFragment.java
27
import android.widget.
Button
;
77
/* When the
button
is clicked, the text is clipped or un-clipped. */
78
view.findViewById(R.id.
button
).setOnClickListener(new View.OnClickListener() {
87
((
Button
) bt).setText(R.string.clip_button);
93
((
Button
) bt).setText(R.string.unclip_button);
/development/samples/browseable/LNotifications/src/com.example.android.lnotifications/
HeadsUpNotificationFragment.java
29
import android.widget.
Button
;
46
*
Button
to show a notification.
48
private
Button
mShowNotificationButton;
89
mShowNotificationButton = (
Button
) view.findViewById(R.id.show_notification_button);
/development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java
25
import android.widget.
Button
;
43
Button
mButton;
50
mButton = (
Button
) findViewById(R.id.
button
);
55
// Capture current location of
button
59
// Change layout parameters of
button
to move it
62
// Add OnPreDrawListener to catch
button
after layout but before drawing
93
* Toggles
button
location on click between top-left and bottom-right
115
* and the information that the
button
requires (an xy location). The
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java
25
import android.widget.
Button
;
44
private
Button
mButton;
70
mButton = (
Button
)findViewById(R.id.add_row_button);
/development/samples/training/testingfun/app/tests/src/com/example/android/testingfun/tests/lesson3/
ClickFunActivityTest.java
29
import android.widget.
Button
;
38
private
Button
mClickMeButton;
61
mClickMeButton = (
Button
) mClickFunActivity.findViewById(R.id.launch_next_activity_button);
/development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NoteEdit.java
23
import android.widget.
Button
;
45
Button
confirmButton = (
Button
) findViewById(R.id.confirm);
/external/chromium_org/chrome/renderer/net/
net_error_helper_core.h
42
enum
Button
{
180
// Execute the effect of pressing the specified
button
.
181
// Note that the visual effects of the 'MORE'
button
are taken
183
void ExecuteButtonPress(
Button
button
);
263
Button
navigation_from_button_;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformanceResultsPreferencePage.java
33
import org.eclipse.swt.widgets.
Button
;
59
private
Button
mVersionRadioButton;
60
private
Button
dVersionRadionButton;
62
private
Button
dbConnectionCheckBox;
63
private
Button
dbLocalBrowseButton;
64
private
Button
dbRelengRadioButton;
65
private
Button
dbLocalRadioButton;
73
private
Button
statusValuesCheckBox;
74
private
Button
statusErrorNoneRadioButton;
75
private
Button
statusErrorNoticeableRadioButton
102
Button
button
= new Button(parent, SWT.CHECK);
local
357
Button
button
= new Button(parent, SWT.PUSH);
local
380
Button
button
= new Button(parent, SWT.RADIO | SWT.LEFT);
local
[
all
...]
/frameworks/base/media/mca/samples/CameraEffectsRecordingSample/java/android/media/filterfw/samples/
CameraEffectsRecordingSample.java
27
import android.widget.
Button
;
37
private
Button
mRunButton;
48
mRunButton = (
Button
) findViewById(R.id.runbutton);
/frameworks/base/tests/SslLoad/src/com/android/sslload/
SslLoad.java
35
import android.widget.
Button
;
48
private
Button
button
;
field in class:SslLoad
59
button
= new
Button
(this);
60
button
.setText("GO");
61
button
.setOnClickListener(this);
63
setContentView(
button
);
78
button
.setText(running ? "STOP" : "GO");
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
BitmapDrawableDupe.java
21
import android.widget.
Button
;
66
Button
button
= new
Button
(this);
local
67
button
.setWidth(200);
68
button
.setBackgroundResource(icon[i]);
69
container.addView(
button
);
/frameworks/testing/espresso/espresso-sample/src/main/java/com/google/android/apps/common/testing/ui/testapp/
FragmentStack.java
27
import android.widget.
Button
;
41
// Watch for
button
clicks.
42
Button
button
= (
Button
) findViewById(R.id.new_fragment);
local
43
button
.setOnClickListener(new OnClickListener() {
Completed in 3649 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>