Home
last modified time | relevance | path

Searched refs:Icon (Results 1 – 25 of 154) sorted by relevance

1234567

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowIcon.java7 import android.graphics.drawable.Icon;
15 @Implements(value = Icon.class, minSdk = M)
19 private Icon realIcon;
24 return directlyOn(realIcon, Icon.class).getType(); in getType()
30 return directlyOn(realIcon, Icon.class).getResId(); in getResId()
36 return directlyOn(realIcon, Icon.class).getBitmap(); in getBitmap()
42 return directlyOn(realIcon, Icon.class).getUri(); in getUri()
48 return directlyOn(realIcon, Icon.class).getDataLength(); in getDataLength()
54 return directlyOn(realIcon, Icon.class).getDataOffset(); in getDataOffset()
60 return directlyOn(realIcon, Icon.class).getDataBytes(); in getDataBytes()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIconTest.java8 import android.graphics.drawable.Icon;
26 Icon icon = in testGetRes()
27 Icon.createWithResource( in testGetRes()
36 Icon icon = Icon.createWithBitmap(bitmap); in testGetBitmap()
44 Icon icon = Icon.createWithData(data, 100, 200); in testGetData()
54 Icon icon = Icon.createWithContentUri(uri); in testGetUri()
DShadowNotificationBuilderTest.java14 import android.graphics.drawable.Icon;
242 Icon bigLargeIcon = Icon.createWithBitmap(bigPicture); in withBigPictureStyle()
/external/pdfium/fxjs/
Dcjs_icon.cpp23 JSConstructor<CJS_Icon, Icon>, JSDestructor<CJS_Icon>); in DefineJSObjects()
27 Icon::Icon(CJS_Object* pJSObject) in Icon() function in Icon
30 Icon::~Icon() {} in ~Icon()
32 CJS_Return Icon::get_name(CJS_Runtime* pRuntime) { in get_name()
36 CJS_Return Icon::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
Dcjs_icon.h12 class Icon : public CJS_EmbedObj {
14 explicit Icon(CJS_Object* pJSObject);
15 ~Icon() override;
35 JS_STATIC_PROP(name, name, Icon);
/external/apache-commons-bcel/docs/
Dclassfile.mdl600 icon_style "Icon"
621 icon_style "Icon"
642 icon_style "Icon"
649 icon_style "Icon"
707 icon_style "Icon"
764 icon_style "Icon"
785 icon_style "Icon"
806 icon_style "Icon"
827 icon_style "Icon"
848 icon_style "Icon"
[all …]
Dgeneric.mdl651 icon_style "Icon"
672 icon_style "Icon"
679 icon_style "Icon"
701 icon_style "Icon"
708 icon_style "Icon"
730 icon_style "Icon"
751 icon_style "Icon"
758 icon_style "Icon"
782 icon_style "Icon"
791 icon_style "Icon"
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-rc/Inputs/
Dparser-correct-everything.rc2 Icon Icon "Icon"
/external/swiftshader/third_party/PowerVR_SDK/Builds/Windows/Resources/
Dshared.rc52 // Icon
55 // Icon with lowest ID value placed first to ensure application icon
/external/python/cpython3/Lib/tkinter/
Ddnd.py208 class Icon: class
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
/external/python/cpython2/Lib/lib-tk/
DTkdnd.py208 class Icon: class
312 i1 = Icon("ICON1")
313 i2 = Icon("ICON2")
314 i3 = Icon("ICON3")
/external/mdnsresponder/mDNSWindows/DLL.NET/
Ddnssd_NET.rc27 // Icon
30 // Icon with lowest ID value placed first to ensure application icon
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.rc28 // Icon
31 // Icon with lowest ID value placed first to ensure application icon
/external/libpng/contrib/visupng/
DVisualPng.rc95 // Icon
98 // Icon with lowest ID value placed first to ensure application icon
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanel.rc62 // Icon
65 // Icon with lowest ID value placed first to ensure application icon
DControlPanelRes.rc102 // Icon
105 // Icon with lowest ID value placed first to ensure application icon
/external/smali/smalidea/src/main/java/org/jf/smalidea/
DSmaliIcons.java39 public static final Icon SmaliIcon = IconLoader.getIcon("/icons/smali.png");
DSmaliFileType.java59 @Override public Icon getIcon() { in getIcon()
/external/ImageMagick/
Dimagemagick.desktop5 Icon=imagemagick
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpa_gui.desktop6 Icon=wpa_gui
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/WindowsCE/Resources/
DApplication.rc67 // Icon
70 // Icon with lowest ID value placed first to ensure application icon
/external/selinux/gui/
Dsepolicy.desktop4 Icon=sepolicy
/external/python/cpython3/Lib/msilib/
Dschema.py137 Icon = Table('Icon') variable
138 Icon.add_field(1,'Name',11592)
139 Icon.add_field(2,'Data',2304)
580 … Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, …
/external/pdfium/fpdfsdk/
Dcpdfsdk_formfillenvironment.h146 void Alert(FPDF_WIDESTRING Msg, FPDF_WIDESTRING Title, int Type, int Icon);
178 uint32_t Icon);
/external/grpc-grpc/examples/csharp/HelloworldXamarin/Droid/Resources/
DResource.designer.cs80 public const int Icon = 2130837504; field in HelloworldXamarin.Droid.Resource.Mipmap

1234567