Home
last modified time | relevance | path

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

12

/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/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/pdfium/testing/resources/javascript/
Ddocument_methods_expected.txt90 Alert: PASS: typeof this.getIcon = function
91 Alert: PASS: this.getIcon() threw Document.getIcon: Incorrect number of parameters passed to functi…
92 Alert: PASS: this.getIcon(1, 2) threw Document.getIcon: Incorrect number of parameters passed to fu…
Dicons.in23 var icon1_again = doc.getIcon("icon1");
24 var icon2_again = doc.getIcon("icon2");
Ddocument_methods.in152 expect('typeof this.getIcon', 'function');
155 expectError('this.getIcon()');
156 expectError('this.getIcon(1, 2)');
/external/setupdesign/main/src/com/google/android/setupdesign/items/
DItem.java93 public Drawable getIcon() { in getIcon() method in Item
180 final Drawable icon = getIcon(); in onBindView()
/external/setupdesign/main/src/com/google/android/setupdesign/
DGlifLayout.java232 public Drawable getIcon() { in getIcon() method in GlifLayout
233 return getMixin(IconMixin.class).getIcon(); in getIcon()
/external/setupdesign/main/src/com/google/android/setupdesign/template/
DIconMixin.java131 public Drawable getIcon() { in getIcon() method in IconMixin
/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_Undo.py77 def getIcon(): function
Dimg_Open.py75 def getIcon(): function
Dimg_Find.py81 def getIcon(): function
Dimg_Cut.py100 def getIcon(): function
Dimg_Save.py95 def getIcon(): function
/external/pdfium/fxjs/
Dcjs_document.h88 JS_STATIC_METHOD(getIcon, CJS_Document)
252 CJS_Result getIcon(CJS_Runtime* pRuntime,
/external/libtextclassifier/notification/src/com/android/textclassifier/notification/
DSmartSuggestionsHelper.java375 ? remoteAction.getIcon() in createNotificationActionFromRemoteAction()
/external/libtextclassifier/java/src/com/android/textclassifier/
DTextClassifierImpl.java663 builder.setIcon(action.getIcon().loadDrawable(context)); in createClassificationResult()

12