HomeSort by relevance Sort by last modified time
    Searched full:imagebutton (Results 1 - 25 of 692) 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 26 import android.widget.ImageButton;
38 private ImageButton mImageButton;
47 mImageButton = (ImageButton) mActivity.findViewById(R.id.image_button);
52 new ImageButton(mActivity);
53 new ImageButton(mActivity, null);
54 new ImageButton(mActivity, null, android.R.attr.imageButtonStyle);
55 new ImageButton(mActivity, null, 0, android.R.style.Widget_DeviceDefault_ImageButton);
56 new ImageButton(mActivity, null, 0, android.R.style.Widget_DeviceDefault_Light_ImageButton);
57 new ImageButton(mActivity, null, 0, android.R.style.Widget_Material_ImageButton);
58 new ImageButton(mActivity, null, 0, android.R.style.Widget_Material_Light_ImageButton)
    [all...]
ImageButtonCtsActivity.java 21 import android.widget.ImageButton;
24 * A minimal application for {@link ImageButton} test.
  /packages/apps/Dialer/java/com/android/incallui/video/impl/res/layout/
switch_camera_button.xml 2 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Dialer/java/com/android/incallui/video/impl/res/layout-v21/
switch_camera_button.xml 2 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/apct-tests/perftests/core/res/layout/
test_linear_layout.xml 24 <ImageButton
31 <ImageButton
44 <ImageButton
57 <ImageButton
64 <ImageButton
71 <ImageButton
78 <ImageButton
test_linear_layout_weighted.xml 24 <ImageButton
31 <ImageButton
44 <ImageButton
58 <ImageButton
66 <ImageButton
73 <ImageButton
80 <ImageButton
test_relative_layout.xml 24 <ImageButton
31 <ImageButton
44 <ImageButton
57 <ImageButton
64 <ImageButton
71 <ImageButton
78 <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 10 import android.widget.ImageButton;
27 private Vector<ImageButton> mIconButton = new Vector<ImageButton>();
47 final ImageButton button = new ImageButton(context);
  /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
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeAttachmentTile.java 7 import android.widget.ImageButton;
14 private ImageButton mDeleteButton;
44 mDeleteButton = (ImageButton) findViewById(R.id.attachment_tile_close_button);
  /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" />
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
CallFragment.java 19 import android.widget.ImageButton;
31 private ImageButton disconnectButton;
32 private ImageButton cameraSwitchButton;
33 private ImageButton videoScalingButton;
60 (ImageButton) controlView.findViewById(R.id.button_call_disconnect);
62 (ImageButton) controlView.findViewById(R.id.button_call_switch_camera);
64 (ImageButton) controlView.findViewById(R.id.button_call_scaling_mode);
  /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/Gallery2/src/com/android/gallery3d/filtershow/category/
MainPanel.java 25 import android.widget.ImageButton;
38 private ImageButton looksButton;
39 private ImageButton bordersButton;
40 private ImageButton geometryButton;
41 private ImageButton filtersButton;
96 looksButton = (ImageButton) mMainView.findViewById(R.id.fxButton);
97 bordersButton = (ImageButton) mMainView.findViewById(R.id.borderButton);
98 geometryButton = (ImageButton) mMainView.findViewById(R.id.geometryButton);
99 filtersButton = (ImageButton) mMainView.findViewById(R.id.colorsButton);
245 public void setToggleVersionsPanelButton(ImageButton button)
    [all...]
  /cts/apps/CtsVerifier/res/layout/
pass_fail_buttons.xml 21 <ImageButton android:id="@+id/pass_button"
28 <ImageButton android:id="@+id/info_button"
36 <ImageButton android:id="@+id/fail_button"
  /development/samples/browseable/MediaBrowserService/res/layout/
fragment_list.xml 28 <ImageButton
36 <ImageButton
44 <ImageButton
  /frameworks/support/samples/Support4Demos/res/layout/
fragment_list.xml 28 <ImageButton
36 <ImageButton
44 <ImageButton

Completed in 1329 milliseconds

1 2 3 4 5 6 7 8 91011>>