OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
126 - 150
of
692
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Dialer/java/com/android/incallui/video/impl/res/values/
styles.xml
18
<style name="Incall.Button.VideoCall" parent="Widget.AppCompat.
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/FillService/res/layout/
pathology.xml
8
<
ImageButton
/packages/services/Car/car_product/overlay/frameworks/base/core/res/res/layout/
notification_material_media_action.xml
16
<
ImageButton
/prebuilts/sdk/current/support/media-compat/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/java/com/android/dialer/app/voicemail/
VoicemailPlaybackLayout.java
28
import android.widget.
ImageButton
;
151
private
ImageButton
mStartStopButton;
152
private
ImageButton
mPlaybackSpeakerphone;
153
private
ImageButton
mDeleteButton;
216
mStartStopButton = (
ImageButton
) findViewById(R.id.playback_start_stop);
217
mPlaybackSpeakerphone = (
ImageButton
) findViewById(R.id.playback_speakerphone);
218
mDeleteButton = (
ImageButton
) findViewById(R.id.delete_voicemail);
/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);
/developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/res/layout/
multiple_partitions_activity.xml
34
app:layout_constraintEnd_toStartOf="@+id/
imageButton
"
41
android:id="@+id/
imageButton
"
virtual_login_activity.xml
34
app:layout_constraintEnd_toStartOf="@+id/
imageButton
"
41
android:id="@+id/
imageButton
"
/developers/build/prebuilts/gradle/AutofillFramework/kotlinApp/Application/src/main/res/layout/
virtual_login_activity.xml
34
app:layout_constraintEnd_toStartOf="@+id/
imageButton
"
41
android:id="@+id/
imageButton
"
/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/build/prebuilts/gradle/NotificationChannels/Application/src/main/res/layout/
activity_main.xml
44
<
ImageButton
84
<
ImageButton
/developers/build/prebuilts/gradle/NotificationChannels/kotlinApp/Application/src/main/res/layout/
activity_main.xml
44
<
ImageButton
84
<
ImageButton
/developers/build/prebuilts/gradle/WatchFace/Wearable/src/main/res/layout/
config_list_preview_and_complications_item.xml
68
<
ImageButton
88
<
ImageButton
/developers/samples/android/input/autofill/AutofillFramework/Application/src/main/res/layout/
multiple_partitions_activity.xml
34
app:layout_constraintEnd_toStartOf="@+id/
imageButton
"
41
android:id="@+id/
imageButton
"
virtual_login_activity.xml
34
app:layout_constraintEnd_toStartOf="@+id/
imageButton
"
41
android:id="@+id/
imageButton
"
/developers/samples/android/input/autofill/AutofillFramework/kotlinApp/Application/src/main/res/layout/
virtual_login_activity.xml
34
app:layout_constraintEnd_toStartOf="@+id/
imageButton
"
41
android:id="@+id/
imageButton
"
/developers/samples/android/notification/NotificationChannels/Application/src/main/res/layout/
activity_main.xml
44
<
ImageButton
84
<
ImageButton
Completed in 461 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>