OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
26 - 50
of
290
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java
25
import android.widget.
ImageButton
;
37
private
ImageButton
looksButton;
38
private
ImageButton
bordersButton;
39
private
ImageButton
geometryButton;
40
private
ImageButton
filtersButton;
93
looksButton = (
ImageButton
) mMainView.findViewById(R.id.fxButton);
94
bordersButton = (
ImageButton
) mMainView.findViewById(R.id.borderButton);
95
geometryButton = (
ImageButton
) mMainView.findViewById(R.id.geometryButton);
96
filtersButton = (
ImageButton
) mMainView.findViewById(R.id.colorsButton);
/packages/apps/Browser/res/layout-sw600dp/
title_bar_nav.xml
26
<
ImageButton
33
<
ImageButton
40
<
ImageButton
87
<
ImageButton
94
<
ImageButton
101
<
ImageButton
109
<
ImageButton
117
<
ImageButton
/development/samples/Support4Demos/res/layout/
media_controller.xml
31
<
ImageButton
android:id="@+id/prev" style="@android:style/MediaButton.Previous" />
32
<
ImageButton
android:id="@+id/rew" style="@android:style/MediaButton.Rew" />
33
<
ImageButton
android:id="@+id/pause" style="@android:style/MediaButton.Play" />
34
<
ImageButton
android:id="@+id/ffwd" style="@android:style/MediaButton.Ffwd" />
35
<
ImageButton
android:id="@+id/next" style="@android:style/MediaButton.Next" />
/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);
/cts/tests/uiautomator/test-apps/CtsUiAutomatorApp/src/com/android/cts/uiautomator/
Test5DetailFragment.java
28
import android.widget.
ImageButton
;
60
ImageButton
imageButton
= (
ImageButton
) rootView.findViewById(R.id.test_5_imageButton);
61
imageButton
.setContentDescription("Image button");
80
imageButton
.setOnTouchListener(new
ImageButton
.OnTouchListener() {
/development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java
29
import android.widget.
ImageButton
;
52
ImageButton
button = new
ImageButton
(this);
/frameworks/base/core/tests/coretests/res/layout/
baseline_buttons.xml
41
<
ImageButton
android:id="@+id/prev"
46
<
ImageButton
android:id="@+id/pause"
51
<
ImageButton
android:id="@+id/next"
list_in_horizontal.xml
25
<
ImageButton
android:src="@drawable/sym_now_playing_pause_1" />
/packages/apps/Browser/res/layout/
nav_screen.xml
36
<
ImageButton
44
<
ImageButton
51
<
ImageButton
/packages/apps/Browser/res/layout-land/
nav_screen.xml
35
<
ImageButton
43
<
ImageButton
50
<
ImageButton
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewSinglePane.java
28
import android.widget.
ImageButton
;
37
private
ImageButton
mCorpusIndicator;
54
mCorpusIndicator = (
ImageButton
) findViewById(R.id.corpus_indicator);
/external/chromium/chrome/browser/ui/views/
find_bar_view.h
20
class
ImageButton
;
133
views::
ImageButton
* find_previous_button_;
134
views::
ImageButton
* find_next_button_;
135
views::
ImageButton
* close_button_;
/packages/apps/Calendar/res/layout/
notification.xml
58
<
ImageButton
67
<
ImageButton
76
<
ImageButton
85
<
ImageButton
/packages/apps/Gallery2/res/layout/
filtershow_main_panel.xml
59
<
ImageButton
68
<
ImageButton
78
<
ImageButton
88
<
ImageButton
/packages/apps/Gallery2/res/layout-land/
filtershow_main_panel.xml
55
<
ImageButton
64
<
ImageButton
74
<
ImageButton
84
<
ImageButton
/packages/apps/Phone/res/layout/
extra_button_row.xml
36
care about clicks on the
ImageButton
itself. -->
37
<
ImageButton
android:id="@+id/manageConferenceButtonImage"
59
care about clicks on the
ImageButton
itself. -->
60
<
ImageButton
android:id="@+id/cdmaMergeButtonImage"
/packages/apps/VideoEditor/res/layout/
add_audio_track_button.xml
18
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/VideoEditor/res/layout-w320dp-port/
project_layout.xml
44
<
ImageButton
android:id="@+id/editor_prev"
50
<
ImageButton
android:id="@+id/editor_play"
58
<
ImageButton
android:id="@+id/editor_next"
64
<
ImageButton
android:id="@+id/editor_rewind"
/packages/apps/VideoEditor/res/layout-w360dp-port/
project_layout.xml
44
<
ImageButton
android:id="@+id/editor_prev"
51
<
ImageButton
android:id="@+id/editor_play"
57
<
ImageButton
android:id="@+id/editor_next"
64
<
ImageButton
android:id="@+id/editor_rewind"
/packages/apps/VideoEditor/res/layout-w533dp-land/
project_layout.xml
42
<
ImageButton
android:id="@+id/editor_prev"
50
<
ImageButton
android:id="@+id/editor_play"
59
<
ImageButton
android:id="@+id/editor_next"
66
<
ImageButton
android:id="@+id/editor_rewind"
/packages/apps/VideoEditor/res/layout-w595dp-land/
project_layout.xml
42
<
ImageButton
android:id="@+id/editor_prev"
49
<
ImageButton
android:id="@+id/editor_play"
55
<
ImageButton
android:id="@+id/editor_next"
62
<
ImageButton
android:id="@+id/editor_rewind"
/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
...]
/external/chromium/chrome/browser/chromeos/frame/
bubble_frame_view.h
22
class
ImageButton
;
74
views::
ImageButton
* close_button_;
/frameworks/base/core/res/res/layout/
number_picker.xml
22
<
ImageButton
android:id="@+id/increment"
39
<
ImageButton
android:id="@+id/decrement"
/packages/apps/Dialer/res/layout/
dialtacts_activity.xml
28
<
ImageButton
38
<
ImageButton
Completed in 1453 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>