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

<<11121314151617181920>>

  /packages/apps/UnifiedEmail/res/layout/
two_pane_activity.xml 62 <ImageButton
  /prebuilts/sdk/current/support/v7/mediarouter/res/layout/
mr_controller_material_dialog_b.xml 41 <ImageButton android:id="@+id/mr_close"
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Fragments/
ComplexMovementFragment.java 43 import android.widget.ImageButton;
98 mPlaceWaypointButton = (ImageButton) view.findViewById(R.id.fabPlaceWaypoint);
RobustnessFragment.java 41 import android.widget.ImageButton;
100 mPlaceWaypointButton = (ImageButton) view.findViewById(R.id.fabPlaceWaypoint);
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/res/layout/
credit_card_activity.xml 37 app:layout_constraintEnd_toStartOf="@+id/imageButton"
44 android:id="@+id/imageButton"
  /developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/res/layout/
sample_main.xml 69 <ImageButton
84 <ImageButton
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/res/layout/
credit_card_activity.xml 37 app:layout_constraintEnd_toStartOf="@+id/imageButton"
44 android:id="@+id/imageButton"
  /developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/res/layout/
sample_main.xml 69 <ImageButton
84 <ImageButton
  /development/samples/browseable/BasicAccessibility/res/layout/
sample_main.xml 69 <ImageButton
84 <ImageButton
  /frameworks/base/packages/SystemUI/res-keyguard/layout/
keyguard_pin_view.xml 60 <ImageButton
209 style="@style/Keyguard.ImageButton.NumPadEnter"
  /packages/apps/Messaging/tests/src/com/android/messaging/ui/contact/
ContactPickerFragmentTest.java 203 // final ImageButton AddMoreParticipantsButton = (ImageButton) getFragment().getView()
  /developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 43 import android.widget.ImageButton;
354 private ImageButton mLeftComplication;
355 private ImageButton mRightComplication;
374 mLeftComplication = (ImageButton) view.findViewById(R.id.left_complication);
380 mRightComplication = (ImageButton) view.findViewById(R.id.right_complication);
531 ImageButton button, ImageView background) {
    [all...]
  /developers/samples/android/wearable/wear/WatchFace/Wearable/src/main/java/com/example/android/wearable/watchface/config/
AnalogComplicationConfigRecyclerViewAdapter.java 43 import android.widget.ImageButton;
354 private ImageButton mLeftComplication;
355 private ImageButton mRightComplication;
374 mLeftComplication = (ImageButton) view.findViewById(R.id.left_complication);
380 mRightComplication = (ImageButton) view.findViewById(R.id.right_complication);
531 ImageButton button, ImageView background) {
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 60 import android.widget.ImageButton;
78 private ImageButton mPauseButton;
80 private ImageButton mRepeatButton;
81 private ImageButton mShuffleButton;
82 private ImageButton mQueueButton;
126 mPauseButton = (ImageButton) findViewById(R.id.pause);
137 mQueueButton = (ImageButton) findViewById(R.id.curplaylist);
139 mShuffleButton = ((ImageButton) findViewById(R.id.shuffle));
141 mRepeatButton = ((ImageButton) findViewById(R.id.repeat));
    [all...]
AudioPreview.java 44 import android.widget.ImageButton;
340 ImageButton b = (ImageButton) findViewById(R.id.playpause);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 38 import android.widget.ImageButton;
94 private ImageButton mPassButton;
95 private ImageButton mFailButton;
212 mPassButton = (ImageButton) findViewById(R.id.pass_button);
213 mFailButton = (ImageButton) findViewById(R.id.fail_button);
  /frameworks/base/core/java/android/widget/
MediaController.java 90 private ImageButton mPauseButton;
91 private ImageButton mFfwdButton;
92 private ImageButton mRewButton;
93 private ImageButton mNextButton;
94 private ImageButton mPrevButton;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
_index.html 200 <h3>ImageButton</h3>
202 <dt><a href="ImageButton1.html">ImageButton</a></dt>
203 <dd>Demonstrates an ImageButton: a button with an arbitrary graphic on it. </dd>
  /frameworks/base/media/tests/ScoAudioTest/src/com/android/scoaudiotest/
ScoAudioTest.java 46 import android.widget.ImageButton;
282 ImageButton stop = findViewById(stopButtonId);
298 ImageButton stop = findViewById(stopButtonId);
  /packages/apps/Calendar/res/layout/
event_info_dialog.xml 101 <ImageButton
113 <ImageButton
125 <ImageButton
  /packages/apps/Calendar/src/com/android/calendar/event/
AttendeesView.java 49 import android.widget.ImageButton;
193 final ImageButton button = (ImageButton) view.findViewById(R.id.contact_remove);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothDeviceListAdapter.java 35 import android.widget.ImageButton;
99 private final ImageButton mActionButton;
108 mActionButton = (ImageButton) view.findViewById(R.id.action);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ActionBarAdapter.java 41 import android.widget.ImageButton;
156 final ImageButton searchBackButton = (ImageButton) mSearchContainer
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageAttachmentBar.java 35 import android.widget.ImageButton;
69 private ImageButton mCancelButton;
171 mCancelButton = (ImageButton) findViewById(R.id.cancel_attachment);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
EmojiPalettesView.java 33 import android.widget.ImageButton;
79 private ImageButton mDeleteKey;
203 mDeleteKey = (ImageButton)findViewById(R.id.emoji_keyboard_delete);

Completed in 1049 milliseconds

<<11121314151617181920>>