OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
251 - 275
of
692
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java
54
import android.widget.
ImageButton
;
89
private
ImageButton
mPauseResumeButton;
90
private
ImageButton
mStopButton;
313
mPauseResumeButton = (
ImageButton
) findViewById(R.id.pause_resume_button);
326
mStopButton = (
ImageButton
) findViewById(R.id.stop_button);
667
ImageButton
b = (
ImageButton
) v.findViewById(R.id.item_action);
704
ImageButton
b = (
ImageButton
) v.findViewById(R.id.item_action);
/development/samples/IntentPlayground/res/layout/
activity_node.xml
62
<
ImageButton
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
MainActivity.java
54
import android.widget.
ImageButton
;
89
private
ImageButton
mPauseResumeButton;
90
private
ImageButton
mStopButton;
312
mPauseResumeButton = (
ImageButton
) findViewById(R.id.pause_resume_button);
325
mStopButton = (
ImageButton
) findViewById(R.id.stop_button);
670
ImageButton
b = (
ImageButton
) v.findViewById(R.id.item_action);
707
ImageButton
b = (
ImageButton
) v.findViewById(R.id.item_action);
/development/samples/training/ContactsList/res/layout/
contact_detail_item.xml
52
<
ImageButton
/external/walt/android/WALT/app/src/main/res/values/
styles.xml
56
<style name="ImageButtonStyle" parent="Widget.AppCompat.
ImageButton
">
/external/webrtc/webrtc/examples/androidapp/res/layout/
fragment_hud.xml
9
<
ImageButton
/frameworks/base/core/tests/coretests/res/layout/
fill_in_wrap.xml
53
<
ImageButton
/frameworks/opt/timezonepicker/res/layout/
timezonepickerview.xml
45
<
ImageButton
/frameworks/support/design/tests/res/layout/
design_fab.xml
27
<
ImageButton
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java
60
import android.widget.
ImageButton
;
95
private
ImageButton
mPauseResumeButton;
96
private
ImageButton
mStopButton;
335
mPauseResumeButton = (
ImageButton
)findViewById(R.id.pause_resume_button);
347
mStopButton = (
ImageButton
)findViewById(R.id.stop_button);
704
ImageButton
b = (
ImageButton
)v.findViewById(R.id.item_action);
739
ImageButton
b = (
ImageButton
)v.findViewById(R.id.item_action);
/packages/apps/Calendar/res/layout/
contact_item.xml
41
<
ImageButton
/packages/apps/Calendar/res/layout-sw600dp/
contact_item.xml
41
<
ImageButton
/packages/apps/Car/Dialer/src/com/android/car/dialer/
OngoingCallFragment.java
39
import android.widget.
ImageButton
;
83
private
ImageButton
mEndCallButton;
84
private
ImageButton
mUnholdCallButton;
85
private
ImageButton
mMuteButton;
86
private
ImageButton
mToggleDialpadButton;
87
private
ImageButton
mSwapButton;
88
private
ImageButton
mMergeButton;
89
private
ImageButton
mAnswerCallButton;
90
private
ImageButton
mRejectCallButton;
/packages/apps/Car/Overview/res/layout/
stream_card_simple.xml
25
<
ImageButton
/packages/apps/Car/Settings/res/layout/
icon_widget_line_item.xml
45
<
ImageButton
/packages/apps/Contacts/res/layout/
search_bar_expanded.xml
25
<
ImageButton
selection_bar.xml
23
<
ImageButton
/packages/apps/Dialer/java/com/android/contacts/common/res/layout/
search_bar_expanded.xml
25
<
ImageButton
/packages/apps/Dialer/java/com/android/dialer/app/res/layout/
search_edittext.xml
58
<
ImageButton
/packages/apps/Gallery2/res/layout/
camera_filmstrip.xml
27
<
ImageButton
/packages/apps/Messaging/res/layout/
widget_conversation_list.xml
40
<
ImageButton
/packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java
28
import android.widget.
ImageButton
;
47
* When in this mode the VideoThumbnailView is a lightweight AsyncImageView with an
ImageButton
63
private final
ImageButton
mPlayButton;
124
mPlayButton = (
ImageButton
) findViewById(R.id.video_thumbnail_play_button);
/packages/apps/Settings/src/com/android/settings/widget/
EntityHeaderController.java
38
import android.widget.
ImageButton
;
252
final
ImageButton
button1 = mHeader.findViewById(android.R.id.button1);
253
final
ImageButton
button2 = mHeader.findViewById(android.R.id.button2);
313
private void bindButton(
ImageButton
button, @ActionType int action) {
/packages/apps/UnifiedEmail/res/layout/
attachment.xml
59
<
ImageButton
android:id="@+id/remove_attachment"
compose_attachment_tile.xml
73
<
ImageButton
Completed in 794 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>