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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Gallery2/res/layout/
photopage_bottom_controls.xml 11 <ImageButton
24 <ImageButton
37 <ImageButton
filtershow_category_panel.xml 23 <ImageButton
32 <ImageButton
42 <ImageButton
52 <ImageButton
  /developers/build/prebuilts/gradle/PictureInPicture/app/src/main/res/layout/
view_movie.xml 31 <ImageButton
43 <ImageButton
54 <ImageButton
65 <ImageButton
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/res/layout/
view_movie.xml 31 <ImageButton
43 <ImageButton
54 <ImageButton
65 <ImageButton
  /developers/samples/android/media/PictureInPicture/app/src/main/res/layout/
view_movie.xml 31 <ImageButton
43 <ImageButton
54 <ImageButton
65 <ImageButton
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/res/layout/
view_movie.xml 31 <ImageButton
43 <ImageButton
54 <ImageButton
65 <ImageButton
  /external/webrtc/webrtc/examples/androidapp/res/layout/
activity_connect.xml 15 <ImageButton
22 <ImageButton
29 <ImageButton
36 <ImageButton
fragment_call.xml 28 <ImageButton
36 <ImageButton
44 <ImageButton
  /frameworks/base/core/java/android/widget/
ImageButton.java 28 * or clicked by the user. By default, an ImageButton looks like a regular
32 * {@code <ImageButton>} XML element or by the
52 * reference it as a drawable for the source of your ImageButton (in the
72 public class ImageButton extends ImageView {
73 public ImageButton(Context context) {
77 public ImageButton(Context context, AttributeSet attrs) {
81 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr) {
85 public ImageButton(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
97 return ImageButton.class.getName();
  /packages/apps/Car/Media/res/layout/
media_controls.xml 33 <ImageButton
44 <ImageButton
79 <ImageButton
89 <ImageButton
107 <ImageButton
118 <ImageButton
128 <ImageButton
138 <ImageButton
148 <ImageButton
  /packages/apps/Car/Radio/res/layout/
radio_controls.xml 25 <ImageButton
34 <ImageButton
54 <ImageButton
63 <ImageButton
  /packages/apps/Camera2/src/com/android/camera/
ButtonManager.java 23 import android.widget.ImageButton;
37 * {@link #android.widget.ImageButton}s.
72 private ImageButton mButtonCancel;
73 private ImageButton mButtonDone;
74 private ImageButton mButtonRetake; // same as review.
76 private ImageButton mButtonExposureCompensation;
77 private ImageButton mExposureN2;
78 private ImageButton mExposureN1;
79 private ImageButton mExposure0;
80 private ImageButton mExposureP1
    [all...]
  /developers/samples/android/wearable/wear/WearMessagingApp/Wearable/src/main/res/layout/
drawer_chat_action.xml 24 <ImageButton
34 <ImageButton
drawer_check_confirmation.xml 24 <ImageButton
34 <ImageButton
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRecyclerProfiling.java 23 import android.widget.ImageButton;
48 ImageButton stopProfiling = findViewById(R.id.pause);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
AlphaOptimizedImageButton.java 21 import android.widget.ImageButton;
27 public class AlphaOptimizedImageButton extends ImageButton {
  /frameworks/support/design/base/android/support/design/widget/
VisibilityAwareImageButton.java 21 import android.widget.ImageButton;
23 class VisibilityAwareImageButton extends ImageButton {
  /frameworks/support/graphics/drawable/animated/tests/res/layout/
avd_layout.xml 23 <ImageButton
26 android:id="@+id/imageButton"
  /packages/apps/Browser2/res/layout/
activity_webview_browser.xml 26 <ImageButton
32 <ImageButton
  /packages/apps/Messaging/res/layout/
mediapicker_tab_button.xml 19 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
24 </ImageButton
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/mediapicker/
MediaPickerTest.java 22 import android.widget.ImageButton;
108 final ImageButton tabButton = (ImageButton) tabStrip.getChildAt(i);
125 final ImageButton tabButton = (ImageButton) tabStrip.getChildAt(i);
  /packages/apps/Camera2/src/com/android/camera/app/
FilmstripBottomPanel.java 25 import android.widget.ImageButton;
45 private ImageButton mEditButton;
47 private ImageButton mDeleteButton;
48 private ImageButton mShareButton;
190 mEditButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_edit);
219 mDeleteButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_delete);
231 mShareButton = (ImageButton) mLayout.findViewById(R.id.filmstrip_bottom_control_share);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 29 import android.widget.ImageButton;
52 ImageButton button = new ImageButton(this);
  /frameworks/base/core/tests/coretests/res/layout/
baseline_buttons.xml 41 <ImageButton android:id="@+id/prev"
46 <ImageButton android:id="@+id/pause"
51 <ImageButton android:id="@+id/next"
  /packages/apps/Camera2/res/layout-land/
retake_done_cancel_layout.xml 29 <ImageButton
44 <ImageButton
53 <ImageButton

Completed in 610 milliseconds

12 3 4 5 6 7 8 91011>>