Searched defs:Icon (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DInput.java108 boolean setIcon(Bitmap Icon) { return true; } argument
/frameworks/base/packages/SystemUI/plugin/src/com/android/systemui/plugins/qs/
H A DQSTile.java25 import com.android.systemui.plugins.qs.QSTile.Icon;
34 @DependsOn(target = Icon.class)
84 @ProvidesInterface(version = Icon.VERSION)
85 public static abstract class Icon { class in interface:QSTile
95 return Icon.class.hashCode();
106 public Icon icon;
/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java59 public final class Icon implements Parcelable { class in inherits:Parcelable
60 private static final String TAG = "Icon";
101 * @return The type of image data held in this Icon. One of
114 * @return The {@link android.graphics.Bitmap} held by this {@link #TYPE_BITMAP} Icon.
129 * @return The length of the compressed bitmap byte array held by this {@link #TYPE_DATA} Icon.
142 * @return The offset into the byte array held by this {@link #TYPE_DATA} Icon at which
156 * @return The byte array held by this {@link #TYPE_DATA} Icon ctonaining compressed
170 * @return The {@link android.content.res.Resources} for this {@link #TYPE_RESOURCE} Icon.
181 * @return The package containing resources for this {@link #TYPE_RESOURCE} Icon.
192 * @return The resource ID for this {@link #TYPE_RESOURCE} Icon
436 private Icon(int mType) { method in class:Icon
727 private Icon(Parcel in) { method in class:Icon
[all...]

Completed in 95 milliseconds