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
558
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java
26
import android.widget.
ImageButton
;
/packages/apps/LegacyCamera/res/layout/
share_popup.xml
74
<
ImageButton
/packages/apps/LegacyCamera/res/layout-sw600dp/
share_popup.xml
75
<
ImageButton
/packages/apps/Messaging/res/layout/
widget_conversation.xml
51
<
ImageButton
/packages/apps/Music/res/layout/
audio_player_common.xml
57
<
ImageButton
android:id="@+id/pause" style="@android:style/MediaButton.Play" />
audiopreview.xml
84
<
ImageButton
/packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java
39
import android.widget.
ImageButton
;
70
private
ImageButton
mDelete;
117
mDelete = (
ImageButton
) findViewById(R.id.deleteButton);
311
public
ImageButton
getDeleteButton() {
/packages/apps/QuickSearchBox/res/layout/
search_widget.xml
81
<
ImageButton
/packages/apps/UnifiedEmail/res/layout/
conversation_message_attachment_bar.xml
77
<
ImageButton
floating_actions.xml
24
<
ImageButton
two_pane_activity.xml
62
<
ImageButton
/packages/services/Telephony/res/layout/
emergency_dialer.xml
122
<
ImageButton
/prebuilts/sdk/current/support/v7/mediarouter/res/layout/
mr_controller_material_dialog_b.xml
42
<
ImageButton
android:id="@+id/mr_close"
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/res/layout/
sample_main.xml
69
<
ImageButton
84
<
ImageButton
/developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/res/layout/
sample_main.xml
69
<
ImageButton
84
<
ImageButton
/development/samples/browseable/BasicAccessibility/res/layout/
sample_main.xml
69
<
ImageButton
84
<
ImageButton
/frameworks/base/packages/Keyguard/res/layout/
keyguard_sim_pin_view.xml
65
<
ImageButton
201
<
ImageButton
keyguard_sim_puk_view.xml
66
<
ImageButton
202
<
ImageButton
/packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactPickerFragmentTest.java
203
// final
ImageButton
AddMoreParticipantsButton = (
ImageButton
) getFragment().getView()
/packages/apps/PhoneCommon/res/values/
strings.xml
54
<!-- String describing the Delete/Backspace
ImageButton
.
62
<!-- String describing the Voicemail
ImageButton
.
/packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java
60
import android.widget.
ImageButton
;
80
private
ImageButton
mPauseButton;
82
private
ImageButton
mRepeatButton;
83
private
ImageButton
mShuffleButton;
84
private
ImageButton
mQueueButton;
131
mPauseButton = (
ImageButton
) findViewById(R.id.pause);
142
mQueueButton = (
ImageButton
) findViewById(R.id.curplaylist);
144
mShuffleButton = ((
ImageButton
) findViewById(R.id.shuffle));
146
mRepeatButton = ((
ImageButton
) findViewById(R.id.repeat));
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
38
import android.widget.
ImageButton
;
94
private
ImageButton
mPassButton;
95
private
ImageButton
mFailButton;
212
mPassButton = (
ImageButton
) findViewById(R.id.pass_button);
213
mFailButton = (
ImageButton
) findViewById(R.id.fail_button);
/development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html
200
<h3>
ImageButton
</h3>
202
<dt><a href="ImageButton1.html">
ImageButton
</a></dt>
203
<dd>Demonstrates an
ImageButton
: a button with an arbitrary graphic on it. </dd>
/frameworks/base/docs/html/training/animation/
zoom.jd
77
to zoom. The following example creates an {@link android.widget.
ImageButton
} for clickable image thumbnail
91
<
ImageButton
124
android.widget.
ImageButton
} to execute the zoom animation when the user
/packages/apps/Calendar/res/layout/
event_info_dialog.xml
101
<
ImageButton
113
<
ImageButton
125
<
ImageButton
Completed in 1341 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>