HomeSort by relevance Sort by last modified time
    Searched full:imagebutton (Results 76 - 100 of 290) sorted by null

1 2 34 5 6 7 8 91011>>

  /frameworks/base/core/tests/coretests/res/layout/
list_recycler_profiling.xml 27 <ImageButton android:id="@+id/pause"
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 35 import android.widget.ImageButton;
83 mPlayPauseButton = (ImageButton) playPausebutton;
84 ImageButton stop = (ImageButton) stopButton;
  /packages/apps/Browser/res/layout/
browser_subwindow.xml 29 <ImageButton android:id="@+id/subwindow_close"
tab_bar.xml 26 <ImageButton
  /packages/apps/Contacts/res/layout-sw580dp/
favorites_star.xml 19 <ImageButton
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLinearLayout.java 6 import android.widget.ImageButton;
26 private ImageButton mLeft, mRight;
78 mLeft = (ImageButton) findViewById(mLeftButtonId);
79 mRight = (ImageButton) findViewById(mRightButtonId);
  /packages/apps/Dialer/res/layout/
playback_layout.xml 38 <ImageButton
52 <ImageButton
110 <ImageButton
121 <ImageButton
  /packages/apps/Dialer/res/values/
strings.xml 190 <!-- String describing the image on ImageButton one
197 <!-- String describing the image on ImageButton two
204 <!-- String describing the image on ImageButton three
211 <!-- String describing the image on ImageButton four
218 <!-- String describing the image on ImageButton five
225 <!-- String describing the image on ImageButton six
232 <!-- String describing the image on ImageButton seven
239 <!-- String describing the image on ImageButton eight
246 <!-- String describing the image on ImageButton nine
253 <!-- String describing the image on ImageButton sta
    [all...]
  /packages/apps/Mms/res/layout/
recipients_editor.xml 36 <ImageButton android:id="@+id/recipients_picker"
  /packages/apps/QuickSearchBox/res/layout/
corpus_indicator.xml 17 <ImageButton
  /packages/apps/VideoEditor/res/layout/
empty_left_timeline_item.xml 21 <ImageButton
empty_right_timeline_item.xml 21 <ImageButton
  /packages/apps/VideoEditor/res/layout-w1024dp-land/
project_layout.xml 42 <ImageButton android:id="@+id/editor_prev"
51 <ImageButton android:id="@+id/editor_rewind"
59 <ImageButton android:id="@+id/editor_play"
68 <ImageButton android:id="@+id/editor_next"
  /packages/apps/VideoEditor/res/layout-w1280dp-land/
project_layout.xml 42 <ImageButton android:id="@+id/editor_prev"
51 <ImageButton android:id="@+id/editor_rewind"
59 <ImageButton android:id="@+id/editor_play"
67 <ImageButton android:id="@+id/editor_next"
  /packages/apps/VideoEditor/res/layout-w600dp-port/
project_layout.xml 62 <ImageButton android:id="@+id/editor_prev"
71 <ImageButton android:id="@+id/editor_rewind"
79 <ImageButton android:id="@+id/editor_play"
89 <ImageButton android:id="@+id/editor_next"
  /packages/apps/VideoEditor/res/layout-w800dp-port/
project_layout.xml 60 <ImageButton android:id="@+id/editor_prev"
69 <ImageButton android:id="@+id/editor_rewind"
77 <ImageButton android:id="@+id/editor_play"
85 <ImageButton android:id="@+id/editor_next"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 21 <ImageButton />
completion1-expected-completion12.txt 21 <ImageButton />
completion9-expected-completion64.txt 21 <ImageButton />
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
CandidatesContainer.java 32 import android.widget.ImageButton;
76 private ImageButton mLeftArrowBtn;
81 private ImageButton mRightArrowBtn;
175 mLeftArrowBtn = (ImageButton) findViewById(R.id.arrow_left_btn);
176 mRightArrowBtn = (ImageButton) findViewById(R.id.arrow_right_btn);
350 private void enableArrow(ImageButton arrowBtn, boolean enabled) {
358 private void showArrow(ImageButton arrowBtn, boolean show) {
  /packages/apps/Browser/src/com/android/browser/
NavigationBarTablet.java 31 import android.widget.ImageButton;
45 private ImageButton mBackButton;
46 private ImageButton mForwardButton;
95 mBackButton = (ImageButton) findViewById(R.id.back);
96 mForwardButton = (ImageButton) findViewById(R.id.forward);
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackFragment.java 38 import android.widget.ImageButton;
183 private final ImageButton mStartStopButton;
184 private final ImageButton mPlaybackSpeakerphone;
185 private final ImageButton mRateDecreaseButton;
186 private final ImageButton mRateIncreaseButton;
197 mStartStopButton = (ImageButton) playbackLayout.findViewById(
199 mPlaybackSpeakerphone = (ImageButton) playbackLayout.findViewById(
201 mRateDecreaseButton = (ImageButton) playbackLayout.findViewById(
203 mRateIncreaseButton = (ImageButton) playbackLayout.findViewById(
  /developers/samples/android/ui/holo/BorderlessButtons/BorderlessButtons/src/main/res/layout/
list_item.xml 76 When using the Holo theme, setting a Button or ImageButton to
80 <ImageButton android:id="@+id/secondary_action"
  /development/samples/ApiDemos/res/layout/
linear_layout_10.xml 60 <ImageButton
109 <ImageButton
  /external/chromium/chrome/browser/ui/views/frame/
app_panel_browser_frame_view.h 21 class ImageButton;
109 views::ImageButton* close_button_;

Completed in 433 milliseconds

1 2 34 5 6 7 8 91011>>