HomeSort by relevance Sort by last modified time
    Searched full:imagebutton (Results 376 - 400 of 692) sorted by null

<<11121314151617181920>>

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 37 import android.widget.ImageButton;
70 private final ImageButton mVoiceKey;
142 mVoiceKey = (ImageButton)findViewById(R.id.suggestions_strip_voice_key);
  /packages/services/Telephony/src/com/android/phone/
EditPhoneNumberPreference.java 37 import android.widget.ImageButton;
60 private ImageButton mContactPickButton;
199 mContactPickButton = (ImageButton) view.findViewById(R.id.select_contact);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperPreview.java 59 import android.widget.ImageButton;
83 private ImageButton mPreviewPaneArrow;
114 mPreviewPaneArrow = (ImageButton) findViewById(R.id.preview_attribution_pane_arrow);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
AccuracyFragment.java 43 import android.widget.ImageButton;
109 mPlaceWaypointButton = (ImageButton) view.findViewById(R.id.fabPlaceWaypoint);
  /frameworks/support/v7/appcompat/res/values-v21/
styles_base.xml 199 <style name="Base.Widget.AppCompat.ImageButton" parent="android:Widget.Material.ImageButton" />
  /packages/apps/Camera2/src/com/android/camera/
MultiToggleImageButton.java 32 import android.widget.ImageButton;
48 public class MultiToggleImageButton extends ImageButton {
  /packages/apps/PhoneCommon/res/values/
strings.xml 54 <!-- String describing the Delete/Backspace ImageButton.
62 <!-- String describing the Voicemail ImageButton.
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/res/layout/
credit_card_anti_pattern_activity.xml 35 app:layout_constraintEnd_toStartOf="@+id/imageButton"
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/res/layout/
credit_card_anti_pattern_activity.xml 35 app:layout_constraintEnd_toStartOf="@+id/imageButton"
  /frameworks/base/core/res/res/layout-land/
time_picker_material.xml 159 <ImageButton
  /packages/apps/DeskClock/res/layout/
alarm_time_collapsed.xml 104 <ImageButton
alarm_time_expanded.xml 169 <ImageButton
  /packages/apps/Dialer/java/com/android/incallui/incall/impl/res/layout/
frag_incall_voice.xml 106 <ImageButton
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
SidebarBot.java 85 new UiSelector().className("android.widget.ImageButton").clickable(true));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/info/
InfoPanel.java 29 import android.widget.ImageButton;
  /packages/apps/UnifiedEmail/res/layout/
widget.xml 45 <ImageButton
  /packages/inputmethods/LatinIME/java/res/layout/
emoji_palettes_view.xml 65 <ImageButton
  /packages/services/Car/car_product/overlay/frameworks/base/packages/SystemUI/res-keyguard/layout/
keyguard_pin_view.xml 88 <ImageButton
  /packages/services/Telephony/res/layout/
emergency_dialer.xml 137 <ImageButton
  /packages/wallpapers/LivePicker/res/layout/
live_wallpaper_preview.xml 58 <ImageButton android:id="@+id/preview_attribution_pane_arrow"
  /platform_testing/libraries/system-helpers/accessibility-helper/src/android/system/helpers/
AccessibilityHelper.java 36 public static final String IMAGE_BUTTON = "android.widget.ImageButton";
  /packages/experimental/LoaderApp/res/values/
strings.xml 538 <!-- String describing the image on ImageButton one
545 <!-- String describing the image on ImageButton two
552 <!-- String describing the image on ImageButton three
559 <!-- String describing the image on ImageButton four
566 <!-- String describing the image on ImageButton five
573 <!-- String describing the image on ImageButton six
580 <!-- String describing the image on ImageButton seven
587 <!-- String describing the image on ImageButton eight
594 <!-- String describing the image on ImageButton nine
601 <!-- String describing the image on ImageButton sta
    [all...]
  /frameworks/base/media/tests/EffectsTest/res/layout/
envreverbtest.xml 120 <ImageButton android:id="@+id/stop1"
127 <ImageButton android:id="@+id/playPause1"
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
RemoteInputView.java 47 import android.widget.ImageButton;
76 private ImageButton mSendButton;
  /frameworks/support/compat/java/android/support/v4/view/
ActionProvider.java 91 * ImageButton button =
92 * (ImageButton) providerView.findViewById(R.id.button);

Completed in 2238 milliseconds

<<11121314151617181920>>