HomeSort by relevance Sort by last modified time
    Searched refs:mStatusImage (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 45 private Label mStatusImage;
94 mStatusImage.setImage(null);
102 mStatusImage.setImage(IconFactory.getInstance().getIcon("warning")); //$NON-NLS-1$
108 mStatusImage.setImage(IconFactory.getInstance().getIcon("warning")); //$NON-NLS-1$
124 mStatusImage = new Label(mStatusComposite, SWT.NONE);
ConfigEditDialog.java 79 private Label mStatusImage;
290 mStatusImage = new Label(mStatusComposite, SWT.NONE);
316 mStatusImage.setImage(mError);
349 mStatusImage.setImage(null);

Completed in 84 milliseconds