HomeSort by relevance Sort by last modified time
    Searched defs:Icon (Results 1 - 19 of 19) sorted by null

  /external/pdfium/fpdfsdk/src/javascript/
Icon.cpp 12 #include "../../include/javascript/Icon.h"
14 /* ---------------------- Icon ---------------------- */
26 IMPLEMENT_JS_CLASS(CJS_Icon,Icon)
28 Icon::Icon(CJS_Object* pJSObject) : CJS_EmbedObj(pJSObject),
34 Icon::~Icon()
39 void Icon::SetStream(CPDF_Stream* pIconStream)
45 CPDF_Stream* Icon::GetStream()
50 void Icon::SetIconName(CFX_WideString name
    [all...]
  /external/pdfium/fpdfsdk/include/javascript/
Icon.h 12 class Icon : public CJS_EmbedObj
15 Icon(CJS_Object* pJSObject);
16 virtual ~Icon();
37 JS_STATIC_PROP(name, Icon);
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
IconTest.java 26 import android.graphics.drawable.Icon;
47 Icon mIcon;
65 Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888)));
71 checkIconValidity(Icon.createWithData(data, 0, 4));
80 checkIconValidity(Icon.createWithFilePath(file.getPath()));
82 checkIconValidity(Icon.createWithContentUri(Uri.fromFile(file)));
84 checkIconValidity(Icon.createWithContentUri(file.toURI().toString()));
91 checkIconValidity(Icon.createWithResource(mActivity, R.drawable.bmp_test));
93 checkIconValidity(Icon.createWithResource(mActivity.getPackageName(), R.drawable.bmp_test));
97 mIcon = Icon.createWithBitmap(Bitmap.createBitmap(16, 16, Bitmap.Config.ARGB_8888))
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
ExpectedKeyVisual.java 29 * There are two types of expected visual, an integer icon id and a string label.
37 return new Icon(iconId);
51 * This class represents an integer icon id.
53 private static class Icon extends ExpectedKeyVisual {
56 Icon(final int iconId) {
87 // If the actual key has an icon as its visual, a label has to be null.
94 // If the actual more key has an icon as its visual, a label has to be null.
107 return (visual instanceof Icon) && mIconId == ((Icon)visual).mIconId;
153 // If the actual key has a label as its visual, an icon has to be undefined
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 7 the use of a particular widget or icon type, etc. I also hope that
208 class Icon:
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkdnd.py 7 the use of a particular widget or icon type, etc. I also hope that
208 class Icon:
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
  /bootable/recovery/
ui.h 40 enum Icon { NONE, INSTALLING_UPDATE, ERASING, NO_COMMAND, ERROR };
41 virtual void SetBackground(Icon icon) = 0;
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallServiceNotifier.java 30 import android.graphics.drawable.Icon;
115 .setIcon(Icon.createWithResource(
117 // TODO: Add icon tint (Color.RED)
133 .setIcon(Icon.createWithResource(
135 // TODO: Add icon tint (Color.GREEN)
148 .setIcon(Icon.createWithResource(
150 // TODO: Add icon tint (Color.BLUE)
  /frameworks/base/core/java/android/app/
NotificationManager.java 26 import android.graphics.drawable.Icon;
54 * <li>A persistent icon that goes in the status bar and is accessible
70 * if you pass a new status bar icon, the old icon in the status bar will
222 throw new IllegalArgumentException("Invalid notification (no valid small icon): "
268 if (n.getSmallIcon() == null && n.icon != 0) {
269 n.setSmallIcon(Icon.createWithResource(pkg, n.icon));
  /frameworks/base/graphics/java/android/graphics/drawable/
Icon.java 58 public final class Icon implements Parcelable {
59 private static final String TAG = "Icon";
98 * @return The type of image data held in this Icon. One of
110 * @return The {@link android.graphics.Bitmap} held by this {@link #TYPE_BITMAP} Icon.
125 * @return The length of the compressed bitmap byte array held by this {@link #TYPE_DATA} Icon.
138 * @return The offset into the byte array held by this {@link #TYPE_DATA} Icon at which
152 * @return The byte array held by this {@link #TYPE_DATA} Icon ctonaining compressed
166 * @return The {@link android.content.res.Resources} for this {@link #TYPE_RESOURCE} Icon.
177 * @return The package containing resources for this {@link #TYPE_RESOURCE} Icon.
188 * @return The resource ID for this {@link #TYPE_RESOURCE} Icon
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/
GrantPermissionsActivity.java 29 import android.graphics.drawable.Icon;
207 int icon = groupState.mGroup.getIconResId(); local
210 Icon.createWithResource(resources, icon), message,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSTile.java 344 public static abstract class Icon {
349 return Icon.class.hashCode();
353 public static class ResourceIcon extends Icon {
354 private static final SparseArray<Icon> ICONS = new SparseArray<Icon>();
362 public static Icon get(int resId) {
363 Icon icon = ICONS.get(resId); local
364 if (icon == null) {
365 icon = new ResourceIcon(resId)
432 public Icon icon; field in class:QSTile.State
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-packaging-plugin/0.20.0/
tycho-packaging-plugin-0.20.0.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 2515 milliseconds