Searched refs:ShortcutIconResource (Results 1 – 5 of 5) sorted by relevance
46 Intent.ShortcutIconResource.fromContext(this, R.mipmap.ic_launcher_dreams)); in onStart()
749 public static class ShortcutIconResource implements Parcelable { class in Intent769 public static ShortcutIconResource fromContext(Context context, int resourceId) { in fromContext()770 ShortcutIconResource icon = new ShortcutIconResource(); in fromContext()779 public static final Parcelable.Creator<ShortcutIconResource> CREATOR =780 new Parcelable.Creator<ShortcutIconResource>() {782 public ShortcutIconResource createFromParcel(Parcel source) {783 ShortcutIconResource icon = new ShortcutIconResource();789 public ShortcutIconResource[] newArray(int size) {790 return new ShortcutIconResource[size];
1631 http://developer.android.com/reference/android/content/Intent.ShortcutIconResource.html
8085 public static class Intent.ShortcutIconResource implements android.os.Parcelable {8086 ctor public Intent.ShortcutIconResource();8088 …method public static android.content.Intent.ShortcutIconResource fromContext(android.content.Conte…8090 …ic static final android.os.Parcelable.Creator<android.content.Intent.ShortcutIconResource> CREATOR;
7839 public static class Intent.ShortcutIconResource implements android.os.Parcelable {7840 ctor public Intent.ShortcutIconResource();7842 …method public static android.content.Intent.ShortcutIconResource fromContext(android.content.Conte…7844 …ic static final android.os.Parcelable.Creator<android.content.Intent.ShortcutIconResource> CREATOR;