Searched refs:drawable (Results 1 - 25 of 430) sorted by relevance

1234567891011>>

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DWifiIcons.java23 { R.drawable.stat_sys_wifi_signal_0,
24 R.drawable.stat_sys_wifi_signal_1_fully,
25 R.drawable.stat_sys_wifi_signal_2_fully,
26 R.drawable.stat_sys_wifi_signal_3_fully,
27 R.drawable.stat_sys_wifi_signal_4_fully },
28 { R.drawable.stat_sys_wifi_signal_0,
29 R.drawable.stat_sys_wifi_signal_1_fully,
30 R.drawable.stat_sys_wifi_signal_2_fully,
31 R.drawable.stat_sys_wifi_signal_3_fully,
32 R.drawable
[all...]
H A DTelephonyIcons.java26 { R.drawable.stat_sys_signal_0_fully,
27 R.drawable.stat_sys_signal_1_fully,
28 R.drawable.stat_sys_signal_2_fully,
29 R.drawable.stat_sys_signal_3_fully,
30 R.drawable.stat_sys_signal_4_fully },
31 { R.drawable.stat_sys_signal_0_fully,
32 R.drawable.stat_sys_signal_1_fully,
33 R.drawable.stat_sys_signal_2_fully,
34 R.drawable.stat_sys_signal_3_fully,
35 R.drawable
[all...]
/frameworks/support/v4/honeycomb/android/support/v4/graphics/drawable/
H A DDrawableCompatHoneycomb.java17 package android.support.v4.graphics.drawable;
19 import android.graphics.drawable.Drawable;
22 * Implementation of drawable compatibility that can call Honeycomb APIs.
25 public static void jumpToCurrentState(Drawable drawable) { argument
26 drawable.jumpToCurrentState();
/frameworks/support/v4/kitkat/android/support/v4/graphics/drawable/
H A DDrawableCompatKitKat.java17 package android.support.v4.graphics.drawable;
19 import android.graphics.drawable.Drawable;
22 * Implementation of drawable compatibility that can call KitKat APIs.
25 public static void setAutoMirrored(Drawable drawable, boolean mirrored) { argument
26 drawable.setAutoMirrored(mirrored);
29 public static boolean isAutoMirrored(Drawable drawable) { argument
30 return drawable.isAutoMirrored();
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DDrawableCompat.java17 package android.support.v4.graphics.drawable;
19 import android.graphics.drawable.Drawable;
22 * Helper for accessing features in {@link android.graphics.drawable.Drawable}
30 void jumpToCurrentState(Drawable drawable); argument
31 void setAutoMirrored(Drawable drawable, boolean mirrored); argument
32 boolean isAutoMirrored(Drawable drawable); argument
40 public void jumpToCurrentState(Drawable drawable) { argument
44 public void setAutoMirrored(Drawable drawable, boolean mirrored) { argument
48 public boolean isAutoMirrored(Drawable drawable) { argument
58 public void jumpToCurrentState(Drawable drawable) { argument
68 setAutoMirrored(Drawable drawable, boolean mirrored) argument
73 isAutoMirrored(Drawable drawable) argument
101 jumpToCurrentState(Drawable drawable) argument
117 setAutoMirrored(Drawable drawable, boolean mirrored) argument
132 isAutoMirrored(Drawable drawable) argument
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSmileys.java26 R.drawable.emo_im_happy,
27 R.drawable.emo_im_sad,
28 R.drawable.emo_im_winking,
29 R.drawable.emo_im_tongue_sticking_out,
30 R.drawable.emo_im_surprised,
31 R.drawable.emo_im_kissing,
32 R.drawable.emo_im_yelling,
33 R.drawable.emo_im_cool,
34 R.drawable.emo_im_money_mouth,
35 R.drawable
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatable.java17 package android.graphics.drawable;
24 * Starts the drawable's animation.
29 * Stops the drawable's animation.
H A DDrawable.java17 package android.graphics.drawable;
99 * <li> <b>Layers</b>: a compound drawable, which draws multiple underlying
101 * <li> <b>States</b>: a compound drawable that selects one of a set of
103 * <li> <b>Levels</b>: a compound drawable that selects one of a set of
105 * <li> <b>Scale</b>: a compound drawable with a single child drawable,
113 * guide. For information and examples of creating drawable resources (XML or bitmap files that
115 * <a href="{@docRoot}guide/topics/resources/drawable-resource.html">Drawable Resources</a>
139 * Specify a bounding rectangle for the Drawable. This is where the drawable
161 * Specify a bounding rectangle for the Drawable. This is where the drawable
[all...]
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DMusicDemoActivity.java38 R.drawable.emo_im_angel,
39 R.drawable.emo_im_cool,
40 R.drawable.emo_im_crying,
41 R.drawable.emo_im_foot_in_mouth,
42 R.drawable.emo_im_happy,
43 R.drawable.emo_im_kissing,
44 R.drawable.emo_im_laughing,
45 R.drawable.emo_im_lips_are_sealed,
46 R.drawable.emo_im_money_mouth,
47 R.drawable
[all...]
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGalleryImages.java30 R.drawable.alphabet_a,
31 R.drawable.alphabet_b,
32 R.drawable.alphabet_c,
33 R.drawable.alphabet_d,
34 R.drawable.alphabet_e,
35 R.drawable.alphabet_f,
36 R.drawable.alphabet_g,
37 R.drawable.alphabet_h,
38 R.drawable.alphabet_i,
39 R.drawable
[all...]
/frameworks/base/core/tests/notificationtests/src/android/app/
H A DNotificationStressTest.java38 android.R.drawable.stat_notify_call_mute,
39 android.R.drawable.stat_notify_chat,
40 android.R.drawable.stat_notify_error,
41 android.R.drawable.stat_notify_missed_call,
42 android.R.drawable.stat_notify_more,
43 android.R.drawable.stat_notify_sdcard,
44 android.R.drawable.stat_notify_sdcard_prepare,
45 android.R.drawable.stat_notify_sdcard_usb,
46 android.R.drawable.stat_notify_sync,
47 android.R.drawable
[all...]
/frameworks/opt/inputmethodcommon/java/com/android/inputmethodcommon/
H A DInputMethodSettingsInterface.java19 import android.graphics.drawable.Drawable;
60 * @param drawable The drawable of an optional icon for the preference.
62 public void setSubtypeEnablerIcon(Drawable drawable); argument
H A DInputMethodSettingsActivity.java19 import android.graphics.drawable.Drawable;
82 public void setSubtypeEnablerIcon(Drawable drawable) { argument
83 mSettings.setSubtypeEnablerIcon(drawable);
/frameworks/base/core/java/android/text/style/
H A DImageSpan.java22 import android.graphics.drawable.BitmapDrawable;
23 import android.graphics.drawable.Drawable;
129 Drawable drawable = null;
132 drawable = mDrawable;
139 drawable = new BitmapDrawable(mContext.getResources(), bitmap);
140 drawable.setBounds(0, 0, drawable.getIntrinsicWidth(),
141 drawable.getIntrinsicHeight());
148 drawable = mContext.getResources().getDrawable(mResourceId);
149 drawable
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java20 import android.graphics.drawable.AnimationDrawable;
21 import android.graphics.drawable.Drawable;
41 Drawable drawable = mAttached ? getDrawable() : null;
45 if (drawable instanceof AnimationDrawable) {
46 mAnim = (AnimationDrawable)drawable;
56 public void setImageDrawable(Drawable drawable) { argument
57 super.setImageDrawable(drawable);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java23 import android.graphics.drawable.Drawable;
45 icon = R.drawable.ic_doc_apk;
49 icon = R.drawable.ic_doc_audio;
54 icon = R.drawable.ic_doc_certificate;
67 icon = R.drawable.ic_doc_codes;
98 icon = R.drawable.ic_doc_compressed;
119 icon = R.drawable.ic_doc_contact;
124 icon = R.drawable.ic_doc_event;
129 icon = R.drawable.ic_doc_font;
136 icon = R.drawable
[all...]
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java26 import android.graphics.drawable.BitmapDrawable;
27 import android.graphics.drawable.Drawable;
86 addBitmapDrawable(layout, R.drawable.logo120dpi, true);
87 addBitmapDrawable(layout, R.drawable.logo160dpi, true);
88 addBitmapDrawable(layout, R.drawable.logo240dpi, true);
89 addLabelToRoot(root, "Prescaled bitmap in drawable");
93 addBitmapDrawable(layout, R.drawable.logo120dpi, false);
94 addBitmapDrawable(layout, R.drawable.logo160dpi, false);
95 addBitmapDrawable(layout, R.drawable.logo240dpi, false);
96 addLabelToRoot(root, "Autoscaled bitmap in drawable");
[all...]
/frameworks/base/core/java/android/view/
H A DViewGroupOverlay.java19 import android.graphics.drawable.Drawable;
28 * manage views for overlays on ViewGroups, in addition to the drawable
H A DViewOverlay.java22 import android.graphics.drawable.Drawable;
62 * Adds a Drawable to the overlay. The bounds of the drawable should be relative to
63 * the host view. Any drawable added to the overlay should be removed when it is no longer
66 * @param drawable The Drawable to be added to the overlay. This drawable will be
70 public void add(Drawable drawable) { argument
71 mOverlayViewGroup.add(drawable);
77 * @param drawable The Drawable to be removed from the overlay.
80 public void remove(Drawable drawable) { argument
81 mOverlayViewGroup.remove(drawable);
137 add(Drawable drawable) argument
150 remove(Drawable drawable) argument
205 invalidateDrawable(Drawable drawable) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/shapes/
H A DOvalShape.java17 package android.graphics.drawable.shapes;
26 * the OvalShape to a {@link android.graphics.drawable.ShapeDrawable}.
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DColorDrawableWithDimensions.java19 import android.graphics.drawable.ColorDrawable;
/frameworks/opt/colorpicker/src/com/android/colorpicker/
H A DColorPickerSwatch.java21 import android.graphics.drawable.ColorDrawable;
22 import android.graphics.drawable.Drawable;
23 import android.graphics.drawable.LayerDrawable;
65 {getContext().getResources().getDrawable(R.drawable.color_picker_swatch)};
/frameworks/base/core/java/android/widget/
H A DSuggestionsAdapter.java32 import android.graphics.drawable.Drawable;
399 Drawable drawable = getDrawableFromResourceValue(value);
400 if (drawable != null) {
401 return drawable;
415 * Sets the drawable in an image view, makes sure the view is only visible if there
416 * is a drawable.
418 private void setViewDrawable(ImageView v, Drawable drawable, int nullVisibility) { argument
419 // Set the icon even if the drawable is null, since we need to clear any
421 v.setImageDrawable(drawable);
423 if (drawable
601 storeInIconCache(String resourceUri, Drawable drawable) argument
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSuggestionsAdapter.java30 import android.graphics.drawable.Drawable;
359 Drawable drawable = getDrawableFromResourceValue(value);
360 if (drawable != null) {
361 return drawable;
375 * Sets the drawable in an image view, makes sure the view is only visible if there
376 * is a drawable.
378 private void setViewDrawable(ImageView v, Drawable drawable, int nullVisibility) { argument
379 // Set the icon even if the drawable is null, since we need to clear any
381 v.setImageDrawable(drawable);
383 if (drawable
561 storeInIconCache(String resourceUri, Drawable drawable) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DMutateDrawable.java35 R.drawable.sym_now_playing_skip_forward_1));
40 R.drawable.sym_now_playing_skip_forward_1));

Completed in 757 milliseconds

1234567891011>>