OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
276 - 300
of
558
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java
49
import android.widget.
ImageButton
;
193
final
ImageButton
button = (
ImageButton
) view.findViewById(R.id.contact_remove);
/packages/apps/Music/src/com/android/music/
AudioPreview.java
44
import android.widget.
ImageButton
;
342
ImageButton
b = (
ImageButton
) findViewById(R.id.playpause);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java
35
import android.widget.
ImageButton
;
69
private
ImageButton
mCancelButton;
171
mCancelButton = (
ImageButton
) findViewById(R.id.cancel_attachment);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java
33
import android.widget.
ImageButton
;
79
private
ImageButton
mDeleteKey;
203
mDeleteKey = (
ImageButton
)findViewById(R.id.emoji_keyboard_delete);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java
37
import android.widget.
ImageButton
;
70
private final
ImageButton
mVoiceKey;
142
mVoiceKey = (
ImageButton
)findViewById(R.id.suggestions_strip_voice_key);
/packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java
37
import android.widget.
ImageButton
;
60
private
ImageButton
mContactPickButton;
199
mContactPickButton = (
ImageButton
) view.findViewById(R.id.select_contact);
/frameworks/support/v4/java/android/support/v4/view/
ActionProvider.java
88
*
ImageButton
button =
89
* (
ImageButton
) providerView.findViewById(R.id.button);
/frameworks/support/v7/appcompat/res/values-v21/
styles_base.xml
199
<style name="Base.Widget.AppCompat.
ImageButton
" parent="android:Widget.Material.
ImageButton
" />
/packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java
32
import android.widget.
ImageButton
;
48
public class MultiToggleImageButton extends
ImageButton
{
/prebuilts/sdk/current/support/v7/appcompat/res/values-v21/
styles_base.xml
199
<style name="Base.Widget.AppCompat.
ImageButton
" parent="android:Widget.Material.
ImageButton
" />
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/
UiBot.java
218
UiSelector selector = new UiSelector().className("android.widget.
ImageButton
")
/packages/apps/Contacts/res/layout/
confirm_add_detail_activity.xml
49
<
ImageButton
/packages/apps/DeskClock/res/layout/
alarm_time_expanded.xml
144
<
ImageButton
/packages/apps/Dialer/InCallUI/res/layout/
call_card_fragment.xml
77
<
ImageButton
android:id="@+id/floating_end_call_action_button"
/packages/apps/Dialer/InCallUI/res/layout-h400dp/
call_card_fragment.xml
149
<
ImageButton
android:id="@+id/floating_end_call_action_button"
/packages/apps/Dialer/InCallUI/res/layout-w500dp-land/
call_card_fragment.xml
146
<
ImageButton
android:id="@+id/floating_end_call_action_button"
/packages/apps/Dialer/res/layout/
phone_favorite_tile_view.xml
109
<
ImageButton
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java
29
import android.widget.
ImageButton
;
/packages/apps/UnifiedEmail/res/layout/
widget.xml
45
<
ImageButton
/packages/inputmethods/LatinIME/java/res/layout/
emoji_palettes_view.xml
65
<
ImageButton
/packages/experimental/LoaderApp/res/values/
strings.xml
538
<!-- String describing the image on
ImageButton
one
545
<!-- String describing the image on
ImageButton
two
552
<!-- String describing the image on
ImageButton
three
559
<!-- String describing the image on
ImageButton
four
566
<!-- String describing the image on
ImageButton
five
573
<!-- String describing the image on
ImageButton
six
580
<!-- String describing the image on
ImageButton
seven
587
<!-- String describing the image on
ImageButton
eight
594
<!-- String describing the image on
ImageButton
nine
601
<!-- String describing the image on
ImageButton
sta
[
all
...]
/frameworks/base/core/java/com/android/internal/widget/
FloatingToolbar.java
57
import android.widget.
ImageButton
;
324
private final
ImageButton
mOverflowButton; // opens/closes the overflow.
[
all
...]
/frameworks/base/docs/html/training/wearables/ui/
layouts.jd
234
<
ImageButton
241
<
ImageButton
/frameworks/base/media/tests/EffectsTest/res/layout/
envreverbtest.xml
120
<
ImageButton
android:id="@+id/stop1"
127
<
ImageButton
android:id="@+id/playPause1"
/packages/apps/Calendar/res/layout/
edit_event_1.xml
41
<
ImageButton
88
<
ImageButton
Completed in 1549 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>