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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/FrameworkPerf/res/layout/
image_button_layout.xml 19 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
21 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
23 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
25 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
27 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
29 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
31 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
33 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
35 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content"
37 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content
    [all...]
  /device/google/accessory/demokit/app/res/layout/
buttoncontainer.xml 13 <ImageButton android:background="@null" android:id="@+id/Button1"
14 style="@style/DemoKitButtonDisplay" android:src="@drawable/indicator_button1_off_noglow"></ImageButton>
15 <ImageButton android:background="@null" android:id="@+id/Button2"
16 style="@style/DemoKitButtonDisplay" android:src="@drawable/indicator_button2_off_noglow"></ImageButton>
17 <ImageButton android:background="@null" android:id="@+id/Button3"
18 style="@style/DemoKitButtonDisplay" android:src="@drawable/indicator_button3_off_noglow"></ImageButton>
19 <ImageButton android:background="@null" android:id="@+id/Button4"
20 style="@style/DemoKitButtonDisplay" android:src="@drawable/indicator_button_capacitive_off_noglow"></ImageButton>
  /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);
  /packages/apps/Phone/res/layout/
dialpad.xml 36 <ImageButton android:id="@+id/one" style="@style/DialpadButtonStyle"
39 <ImageButton android:id="@+id/two" style="@style/DialpadButtonStyle"
42 <ImageButton android:id="@+id/three" style="@style/DialpadButtonStyle"
50 <ImageButton android:id="@+id/four" style="@style/DialpadButtonStyle"
53 <ImageButton android:id="@+id/five" style="@style/DialpadButtonStyle"
56 <ImageButton android:id="@+id/six" style="@style/DialpadButtonStyle"
64 <ImageButton android:id="@+id/seven" style="@style/DialpadButtonStyle"
67 <ImageButton android:id="@+id/eight" style="@style/DialpadButtonStyle"
70 <ImageButton android:id="@+id/nine" style="@style/DialpadButtonStyle"
78 <ImageButton android:id="@+id/star" style="@style/DialpadButtonStyle
    [all...]
  /packages/apps/Email/res/layout-land/
message_view_header_actions.xml 18 <ImageButton
24 <ImageButton
30 <ImageButton
37 <ImageButton
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
ActionSlider.java 23 import android.widget.ImageButton;
30 ImageButton mLeftButton;
31 ImageButton mRightButton;
39 mLeftButton = (ImageButton) mTopView.findViewById(R.id.leftActionButton);
48 mRightButton = (ImageButton) mTopView.findViewById(R.id.rightActionButton);
StyleChooser.java 9 import android.widget.ImageButton;
26 private Vector<ImageButton> mIconButton = new Vector<ImageButton>();
44 final ImageButton button = new ImageButton(context);
  /cts/tests/res/layout/
imagebutton_test.xml 17 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
18 android:id="@+id/imagebutton"
animation_layout.xml 22 <ImageButton android:id="@+id/scenery"
28 <ImageButton android:id="@+id/start"
52 <ImageButton android:id="@+id/pass"
58 <ImageButton android:id="@+id/failed"
  /packages/apps/Email/res/layout/
message_view_header_actions.xml 18 <ImageButton
25 <ImageButton
31 <ImageButton
37 <ImageButton
  /packages/apps/Email/res/layout-sw600dp/
message_view_header_actions.xml 18 <ImageButton
25 <ImageButton
32 <ImageButton
39 <ImageButton
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
sample2-expected-changeView2.xml 6 <ImageButton android:layout_width="wrap_content" android:id="@+id/ImageButton1" android:layout_below="@+id/button2" android:layout_height="wrap_content" android:text="Button" android:layout_toRightOf="@+id/button2"></ImageButton>
9 <ImageButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="Button" android:id="@+id/ImageButton2" android:layout_alignParentRight="true"></ImageButton>
  /development/samples/ApiDemos/res/layout/
