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

1 2 3 4 5 67 8 91011>>

  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 42 using views::ImageButton;
62 // Subclass of ImageButton whose preferred size includes the size of the border.
63 class FullscreenButton : public ImageButton {
66 : ImageButton(listener) { }
69 gfx::Size pref = ImageButton::GetPreferredSize();
419 ImageButton::BS_NORMAL,
426 ImageButton::ALIGN_CENTER, ImageButton::ALIGN_MIDDLE);
554 ImageButton* fullscreen_button_;
  /external/webkit/Source/WebKit/chromium/tests/data/pageserialization/
simple_page.html 24 <input type="image" src="imageButton.png"/>
  /frameworks/base/core/java/android/widget/
ZoomButton.java 29 public class ZoomButton extends ImageButton implements OnLongClickListener {
  /frameworks/base/core/res/res/layout/
keyguard_face_unlock_view.xml 58 <ImageButton
media_route_list_item.xml 56 <ImageButton
  /frameworks/base/core/tests/coretests/res/layout/
fill_in_wrap.xml 53 <ImageButton
  /frameworks/base/docs/html/guide/topics/ui/controls/
button.jd 2 page.tags="button","imagebutton"
24 <li>{@link android.widget.ImageButton}</li>
47 <li>With an icon, using the {@link android.widget.ImageButton} class:
49 &lt;ImageButton
  /frameworks/opt/timezonepicker/res/layout/
timezonepickerview.xml 45 <ImageButton
  /packages/apps/Browser/res/layout/
tab_title.xml 59 <ImageButton
title_bar_nav.xml 111 <ImageButton
118 <ImageButton
  /packages/apps/Browser/res/layout-sw600dp/
title_bar_autologin.xml 62 <ImageButton
title_bar_snapshot.xml 46 <ImageButton
  /packages/apps/Calculator/res/layout-land/
main.xml 45 <ImageButton android:id="@+id/overflow_menu"
  /packages/apps/Calendar/res/layout/
contact_item.xml 41 <ImageButton
  /packages/apps/Calendar/res/layout-sw600dp/
contact_item.xml 41 <ImageButton
  /packages/apps/Contacts/res/layout/
social_widget.xml 35 <ImageButton
  /packages/apps/ContactsCommon/res/layout/
contact_tile_phone_starred.xml 63 <ImageButton
  /packages/apps/DeskClock/src/com/android/deskclock/timer/
TimerListItem.java 22 import android.widget.ImageButton;
TimerFragment.java 43 import android.widget.ImageButton;
74 private ImageButton mAddTimer;
213 ImageButton delete = (ImageButton)v.findViewById(R.id.timer_delete);
216 ImageButton plusOne = (ImageButton)v. findViewById(R.id.timer_plus_one);
233 ImageButton labelIcon = (ImageButton)v. findViewById(R.id.timer_label_icon);
476 mAddTimer = (ImageButton)v.findViewById(R.id.timer_add_timer);
    [all...]
  /packages/apps/Phone/res/layout/
incall_touch_ui.xml 72 <ImageButton android:id="@+id/endButton"
155 <ImageButton android:id="@+id/swapButton"
169 <ImageButton android:id="@+id/addButton"
178 <ImageButton android:id="@+id/mergeButton"
pref_dialog_editphonenumber.xml 51 <ImageButton android:id="@+id/select_contact"
  /packages/apps/Phone/res/layout-land/
incall_touch_ui.xml 137 <ImageButton
172 <ImageButton
184 <ImageButton
204 <ImageButton
incall_touch_ui_cdma.xml 102 <ImageButton
175 <ImageButton
187 <ImageButton
201 <ImageButton
  /external/chromium/chrome/browser/ui/views/download/
download_shelf_view.h 27 class ImageButton;
148 views::ImageButton* close_button_;
  /external/chromium/chrome/browser/ui/views/notifications/
balloon_view.h 30 class ImageButton;
152 views::ImageButton* close_button_;

Completed in 686 milliseconds

1 2 3 4 5 67 8 91011>>