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

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 43 private Label mStatusLabel;
90 mStatusLabel = new Label(c, SWT.WRAP);
91 mStatusLabel.setText("");
92 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED));
93 GridDataFactory.fillDefaults().span(2, 1).applyTo(mStatusLabel);
102 mStatusLabel.setText("");
105 mStatusLabel.setText(status.getErrorMessage());
106 mStatusLabel.pack();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 44 private Label mStatusLabel;
99 mStatusLabel.setText(String.format(
106 mStatusLabel.setText(
125 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
126 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
140 mStatusLabel);
141 mStatusLabel.setText(displayString);
ConfigEditDialog.java 78 private Label mStatusLabel;
291 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
292 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
309 mStatusLabel);
310 mStatusLabel.setText(displayString);
314 String displayString = Dialog.shortenText(text, mStatusLabel);
315 mStatusLabel.setText(displayString);
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 68 private Label mStatusLabel;
152 mStatusLabel = new Label(shell, SWT.NONE);
153 mStatusLabel.setText("Executing '" + shortCommandString() + "'");
156 mStatusLabel.setLayoutData(data);
339 mStatusLabel.setText("Successfully executed '"
343 mStatusLabel.setText("Execution cancelled; partial results below");
346 mStatusLabel.setText("Failed");
348 mStatusLabel.pack();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 137 private Label mStatusLabel;
535 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
536 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
537 mStatusLabel.setText(" \n "); //$NON-NLS-1$
    [all...]

Completed in 148 milliseconds