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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LayoutCreatorDialog.java 44 private Label mStatusLabel;
98 mStatusLabel.setText(String.format(
105 mStatusLabel.setText(
124 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
125 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
139 mStatusLabel);
140 mStatusLabel.setText(displayString);
ConfigEditDialog.java 78 private Label mStatusLabel;
284 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
285 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
302 mStatusLabel);
303 mStatusLabel.setText(displayString);
307 String displayString = Dialog.shortenText(text, mStatusLabel);
308 mStatusLabel.setText(displayString);
  /sdk/ddms/app/src/com/android/ddms/
DeviceCommandDialog.java 68 private Label mStatusLabel;
151 mStatusLabel = new Label(shell, SWT.NONE);
152 mStatusLabel.setText("Executing '" + shortCommandString() + "'");
155 mStatusLabel.setLayoutData(data);
333 mStatusLabel.setText("Successfully executed '"
337 mStatusLabel.setText("Execution cancelled; partial results below");
340 mStatusLabel.setText("Failed");
342 mStatusLabel.pack();
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdCreationDialog.java 137 private Label mStatusLabel;
532 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
533 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
534 mStatusLabel.setText(" \n "); //$NON-NLS-1$
    [all...]

Completed in 83 milliseconds