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

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/res/res/layout/
notification_material_media_action.xml 18 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
  /frameworks/base/core/tests/coretests/res/layout/
grid_in_horizontal.xml 33 <ImageButton
list_recycler_profiling.xml 27 <ImageButton android:id="@+id/pause"
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
SimplePlayer.java 35 import android.widget.ImageButton;
83 mPlayPauseButton = (ImageButton) playPausebutton;
84 ImageButton stop = (ImageButton) stopButton;
  /frameworks/support/v7/appcompat/res/layout/
notification_media_action.xml 17 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
notification_media_cancel_action.xml 18 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
  /packages/apps/Contacts/res/layout/
floating_action_button.xml 29 <ImageButton
selection_bar.xml 23 <ImageButton
  /packages/apps/Gallery2/res/layout/
filtershow_state_panel_new.xml 37 <ImageButton
  /packages/apps/Messaging/res/layout/
video_thumbnail_view.xml 29 <ImageButton
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaChooser.java 28 import android.widget.ImageButton;
53 private ImageButton mTabButton;
83 ImageButton getTabButton() {
88 mTabButton = (ImageButton) inflater.inflate(
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SearchActivityViewSinglePane.java 26 import android.widget.ImageButton;
  /packages/experimental/NotificationListenerSample/res/layout/
item.xml 25 <ImageButton android:id="@+id/dismiss"
  /prebuilts/sdk/current/support/v7/appcompat/res/layout/
notification_media_action.xml 17 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
notification_media_cancel_action.xml 18 <ImageButton xmlns:android="http://schemas.android.com/apk/res/android"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completion1-expected-completion11.txt 21 <ImageButton />
completion1-expected-completion12.txt 21 <ImageButton />
completion9-expected-completion64.txt 21 <ImageButton />
  /packages/apps/Dialer/InCallUI/res/layout/
call_button_fragment.xml 100 <ImageButton android:id="@+id/swapButton"
107 <ImageButton android:id="@+id/changeToVideoButton"
133 <ImageButton android:id="@+id/changeToVoiceButton"
140 <ImageButton android:id="@+id/addButton"
149 <ImageButton android:id="@+id/mergeButton"
156 <ImageButton android:id="@+id/overflowButton"
163 <ImageButton android:id="@+id/manageVideoCallConferenceButton"
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
ConnectActivity.java 32 import android.widget.ImageButton;
50 private ImageButton addRoomButton;
51 private ImageButton removeRoomButton;
52 private ImageButton connectButton;
53 private ImageButton connectLoopbackButton;
128 addRoomButton = (ImageButton) findViewById(R.id.add_room_button);
130 removeRoomButton = (ImageButton) findViewById(R.id.remove_room_button);
132 connectButton = (ImageButton) findViewById(R.id.connect_button);
135 (ImageButton) findViewById(R.id.connect_loopback_button);
  /frameworks/base/core/java/android/widget/
DayPickerView.java 53 private final ImageButton mPrevButton;
54 private final ImageButton mNextButton;
124 mPrevButton = (ImageButton) findViewById(R.id.prev);
127 mNextButton = (ImageButton) findViewById(R.id.next);
214 final ImageButton leftButton;
215 final ImageButton rightButton;
  /developers/build/prebuilts/gradle/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 76 When using the Holo theme, setting a Button or ImageButton to
80 <ImageButton android:id="@+id/secondary_action"
  /developers/samples/android/ui/holo/BorderlessButtons/Application/src/main/res/layout/
list_item.xml 76 When using the Holo theme, setting a Button or ImageButton to
80 <ImageButton android:id="@+id/secondary_action"
  /development/samples/ApiDemos/res/layout/
linear_layout_10.xml 60 <ImageButton
109 <ImageButton
  /development/samples/browseable/BorderlessButtons/res/layout/
list_item.xml 76 When using the Holo theme, setting a Button or ImageButton to
80 <ImageButton android:id="@+id/secondary_action"

Completed in 276 milliseconds

1 2 3 45 6 7 8 91011>>