OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:imagebutton
(Results
51 - 75
of
692
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/packages/apps/Camera2/res/layout-land-v21/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/Camera2/res/layout-port/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/Camera2/res/layout-port-v21/
retake_done_cancel_layout.xml
29
<
ImageButton
44
<
ImageButton
53
<
ImageButton
/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
ActionView.java
23
import android.widget.
ImageButton
;
40
private final
ImageButton
mActionButton;
61
mActionButton = (
ImageButton
) findViewById(R.id.inspector_action_button);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanel.java
25
import android.widget.
ImageButton
;
37
private
ImageButton
mToggleVersionsPanel;
52
mToggleVersionsPanel = (
ImageButton
) mMainView.findViewById(R.id.toggleVersionsPanel);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
AttachmentComposeView.java
21
import android.widget.
ImageButton
;
63
final
ImageButton
deleteButton = (
ImageButton
) findViewById(R.id.remove_attachment);
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
AnimatedVectorDrawableTest.java
49
import android.widget.
ImageButton
;
293
final
ImageButton
imageButton
=
294
(
ImageButton
) mActivityTestRule.getActivity().findViewById(R.id.
imageButton
);
295
final int viewW =
imageButton
.getWidth();
296
final int viewH =
imageButton
.getHeight();
300
final Bitmap bitmap = Bitmap.createBitmap(
imageButton
.getWidth(),
imageButton
.getHeight(),
310
ViewCompat.setBackground(
imageButton
, avd)
[
all
...]
/frameworks/base/core/tests/coretests/res/layout/
list_in_horizontal.xml
25
<
ImageButton
android:src="@drawable/sym_now_playing_pause_1" />
/packages/apps/Calendar/res/layout/
notification.xml
58
<
ImageButton
67
<
ImageButton
76
<
ImageButton
85
<
ImageButton
/packages/apps/Camera2/res/layout/
mode_options_imagebutton_template.xml
17
<
ImageButton
xmlns:android="http://schemas.android.com/apk/res/android"
/packages/apps/Gallery2/res/layout/
filtershow_main_panel.xml
59
<
ImageButton
68
<
ImageButton
78
<
ImageButton
88
<
ImageButton
filtershow_control_action_slider.xml
24
<
ImageButton
43
<
ImageButton
/packages/apps/Gallery2/res/layout-land/
filtershow_main_panel.xml
48
<
ImageButton
57
<
ImageButton
67
<
ImageButton
77
<
ImageButton
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
28
<
ImageButton
android:id="@+id/item_action"
/developers/samples/android/media/MediaRouter/Application/src/main/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
28
<
ImageButton
android:id="@+id/item_action"
/development/samples/browseable/MediaRouter/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
28
<
ImageButton
android:id="@+id/item_action"
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPickerButton.java
23
import android.widget.
ImageButton
;
30
public class NumberPickerButton extends
ImageButton
{
/external/walt/android/WALT/app/src/main/res/layout/
fragment_audio.xml
18
<
ImageButton
26
<
ImageButton
fragment_midi.xml
18
<
ImageButton
26
<
ImageButton
/frameworks/base/core/res/res/layout/
day_picker_content_material.xml
27
<
ImageButton
40
<
ImageButton
number_picker.xml
22
<
ImageButton
android:id="@+id/increment"
39
<
ImageButton
android:id="@+id/decrement"
/frameworks/support/samples/Support7Demos/res/layout/
media_item.xml
17
<!-- Layout for list item in Library or Playlist view. Displays
ImageButton
26
<
ImageButton
android:id="@+id/item_action"
/packages/apps/Car/Dialer/res/layout/
ongoing_call.xml
149
<
ImageButton
157
<
ImageButton
176
<
ImageButton
184
<
ImageButton
193
<
ImageButton
202
<
ImageButton
224
<
ImageButton
231
<
ImageButton
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
ToggleButton.java
22
import android.widget.
ImageButton
;
27
public class ToggleButton extends
ImageButton
{
/packages/apps/Camera2/res/layout-land/
mode_options.xml
35
<
ImageButton
42
<
ImageButton
49
<
ImageButton
56
<
ImageButton
63
<
ImageButton
120
<
ImageButton
Completed in 1174 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>