Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/
DRoboMenuItemTest.java135 assertThat(item.getIcon()).isNull(); in setIcon_shouldNullifyOnZero()
137 assertThat(shadowOf(item.getIcon()).getCreatedFromResId()).isEqualTo(R.drawable.an_image); in setIcon_shouldNullifyOnZero()
139 assertThat(item.getIcon()).isNull(); in setIcon_shouldNullifyOnZero()
147 assertThat(item.getIcon()).isNull(); in getIcon_shouldReturnDrawableFromSetIconDrawable()
149 assertThat(item.getIcon()).isSameAs(testDrawable); in getIcon_shouldReturnDrawableFromSetIconDrawable()
154 assertThat(item.getIcon()).isNull(); in getIcon_shouldReturnDrawableFromSetIconResourceId()
156 assertThat(shadowOf(item.getIcon()).getCreatedFromResId()).isEqualTo(R.drawable.an_other_image); in getIcon_shouldReturnDrawableFromSetIconResourceId()
/external/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt86 Alert: PASS: typeof this.getIcon = function
87 Alert: PASS: this.getIcon() threw error Document.getIcon: Incorrect number of parameters passed to …
88 Alert: PASS: this.getIcon(1, 2) threw error Document.getIcon: Incorrect number of parameters passed…
Ddocument_methods.in169 expect('typeof this.getIcon', 'function');
172 expectError('this.getIcon()');
173 expectError('this.getIcon(1, 2)');
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItem.java91 public Drawable getIcon() { in getIcon() method in Item
176 final Drawable icon = getIcon(); in onBindView()
/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() method in SmaliFileType
DSmaliColorsPage.java60 @Nullable @Override public Icon getIcon() { in getIcon() method in SmaliColorsPage
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifLayout.java231 public Drawable getIcon() { in getIcon() method in GlifLayout
232 return getMixin(IconMixin.class).getIcon(); in getIcon()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/
DRoboMenuItem.java112 public Drawable getIcon() { in getIcon() method in RoboMenuItem
/external/sonivox/jet_tools/JetCreator/
Dimg_Paste.py37 def getIcon(): function
Dimg_Copy.py47 def getIcon(): function
Dimg_favicon.py57 def getIcon(): function
Dimg_Print.py58 def getIcon(): function
Dimg_New.py57 def getIcon(): function
Dimg_Redo.py75 def getIcon(): function
Dimg_Open.py75 def getIcon(): function
Dimg_Undo.py77 def getIcon(): function
Dimg_Find.py81 def getIcon(): function
Dimg_Save.py95 def getIcon(): function
Dimg_Cut.py100 def getIcon(): function
DJetCreator.py54 self.myicon = img_favicon.getIcon()
Dimg_splash.py1153 def getIcon(): function
/external/setupdesign/main/src/com/google/android/setupdesign/template/
DIconMixin.java144 public Drawable getIcon() { in getIcon() method in IconMixin
/external/pdfium/fxjs/
Dcjs_document.h158 CJS_Return getIcon(CJS_Runtime* pRuntime,
298 JS_STATIC_METHOD(getIcon, Document);
Dcjs_document.cpp1152 CJS_Return Document::getIcon(CJS_Runtime* pRuntime, in getIcon() function in Document