/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/fakes/ |
D | RoboMenuItemTest.java | 135 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/ |
D | SmaliIcons.java | 39 public static final Icon SmaliIcon = IconLoader.getIcon("/icons/smali.png");
|
D | SmaliFileType.java | 59 @Override public Icon getIcon() { in getIcon() method in SmaliFileType
|
D | SmaliColorsPage.java | 60 @Nullable @Override public Icon getIcon() { in getIcon() method in SmaliColorsPage
|
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 90 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…
|
D | icons.in | 23 var icon1_again = doc.getIcon("icon1"); 24 var icon2_again = doc.getIcon("icon2");
|
D | document_methods.in | 152 expect('typeof this.getIcon', 'function'); 155 expectError('this.getIcon()'); 156 expectError('this.getIcon(1, 2)');
|
/external/setupdesign/main/src/com/google/android/setupdesign/items/ |
D | Item.java | 93 public Drawable getIcon() { in getIcon() method in Item 180 final Drawable icon = getIcon(); in onBindView()
|
/external/setupdesign/main/src/com/google/android/setupdesign/ |
D | GlifLayout.java | 232 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/ |
D | IconMixin.java | 131 public Drawable getIcon() { in getIcon() method in IconMixin
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/fakes/ |
D | RoboMenuItem.java | 112 public Drawable getIcon() { in getIcon() method in RoboMenuItem
|
/external/sonivox/jet_tools/JetCreator/ |
D | img_Paste.py | 37 def getIcon(): function
|
D | img_Copy.py | 47 def getIcon(): function
|
D | img_favicon.py | 57 def getIcon(): function
|
D | img_Print.py | 58 def getIcon(): function
|
D | img_New.py | 57 def getIcon(): function
|
D | img_Redo.py | 75 def getIcon(): function
|
D | img_Undo.py | 77 def getIcon(): function
|
D | img_Open.py | 75 def getIcon(): function
|
D | img_Find.py | 81 def getIcon(): function
|
D | img_Cut.py | 100 def getIcon(): function
|
D | img_Save.py | 95 def getIcon(): function
|
/external/pdfium/fxjs/ |
D | cjs_document.h | 88 JS_STATIC_METHOD(getIcon, CJS_Document) 252 CJS_Result getIcon(CJS_Runtime* pRuntime,
|
/external/libtextclassifier/notification/src/com/android/textclassifier/notification/ |
D | SmartSuggestionsHelper.java | 375 ? remoteAction.getIcon() in createNotificationActionFromRemoteAction()
|
/external/libtextclassifier/java/src/com/android/textclassifier/ |
D | TextClassifierImpl.java | 663 builder.setIcon(action.getIcon().loadDrawable(context)); in createClassificationResult()
|