HomeSort by relevance Sort by last modified time
    Searched defs:ImageButton (Results 1 - 4 of 4) sorted by null

  /cts/tests/tests/widget/src/android/widget/cts/
ImageButtonTest.java 27 import android.widget.ImageButton;
35 new ImageButton(getContext());
37 new ImageButton(getContext(), attrs);
39 new ImageButton(getContext(), attrs, 0);
42 new ImageButton(null);
48 new ImageButton(null, null);
54 new ImageButton(null, null, -1);
  /external/chromium_org/ui/views/controls/button/
image_button.cc 24 const char ImageButton::kViewClassName[] = "ImageButton";
27 // ImageButton, public:
29 ImageButton::ImageButton(ButtonListener* listener)
41 ImageButton::~ImageButton() {
44 const gfx::ImageSkia& ImageButton::GetImage(ButtonState state) const {
48 void ImageButton::SetImage(ButtonState state, const gfx::ImageSkia* image) {
53 void ImageButton::SetBackground(SkColor color
    [all...]
image_button.h 24 class VIEWS_EXPORT ImageButton : public CustomButton {
40 explicit ImageButton(ButtonListener* listener);
41 virtual ~ImageButton();
117 DISALLOW_COPY_AND_ASSIGN(ImageButton);
124 // A toggle-able ImageButton. It swaps out its graphics when toggled.
127 class VIEWS_EXPORT ToggleImageButton : public ImageButton {
135 // Like ImageButton::SetImage(), but to set the graphics used for the
143 // Overridden from ImageButton:
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 107 milliseconds