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;
93 mStatusImage.setImage(null);
101 mStatusImage.setImage(IconFactory.getInstance().getIcon("warning")); //$NON-NLS-1$
107 mStatusImage.setImage(IconFactory.getInstance().getIcon("warning")); //$NON-NLS-1$
123 mStatusImage = new Label(mStatusComposite, SWT.NONE);
ConfigEditDialog.java 79 private Label mStatusImage;
283 mStatusImage = new Label(mStatusComposite, SWT.NONE);
309 mStatusImage.setImage(mError);
342 mStatusImage.setImage(null);

Completed in 58 milliseconds