HomeSort by relevance Sort by last modified time
    Searched refs:iconResource (Results 1 - 13 of 13) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutInfo.java 53 Intent.ShortcutIconResource iconResource;
68 if (info.iconResource != null) {
69 iconResource = new Intent.ShortcutIconResource();
70 iconResource.packageName = info.iconResource.packageName;
71 iconResource.resourceName = info.iconResource.resourceName;
136 if (iconResource != null) {
138 iconResource.packageName);
140 iconResource.resourceName)
    [all...]
InstallShortcutReceiver.java 50 public static final String ICON_RESOURCE_NAME_KEY = "iconResource";
95 if (info.iconResource != null) {
96 json = json.key(ICON_RESOURCE_NAME_KEY).value(info.iconResource.resourceName);
98 .value(info.iconResource.packageName);
134 Intent.ShortcutIconResource iconResource =
136 iconResource.resourceName = iconResourceName;
137 iconResource.packageName = iconResourcePackageName;
138 data.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
164 Intent.ShortcutIconResource iconResource;
196 Intent.ShortcutIconResource iconResource
    [all...]
LauncherModel.java     [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LauncherShortcuts.java 133 Parcelable iconResource = Intent.ShortcutIconResource.fromContext(
135 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ContactListFilterView.java 132 private void bindView(int iconResource, int textResource) {
133 if (iconResource != 0) {
135 mIcon.setImageResource(iconResource);
  /packages/apps/Email/src/com/android/email/activity/
ShortcutPicker.java 157 Parcelable iconResource
159 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 329 int iconResource = 0;
335 iconResource = R.drawable.fs_good;
340 iconResource = R.drawable.fs_error;
351 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, iconResource, 0);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
DeviceProfilesSettings.java 212 int iconResource = profile.getDrawableResource(mCachedDevice.getBtClass());
213 if (iconResource != 0) {
214 pref.setIcon(getResources().getDrawable(iconResource));
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 222 int iconResource = 0;
226 iconResource = R.drawable.fs_good;
229 iconResource = R.drawable.fs_error;
235 view.setCompoundDrawablesWithIntrinsicBounds(0, 0, iconResource, 0);
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 158 ShortcutIconResource iconResource = icons.get(i);
160 iconResource.packageName);
162 iconResource.resourceName, null, null));
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java     [all...]
ContactsProvider2.java     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 

Completed in 514 milliseconds