HomeSort by relevance Sort by last modified time
    Searched full:imagebutton (Results 301 - 325 of 692) sorted by null

<<11121314151617181920>>

  /development/samples/browseable/MediaRouter/res/layout/
sample_media_router.xml 94 <ImageButton android:id="@+id/pause_resume_button"
104 <ImageButton android:id="@+id/stop_button"
  /frameworks/base/packages/PrintSpooler/res/layout/
print_activity.xml 104 <ImageButton
111 </ImageButton>
  /frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/build/intermediates/classes/debug/com/android/layoutlib/test/myapplication/
R$id.class 
  /frameworks/support/samples/Support7Demos/res/layout/
sample_media_router.xml 99 <ImageButton android:id="@+id/pause_resume_button"
109 <ImageButton android:id="@+id/stop_button"
  /packages/apps/Car/Dialer/res/layout-h720dp/
dialer_fragment.xml 72 <ImageButton
92 <ImageButton
  /packages/apps/DeskClock/res/values/
styles.xml 124 <style name="Widget.ImageButton" parent="Widget.AppCompat.ImageButton">
  /packages/apps/Dialer/java/com/android/dialer/app/res/layout/
phone_favorite_tile_view.xml 109 <!-- Wrap the ImageButton in a layout with a transparent background so the ripple has something to draw on -->
114 <ImageButton
  /packages/apps/Dialer/java/com/android/incallui/video/impl/
CheckableImageButton.java 26 import android.widget.ImageButton;
29 public class CheckableImageButton extends ImageButton implements Checkable {
  /packages/apps/Dialer/java/com/android/incallui/video/impl/res/layout/
videocall_controls.xml 92 <ImageButton
104 <ImageButton
videocall_controls_land.xml 93 <ImageButton
105 <ImageButton
videocall_controls_surfaceview.xml 109 <ImageButton
121 <ImageButton
  /packages/apps/Dialer/java/com/android/incallui/video/impl/res/layout-land/
videocall_controls_surfaceview.xml 108 <ImageButton
120 <ImageButton
  /packages/apps/Gallery2/res/layout-land/
filtershow_editor_panel.xml 57 <ImageButton
99 <ImageButton
filtershow_grad_ui.xml 112 <ImageButton
130 <ImageButton
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/intents/
CameraIntentsActivity.java 35 import android.widget.ImageButton;
80 private ImageButton mPassButton;
81 private ImageButton mFailButton;
198 mPassButton = (ImageButton) findViewById(R.id.pass_button);
199 mFailButton = (ImageButton) findViewById(R.id.fail_button);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 30 import android.widget.ImageButton;
59 private ImageButton mPassButton;
60 private ImageButton mFailButton;
89 mPassButton = (ImageButton) findViewById(R.id.pass_button);
90 mFailButton = (ImageButton) findViewById(R.id.fail_button);
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityView.java 32 import android.widget.ImageButton;
68 protected ImageButton mSearchGoButton;
69 protected ImageButton mVoiceSearchButton;
105 mSearchGoButton = (ImageButton) findViewById(R.id.search_go_btn);
106 mVoiceSearchButton = (ImageButton) findViewById(R.id.search_voice_btn);
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ComposeMessageView.java 36 import android.widget.ImageButton;
118 private ImageButton mSendButton;
120 private ImageButton mDeleteSubjectButton;
122 private ImageButton mAttachMediaButton;
250 mDeleteSubjectButton = (ImageButton) findViewById(R.id.delete_subject_button);
262 mSendButton = (ImageButton) findViewById(R.id.send_message_button);
300 (ImageButton) findViewById(R.id.attach_media_button);
    [all...]
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 48 import android.widget.ImageButton;
228 ImageButton mRecordButton;
229 ImageButton mPlayButton;
230 ImageButton mStopButton;
327 mRecordButton = (ImageButton) findViewById(R.id.recordButton);
328 mPlayButton = (ImageButton) findViewById(R.id.playButton);
329 mStopButton = (ImageButton) findViewById(R.id.stopButton);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
PassFailButtons.java 36 import android.widget.ImageButton;
427 protected static ImageButton getPassButtonView(android.app.Activity activity) {
428 return (ImageButton) activity.findViewById(R.id.pass_button);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 29 import android.widget.ImageButton;
240 ImageButton reminderRemoveButton;
241 reminderRemoveButton = (ImageButton) reminderItem.findViewById(R.id.reminder_remove);
  /packages/apps/Messaging/src/com/android/messaging/ui/
AttachmentPreview.java 29 import android.widget.ImageButton;
52 private ImageButton mCloseButton;
70 mCloseButton = (ImageButton) findViewById(R.id.close_button);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
EntityHeaderControllerTest.java 32 import android.widget.ImageButton;
151 final ImageButton button1 = appLinks.findViewById(android.R.id.button1);
180 final ImageButton button1 = appLinks.findViewById(android.R.id.button1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
extra-view-metadata.xml 56 relatedTo="ImageButton">
297 relatedTo="ImageButton,VideoView" />
299 class="android.widget.ImageButton"
  /cts/tests/tests/widget/src/android/widget/cts/
RemoteViewsActivityTest.java 76 assertTrue("ImageButton not inflated", result.findViewById(R.id.image_button) != null);

Completed in 713 milliseconds

<<11121314151617181920>>