OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
51 - 75
of
558
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Calendar/res/layout/
notification.xml
58
<
ImageButton
67
<
ImageButton
76
<
ImageButton
85
<
ImageButton
/packages/apps/Camera2/res/layout/
mode_options_imagebutton_template.xml
17
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/Gallery2/res/layout/
filtershow_main_panel.xml
59
<
ImageButton
68
<
ImageButton
78
<
ImageButton
88
<
ImageButton
filtershow_control_action_slider.xml
24
<
ImageButton
43
<
ImageButton
/packages/apps/Gallery2/res/layout-land/
filtershow_main_panel.xml
48
<
ImageButton
57
<
ImageButton
67
<
ImageButton
77
<
ImageButton
/development/samples/Support4Demos/src/com/example/android/supportv4/media/
MediaController.java
31
import android.widget.
ImageButton
;
57
private
ImageButton
mPauseButton;
58
private
ImageButton
mFfwdButton;
59
private
ImageButton
mRewButton;
60
private
ImageButton
mNextButton;
61
private
ImageButton
mPrevButton;
124
mPauseButton = (
ImageButton
) findViewById(R.id.pause);
130
mFfwdButton = (
ImageButton
) findViewById(R.id.ffwd);
136
mRewButton = (
ImageButton
) findViewById(R.id.rew);
143
mNextButton = (
ImageButton
) findViewById(R.id.next)
[
all
...]
QueueFragment.java
32
import android.widget.
ImageButton
;
46
private
ImageButton
mSkipNext;
47
private
ImageButton
mSkipPrevious;
48
private
ImageButton
mPlayPause;
144
mSkipPrevious = (
ImageButton
) rootView.findViewById(R.id.skip_previous);
148
mSkipNext = (
ImageButton
) rootView.findViewById(R.id.skip_next);
152
mPlayPause = (
ImageButton
) rootView.findViewById(R.id.play_pause);
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
28
<
ImageButton
android:id="@+id/item_action"
/developers/samples/android/media/MediaRouter/Application/src/main/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
28
<
ImageButton
android:id="@+id/item_action"
/development/samples/Support7Demos/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
26
<
ImageButton
android:id="@+id/item_action"
/development/samples/browseable/MediaRouter/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
28
<
ImageButton
android:id="@+id/item_action"
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPickerButton.java
23
import android.widget.
ImageButton
;
30
public class NumberPickerButton extends
ImageButton
{
/frameworks/base/core/res/res/layout/
day_picker_content_material.xml
27
<
ImageButton
40
<
ImageButton
number_picker.xml
22
<
ImageButton
android:id="@+id/increment"
39
<
ImageButton
android:id="@+id/decrement"
/packages/apps/Camera2/res/layout-land/
mode_options.xml
35
<
ImageButton
42
<
ImageButton
49
<
ImageButton
56
<
ImageButton
63
<
ImageButton
120
<
ImageButton
/packages/apps/Camera2/res/layout-port/
mode_options.xml
35
<
ImageButton
42
<
ImageButton
49
<
ImageButton
56
<
ImageButton
63
<
ImageButton
95
<
ImageButton
/developers/build/prebuilts/gradle/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java
29
import android.widget.
ImageButton
;
43
private
ImageButton
mSkipNext;
44
private
ImageButton
mSkipPrevious;
45
private
ImageButton
mPlayPause;
137
mSkipPrevious = (
ImageButton
) rootView.findViewById(R.id.skip_previous);
141
mSkipNext = (
ImageButton
) rootView.findViewById(R.id.skip_next);
145
mPlayPause = (
ImageButton
) rootView.findViewById(R.id.play_pause);
/developers/samples/android/media/MediaBrowserService/Application/src/main/java/com/example/android/mediabrowserservice/
QueueFragment.java
29
import android.widget.
ImageButton
;
43
private
ImageButton
mSkipNext;
44
private
ImageButton
mSkipPrevious;
45
private
ImageButton
mPlayPause;
137
mSkipPrevious = (
ImageButton
) rootView.findViewById(R.id.skip_previous);
141
mSkipNext = (
ImageButton
) rootView.findViewById(R.id.skip_next);
145
mPlayPause = (
ImageButton
) rootView.findViewById(R.id.play_pause);
/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java
29
import android.widget.
ImageButton
;
43
private
ImageButton
mSkipNext;
44
private
ImageButton
mSkipPrevious;
45
private
ImageButton
mPlayPause;
137
mSkipPrevious = (
ImageButton
) rootView.findViewById(R.id.skip_previous);
141
mSkipNext = (
ImageButton
) rootView.findViewById(R.id.skip_next);
145
mPlayPause = (
ImageButton
) rootView.findViewById(R.id.play_pause);
/packages/apps/Dialer/res/layout/
voicemail_playback_layout.xml
78
<
ImageButton
android:id="@+id/playback_speakerphone"
89
<
ImageButton
android:id="@+id/playback_start_stop"
99
<
ImageButton
android:id="@+id/delete_voicemail"
111
<
ImageButton
android:id="@+id/share_voicemail"
124
<
ImageButton
android:id="@+id/archive_voicemail"
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java
30
import android.widget.
ImageButton
;
64
ImageButton
apply = (
ImageButton
) findViewById(R.id.applyColorPick);
65
ImageButton
cancel = (
ImageButton
) findViewById(R.id.cancelColorPick);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java
27
import android.widget.
ImageButton
;
80
ImageButton
cancelButton = (
ImageButton
) mMainView.findViewById(R.id.cancelFilter);
81
ImageButton
applyButton = (
ImageButton
) mMainView.findViewById(R.id.applyFilter);
/packages/apps/Messaging/res/layout/
mediapicker_camera_chooser.xml
64
<
ImageButton
85
<
ImageButton
102
<
ImageButton
112
<
ImageButton
122
<
ImageButton
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarSettingsActionProviderActivity.java
28
import android.widget.
ImageButton
;
90
ImageButton
button = (
ImageButton
) view.findViewById(R.id.button);
/development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java
30
import android.widget.
ImageButton
;
75
ImageButton
button = (
ImageButton
) view.findViewById(R.id.button);
Completed in 336 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>