image_button_1.xml 22 <ImageButton
27 <ImageButton
32 <ImageButton
  /development/samples/ApiDemos/src/com/example/android/apis/accessibility/
ClockBackActivity.java 24 import android.widget.ImageButton;
47 ImageButton button = (ImageButton) findViewById(R.id.button);
TaskListActivity.java 26 import android.widget.ImageButton;
51 ImageButton button = (ImageButton) findViewById(R.id.button);
  /frameworks/base/core/tests/coretests/res/layout/
grid_in_vertical.xml 27 <ImageButton
32 <ImageButton
37 <ImageButton
list_in_vertical.xml 30 <ImageButton
35 <ImageButton
40 <ImageButton
  /frameworks/base/core/res/res/layout/
media_controller.xml 31 <ImageButton android:id="@+id/prev" style="@android:style/MediaButton.Previous" />
32 <ImageButton android:id="@+id/rew" style="@android:style/MediaButton.Rew" />
33 <ImageButton android:id="@+id/pause" style="@android:style/MediaButton.Play" />
34 <ImageButton android:id="@+id/ffwd" style="@android:style/MediaButton.Ffwd" />
35 <ImageButton android:id="@+id/next" style="@android:style/MediaButton.Next" />
  /frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
BaselineButtonsTest.java 23 import android.widget.ImageButton;
31 private ImageButton mPrev;
32 private ImageButton mNext;
33 private ImageButton mPause;
47 mPrev = (ImageButton) activity.findViewById(R.id.prev);
48 mNext = (ImageButton) activity.findViewById(R.id.next);
49 mPause = (ImageButton) activity.findViewById(R.id.pause);
  /packages/apps/Browser/src/com/android/browser/
NavScreen.java 31 import android.widget.ImageButton;
55 ImageButton mRefresh;
56 ImageButton mForward;
57 ImageButton mBookmarks;
58 ImageButton mMore;
59 ImageButton mNewTab;
64 ImageButton mCloseTab;
120 mBookmarks = (ImageButton) findViewById(R.id.bookmarks);
121 mNewTab = (ImageButton) findViewById(R.id.newtab);
122 mMore = (ImageButton) findViewById(R.id.more)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListRecyclerProfiling.java 23 import android.widget.ImageButton;
48 ImageButton stopProfiling = (ImageButton) findViewById(R.id.pause);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactTilePhoneStarredView.java 22 import android.widget.ImageButton;
31 private ImageButton mSecondaryButton;
41 mSecondaryButton = (ImageButton) findViewById(R.id.contact_tile_secondary_button);
  /packages/apps/Gallery2/res/layout/
photopage_bottom_controls.xml 11 <ImageButton
24 <ImageButton
37 <ImageButton
  /external/chromium/chrome/browser/ui/views/frame/
opaque_browser_frame_view.h 21 class ImageButton;
41 views::ImageButton* minimize_button() const { return minimize_button_; }
42 views::ImageButton* maximize_button() const { return maximize_button_; }
43 views::ImageButton* restore_button() const { return restore_button_; }
44 views::ImageButton* close_button() const { return close_button_; }
155 views::ImageButton* minimize_button_;
156 views::ImageButton* maximize_button_;
157 views::ImageButton* restore_button_;
158 views::ImageButton* close_button_;
  /frameworks/base/core/java/android/widget/
ImageButton.java 33 * or clicked by the user. By default, an ImageButton looks like a regular
37 * {@code <ImageButton>} XML element or by the
57 * reference it as a drawable for the source of your ImageButton (in the
77 public class ImageButton extends ImageView {
78 public ImageButton(Context context) {
82 public ImageButton(Context context, AttributeSet attrs) {
86 public ImageButton(Context context, AttributeSet attrs, int defStyle) {
99 event.setClassName(ImageButton.class.getName());
105 info.setClassName(ImageButton.class.getName());

Completed in 1983 milliseconds

1 2 3 4 5 6 7 8 91011>>