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

  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
SdkLocationChooserDialog.java 45 private Label mStatusLabel;
92 mStatusLabel = new Label(c, SWT.WRAP);
93 mStatusLabel.setText("");
94 mStatusLabel.setForeground(getShell().getDisplay().getSystemColor(SWT.COLOR_RED));
95 GridDataFactory.fillDefaults().span(2, 1).applyTo(mStatusLabel);
104 mStatusLabel.setText("");
107 mStatusLabel.setText(status.getErrorMessage());
108 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;
100 mStatusLabel.setText(String.format(
107 mStatusLabel.setText(
126 mStatusLabel = new Label(mStatusComposite, SWT.NONE);
127 mStatusLabel.setLayoutData(new GridData(GridData.FILL_HORIZONTAL));
146 mStatusLabel);
147 mStatusLabel.setText(displayString);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 97 private TextView mStatusLabel;
237 mStatusLabel = (TextView) findViewById(R.id.status_label);
273 mStatusLabel.setText(getResources().getString(R.string.status_ready));
390 mStatusLabel.setText(getResources()
408 mStatusLabel.setText(getResources()
  /prebuilts/devtools/tools/lib/
ddms.jar 
sdkuilib.jar 
ddmuilib.jar 

Completed in 625 milliseconds