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

1 2 34 5 6 7 8 91011>>

  /packages/apps/Camera2/res/layout-port/
mode_options.xml 35 <ImageButton
42 <ImageButton
49 <ImageButton
56 <ImageButton
63 <ImageButton
95 <ImageButton
  /packages/apps/PackageInstaller/src/android/support/wearable/view/
AcceptDenyDialog.java 26 import android.widget.ImageButton;
50 protected ImageButton mPositiveButton;
52 protected ImageButton mNegativeButton;
88 mPositiveButton = (ImageButton) findViewById(android.R.id.button1);
90 mNegativeButton = (ImageButton) findViewById(android.R.id.button2);
96 public ImageButton getButton(int whichButton) {
  /development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
QueueFragment.java 29 import android.widget.ImageButton;
43 private ImageButton mSkipNext;
44 private ImageButton mSkipPrevious;
45 private ImageButton mPlayPause;
137 mSkipPrevious = (ImageButton) rootView.findViewById(R.id.skip_previous);
141 mSkipNext = (ImageButton) rootView.findViewById(R.id.skip_next);
145 mPlayPause = (ImageButton) rootView.findViewById(R.id.play_pause);
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/
QueueFragment.java 33 import android.widget.ImageButton;
47 private ImageButton mSkipNext;
48 private ImageButton mSkipPrevious;
49 private ImageButton mPlayPause;
145 mSkipPrevious = (ImageButton) rootView.findViewById(R.id.skip_previous);
149 mSkipNext = (ImageButton) rootView.findViewById(R.id.skip_next);
153 mPlayPause = (ImageButton) rootView.findViewById(R.id.play_pause);
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/widget/
MovieView.kt 32 import android.widget.ImageButton
87 private val mToggle: ImageButton
89 private val mFastForward: ImageButton
90 private val mFastRewind: ImageButton
91 private val mMinimize: ImageButton
118 mToggle = findViewById<ImageButton>(R.id.toggle)
119 mFastForward = findViewById<ImageButton>(R.id.fast_forward)
120 mFastRewind = findViewById<ImageButton>(R.id.fast_rewind)
121 mMinimize = findViewById<ImageButton>(R.id.minimize)
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/widget/
MovieView.kt 32 import android.widget.ImageButton
87 private val mToggle: ImageButton
89 private val mFastForward: ImageButton
90 private val mFastRewind: ImageButton
91 private val mMinimize: ImageButton
118 mToggle = findViewById<ImageButton>(R.id.toggle)
119 mFastForward = findViewById<ImageButton>(R.id.fast_forward)
120 mFastRewind = findViewById<ImageButton>(R.id.fast_rewind)
121 mMinimize = findViewById<ImageButton>(R.id.minimize)
  /packages/apps/Car/Overview/src/com/android/car/overview/
MediaStreamViewHolder.java 23 import android.widget.ImageButton;
45 private final ImageButton mSkipToPreviousButton;
46 private final ImageButton mSkipToNextButton;
62 mSkipToPreviousButton = (ImageButton) itemView.findViewById(R.id.skip_previous);
63 mSkipToNextButton = (ImageButton) itemView.findViewById(R.id.skip_next);
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/cameraui/res/layout/
camera_view.xml 66 <ImageButton
77 <ImageButton
89 <ImageButton
100 <ImageButton
110 <ImageButton
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/colorpicker/
ColorPickerDialog.java 30 import android.widget.ImageButton;
64 ImageButton apply = (ImageButton) findViewById(R.id.applyColorPick);
65 ImageButton cancel = (ImageButton) findViewById(R.id.cancelColorPick);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 27 import android.widget.ImageButton;
80 ImageButton cancelButton = (ImageButton) mMainView.findViewById(R.id.cancelFilter);
81 ImageButton applyButton = (ImageButton) mMainView.findViewById(R.id.applyFilter);
  /packages/apps/Messaging/res/layout/
mediapicker_camera_chooser.xml 64 <ImageButton
85 <ImageButton
102 <ImageButton
112 <ImageButton
122 <ImageButton
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarSettingsActionProviderActivity.java 28 import android.widget.ImageButton;
90 ImageButton button = (ImageButton) view.findViewById(R.id.button);
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 25 import android.widget.ImageButton;
31 public class TouchHighlightImageButton extends ImageButton {
63 // Reset default ImageButton background and padding.
  /external/walt/android/WALT/app/src/main/res/layout/
fragment_drag_latency.xml 17 <ImageButton
24 <ImageButton
31 <ImageButton
fragment_screen_response.xml 19 <ImageButton
27 <ImageButton
fragment_tap_latency.xml 17 <ImageButton
25 <ImageButton
  /frameworks/rs/tests/java_api/RsCameraDemo/res/layout/
activity_main.xml 71 <ImageButton
86 <ImageButton
95 <ImageButton
  /frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarSettingsActionProviderActivity.java 30 import android.widget.ImageButton;
75 ImageButton button = (ImageButton) view.findViewById(R.id.button);
  /packages/apps/Calendar/src/com/android/calendar/
ExpandableTextView.java 24 import android.widget.ImageButton;
31 ImageButton mButton; // Button to expand/collapse
107 mButton = (ImageButton) findViewById(R.id.expand_collapse);
  /packages/apps/Dialer/java/com/android/dialer/app/list/
PhoneFavoriteSquareTileView.java 24 import android.widget.ImageButton;
39 private ImageButton mSecondaryButton;
57 mSecondaryButton = (ImageButton) findViewById(R.id.contact_tile_secondary_button);
  /packages/apps/Dialer/java/com/android/dialer/app/res/layout/
voicemail_playback_layout.xml 78 <ImageButton
90 <ImageButton
101 <ImageButton
  /packages/apps/Music/res/layout-port-finger-854x480/
audio_player.xml 37 <ImageButton android:id="@+id/curplaylist"
42 <ImageButton android:id="@+id/shuffle"
47 <ImageButton android:id="@+id/repeat"
  /frameworks/support/samples/Support7Demos/res/layout/
sample_media_controller.xml 42 <ImageButton android:id="@+id/pause_resume_button"
49 <ImageButton android:id="@+id/stop_button"
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteExpandCollapseButton.java 28 import android.widget.ImageButton;
33 class MediaRouteExpandCollapseButton extends ImageButton {
  /packages/apps/Dialer/java/com/android/dialer/dialpadview/res/values/
strings.xml 40 <!-- String describing the Delete/Backspace ImageButton.
48 <!-- String describing the Voicemail ImageButton.

Completed in 1480 milliseconds

1 2 34 5 6 7 8 91011>>