HomeSort by relevance Sort by last modified time
    Searched full:imagebutton (Results 176 - 200 of 558) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZonePickerView.java 34 import android.widget.ImageButton;
49 private ImageButton mClearButton;
81 mClearButton = (ImageButton) findViewById(R.id.clear_search);
  /packages/apps/Camera2/res/layout/
filmstrip_bottom_controls.xml 45 <ImageButton
79 <ImageButton
94 <ImageButton
  /packages/apps/DeskClock/src/com/android/deskclock/
CircleButtonsLayout.java 8 import android.widget.ImageButton;
24 private ImageButton mResetAddButton;
64 mResetAddButton = (ImageButton) findViewById(mResetAddButtonId);
DeskClock.java 39 import android.widget.ImageButton;
80 private ImageButton mLeftButton;
81 private ImageButton mRightButton;
164 mLeftButton = (ImageButton) findViewById(R.id.left_button);
165 mRightButton = (ImageButton) findViewById(R.id.right_button);
464 public ImageButton getLeftButton() {
468 public ImageButton getRightButton() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java 26 import android.widget.ImageButton;
89 ImageButton deleteButton;
100 viewHolder.deleteButton = (ImageButton) convertView.findViewById(R.id.deleteUserPreset);
  /packages/apps/Messaging/res/layout/
compose_message_view.xml 73 <ImageButton
106 <ImageButton
158 <ImageButton
  /packages/apps/Music/res/layout/
audio_player.xml 45 <ImageButton android:id="@+id/curplaylist"
51 <ImageButton android:id="@+id/shuffle"
56 <ImageButton android:id="@+id/repeat"
  /packages/apps/Music/res/layout-land/
audio_player.xml 52 <ImageButton android:id="@+id/curplaylist"
59 <ImageButton android:id="@+id/shuffle"
64 <ImageButton android:id="@+id/repeat"
  /packages/apps/PhoneCommon/res/layout/
dialpad_view_unthemed.xml 71 <ImageButton android:id="@+id/dialpad_back"
84 <ImageButton android:id="@+id/dialpad_overflow"
118 <ImageButton
  /packages/apps/SoundRecorder/res/layout-land/
main.xml 155 <ImageButton android:id="@+id/recordButton"
160 <ImageButton android:id="@+id/playButton"
165 <ImageButton android:id="@+id/stopButton"
  /packages/apps/SoundRecorder/res/layout-port/
main.xml 152 <ImageButton android:id="@+id/recordButton"
157 <ImageButton android:id="@+id/playButton"
162 <ImageButton android:id="@+id/stopButton"
  /packages/apps/SoundRecorder/res/layout-xlarge/
main.xml 152 <ImageButton android:id="@+id/recordButton"
157 <ImageButton android:id="@+id/playButton"
162 <ImageButton android:id="@+id/stopButton"
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorDrawTabletUI.java 28 import android.widget.ImageButton;
55 private ImageButton[] mStyleButton;
130 mStyleButton = new ImageButton[mBrushIcons.length];
132 final ImageButton button = new ImageButton(context);
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 46 import android.widget.ImageButton;
281 mPlayPauseButton = (ImageButton) findViewById(playPausebuttonId);
282 ImageButton stop = (ImageButton) findViewById(stopButtonId);
297 mPlayPauseButton = (ImageButton) findViewById(playPausebuttonId);
298 ImageButton stop = (ImageButton) findViewById(stopButtonId);
  /frameworks/base/core/java/android/widget/
MediaController.java 90 private ImageButton mPauseButton;
91 private ImageButton mFfwdButton;
92 private ImageButton mRewButton;
93 private ImageButton mNextButton;
94 private ImageButton mPrevButton;
260 mPauseButton = (ImageButton) v.findViewById(com.android.internal.R.id.pause);
266 mFfwdButton = (ImageButton) v.findViewById(com.android.internal.R.id.ffwd);
274 mRewButton = (ImageButton) v.findViewById(com.android.internal.R.id.rew);
283 mNextButton = (ImageButton) v.findViewById(com.android.internal.R.id.next);
287 mPrevButton = (ImageButton) v.findViewById(com.android.internal.R.id.prev)
    [all...]
ZoomButton.java 26 public class ZoomButton extends ImageButton implements OnLongClickListener {
  /packages/apps/Camera2/src/com/android/camera/ui/
BottomBar.java 32 import android.widget.ImageButton;
70 private ImageButton mCancelButton;
199 (ImageButton) findViewById(R.id.shutter_cancel_button);
302 ((ImageButton) findViewById(R.id.cancel_button)).setImageLevel(level);
303 ((ImageButton) findViewById(R.id.done_button)).setImageLevel(level);
304 ((ImageButton) findViewById(R.id.retake_button)).setImageLevel(level);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
FloatingActionButtonController.java 25 import android.widget.ImageButton;
47 private final ImageButton mFloatingActionButton;
51 public FloatingActionButtonController(Activity activity, View container, ImageButton button) {
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerSetupView.java 29 import android.widget.ImageButton;
47 private ImageButton mDelete;
94 mDelete = (ImageButton) findViewById(R.id.delete);
  /developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 54 import android.widget.ImageButton;
89 private ImageButton mPauseResumeButton;
90 private ImageButton mStopButton;
312 mPauseResumeButton = (ImageButton) findViewById(R.id.pause_resume_button);
325 mStopButton = (ImageButton) findViewById(R.id.stop_button);
670 ImageButton b = (ImageButton) v.findViewById(R.id.item_action);
707 ImageButton b = (ImageButton) v.findViewById(R.id.item_action);
  /developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/
MainActivity.java 54 import android.widget.ImageButton;
89 private ImageButton mPauseResumeButton;
90 private ImageButton mStopButton;
312 mPauseResumeButton = (ImageButton) findViewById(R.id.pause_resume_button);
325 mStopButton = (ImageButton) findViewById(R.id.stop_button);
670 ImageButton b = (ImageButton) v.findViewById(R.id.item_action);
707 ImageButton b = (ImageButton) v.findViewById(R.id.item_action);
  /development/samples/Support7Demos/src/com/example/android/supportv7/media/
SampleMediaRouterActivity.java 55 import android.widget.ImageButton;
90 private ImageButton mPauseResumeButton;
91 private ImageButton mStopButton;
299 mPauseResumeButton = (ImageButton)findViewById(R.id.pause_resume_button);
311 mStopButton = (ImageButton)findViewById(R.id.stop_button);
625 ImageButton b = (ImageButton)v.findViewById(R.id.item_action);
660 ImageButton b = (ImageButton)v.findViewById(R.id.item_action);
  /development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
MainActivity.java 54 import android.widget.ImageButton;
89 private ImageButton mPauseResumeButton;
90 private ImageButton mStopButton;
312 mPauseResumeButton = (ImageButton) findViewById(R.id.pause_resume_button);
325 mStopButton = (ImageButton) findViewById(R.id.stop_button);
670 ImageButton b = (ImageButton) v.findViewById(R.id.item_action);
707 ImageButton b = (ImageButton) v.findViewById(R.id.item_action);
  /development/samples/training/ContactsList/res/layout/
contact_detail_item.xml 52 <ImageButton
  /external/webrtc/webrtc/examples/androidapp/res/layout/
fragment_hud.xml 9 <ImageButton

Completed in 1089 milliseconds

1 2 3 4 5 6 78 91011>>