OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
226 - 250
of
558
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class
/packages/apps/Gallery2/res/layout-land/
filtershow_editor_panel.xml
57
<
ImageButton
99
<
ImageButton
filtershow_grad_ui.xml
112
<
ImageButton
130
<
ImageButton
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java
35
import android.widget.
ImageButton
;
80
private
ImageButton
mPassButton;
81
private
ImageButton
mFailButton;
198
mPassButton = (
ImageButton
) findViewById(R.id.pass_button);
199
mFailButton = (
ImageButton
) findViewById(R.id.fail_button);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java
30
import android.widget.
ImageButton
;
59
private
ImageButton
mPassButton;
60
private
ImageButton
mFailButton;
89
mPassButton = (
ImageButton
) findViewById(R.id.pass_button);
90
mFailButton = (
ImageButton
) findViewById(R.id.fail_button);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java
32
import android.widget.
ImageButton
;
68
protected
ImageButton
mSearchGoButton;
69
protected
ImageButton
mVoiceSearchButton;
105
mSearchGoButton = (
ImageButton
) findViewById(R.id.search_go_btn);
106
mVoiceSearchButton = (
ImageButton
) findViewById(R.id.search_voice_btn);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java
36
import android.widget.
ImageButton
;
118
private
ImageButton
mSendButton;
120
private
ImageButton
mDeleteSubjectButton;
122
private
ImageButton
mAttachMediaButton;
250
mDeleteSubjectButton = (
ImageButton
) findViewById(R.id.delete_subject_button);
262
mSendButton = (
ImageButton
) findViewById(R.id.send_message_button);
300
(
ImageButton
) findViewById(R.id.attach_media_button);
[
all
...]
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java
48
import android.widget.
ImageButton
;
228
ImageButton
mRecordButton;
229
ImageButton
mPlayButton;
230
ImageButton
mStopButton;
327
mRecordButton = (
ImageButton
) findViewById(R.id.recordButton);
328
mPlayButton = (
ImageButton
) findViewById(R.id.playButton);
329
mStopButton = (
ImageButton
) findViewById(R.id.stopButton);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java
36
import android.widget.
ImageButton
;
427
protected static
ImageButton
getPassButtonView(android.app.Activity activity) {
428
return (
ImageButton
) activity.findViewById(R.id.pass_button);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java
42
import android.widget.
ImageButton
;
66
private
ImageButton
mSendButton;
89
mSendButton = (
ImageButton
) findViewById(R.id.remote_input_send);
/packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java
29
import android.widget.
ImageButton
;
240
ImageButton
reminderRemoveButton;
241
reminderRemoveButton = (
ImageButton
) reminderItem.findViewById(R.id.reminder_remove);
/packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java
29
import android.widget.
ImageButton
;
52
private
ImageButton
mCloseButton;
70
mCloseButton = (
ImageButton
) findViewById(R.id.close_button);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml
56
relatedTo="
ImageButton
">
297
relatedTo="
ImageButton
,VideoView" />
299
class="android.widget.
ImageButton
"
/cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java
68
assertTrue("
ImageButton
not inflated", result.findViewById(R.id.image_button) != null);
/developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/res/layout/
main_activity.xml
96
<
ImageButton
/developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/res/layout/
main_activity.xml
96
<
ImageButton
/development/samples/browseable/SpeedTracker/Wearable/res/layout/
main_activity.xml
96
<
ImageButton
/development/samples/training/AnimationsDemo/res/layout/
activity_zoom.xml
43
"ToughHighlightImageButton"
ImageButton
subclass helps achieve this by drawing
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
RootsListBot.java
55
new UiSelector().className("android.widget.
ImageButton
").clickable(true));
/frameworks/base/packages/SystemUI/res/layout/
remote_input.xml
53
<
ImageButton
/frameworks/support/v7/mediarouter/res/layout/
mr_controller_material_dialog_b.xml
42
<
ImageButton
android:id="@+id/mr_close"
/packages/apps/DeskClock/res/layout/
alarm_time_collapsed.xml
85
<
ImageButton
/packages/apps/DeskClock/res/layout-land/
time_setup_view.xml
46
<
ImageButton
/packages/apps/Dialer/InCallUI/res/layout/
caller_in_conference.xml
104
<
ImageButton
/packages/apps/Dialer/res/layout-land/
dialpad_fragment.xml
74
<
ImageButton
Completed in 1087 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>