HomeSort by relevance Sort by last modified time
    Searched full:imagebutton (Results 326 - 350 of 558) sorted by null

<<11121314151617181920>>

  /prebuilts/sdk/current/support/v7/appcompat/res/values/
styles_base.xml 474 <style name="Base.Widget.AppCompat.ImageButton" parent="android:Widget.ImageButton">
themes_base.xml 247 <item name="imageButtonStyle">@style/Widget.AppCompat.ImageButton</item>
408 <item name="imageButtonStyle">@style/Widget.AppCompat.ImageButton</item>
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/activities/
PeopleActivity.java 51 import android.widget.ImageButton;
382 final ImageButton floatingActionButton
383 = (ImageButton) findViewById(R.id.floating_action_button);
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
CallCardFragment.java 51 import android.widget.ImageButton;
171 private ImageButton mFloatingActionButton;
297 mFloatingActionButton = (ImageButton) view.findViewById(
    [all...]
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 53 new UiSelector().className("android.widget.ImageButton").clickable(true));
  /frameworks/base/core/java/android/widget/
NumberPicker.java 212 private final ImageButton mIncrementButton;
217 private final ImageButton mDecrementButton;
707 mIncrementButton = (ImageButton) findViewById(R.id.increment);
716 mDecrementButton = (ImageButton) findViewById(R.id.decrement);
    [all...]
Toolbar.java 137 private ImageButton mNavButtonView;
142 private ImageButton mCollapseButtonView;
    [all...]
ActionMenuPresenter.java     [all...]
  /frameworks/base/core/res/res/values/
styles_holo.xml 449 <style name="Widget.Holo.ImageButton" parent="Widget.ImageButton">
    [all...]
styles_material.xml 654 <style name="Widget.Material.ImageButton" parent="Widget.ImageButton">
    [all...]
themes_device_defaults.xml 114 <item name="imageButtonStyle">@style/Widget.DeviceDefault.ImageButton</item>
365 <item name="imageButtonStyle">@style/Widget.DeviceDefault.Light.ImageButton</item>
    [all...]
themes_holo.xml 269 <item name="imageButtonStyle">@style/Widget.Holo.ImageButton</item>
    [all...]
  /frameworks/base/docs/html/guide/topics/ui/accessibility/
checklist.jd 58 {@link android.widget.ImageButton}, {@link android.widget.ImageView}
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EnvReverbTest.java 35 import android.widget.ImageButton;
  /frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
AnimatedVectorDrawableCompat.java 62 * app:srcCompat attribute in AppCompat library's ImageButton or ImageView.
  /frameworks/support/v7/appcompat/res-public/values/
public_styles.xml 115 <public type="style" name="Widget.AppCompat.ImageButton"/>
  /prebuilts/sdk/current/support/v7/appcompat/res-public/values/
public_styles.xml 115 <public type="style" name="Widget.AppCompat.ImageButton"/>
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java 59 import android.widget.ImageButton;
146 private ImageButton mNavButtonView;
151 private ImageButton mCollapseButtonView;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
CameraAppUI.java 35 import android.widget.ImageButton;
525 private ImageButton mCountdownCancelButton;
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
DialpadFragment.java 64 import android.widget.ImageButton;
408 final ImageButton floatingActionButton =
409 (ImageButton) fragmentView.findViewById(R.id.dialpad_floating_action_button);
    [all...]
  /frameworks/support/v7/appcompat/res/values/
themes_base.xml 247 <item name="imageButtonStyle">@style/Widget.AppCompat.ImageButton</item>
408 <item name="imageButtonStyle">@style/Widget.AppCompat.ImageButton</item>
    [all...]
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 787 super("LayoutInflaterImageButton", "Inflate layout with 50 ImageButton objects");
    [all...]
  /frameworks/support/design/api/
23.1.0.txt 192 public class FloatingActionButton extends android.widget.ImageButton {
23.1.1.txt 192 public class FloatingActionButton extends android.widget.ImageButton {
  /packages/apps/Dialer/res/values/
strings.xml 238 <!-- String describing the Search ImageButton
245 <!-- String describing the Dial ImageButton
    [all...]

Completed in 646 milliseconds

<<11121314151617181920>>