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

  /external/sl4a/Common/src/com/googlecode/android_scripting/
IntentBuilders.java 96 * @param iconResource
101 Parcelable iconResource) {
106 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
115 * @param iconResource
119 public static Intent buildBackgroundShortcutIntent(File script, Parcelable iconResource) {
123 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
132 * @param iconResource
136 public static Intent buildTerminalShortcutIntent(File script, Parcelable iconResource) {
140 intent.putExtra(Intent.EXTRA_SHORTCUT_ICON_RESOURCE, iconResource);
  /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);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
InterpreterPicker.java 78 Parcelable iconResource =
80 Intent intent = IntentBuilders.buildInterpreterShortcutIntent(interpreter, iconResource);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 413 int iconResource = 0;
419 iconResource = R.drawable.fs_good;
424 iconResource = R.drawable.fs_error;
435 textView.setCompoundDrawablesWithIntrinsicBounds(0, 0, iconResource, 0);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/admin/
PolicySerializationTestActivity.java 225 int iconResource = 0;
229 iconResource = R.drawable.fs_good;
232 iconResource = R.drawable.fs_error;
238 view.setCompoundDrawablesWithIntrinsicBounds(0, 0, iconResource, 0);

Completed in 153 milliseconds