OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mStatusLabel
(Results
1 - 6
of
6
) 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
;
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);
/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();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java
95
private TextView
mStatusLabel
;
232
mStatusLabel
= (TextView) findViewById(R.id.status_label);
267
mStatusLabel
.setText(getResources().getString(R.string.status_ready));
384
mStatusLabel
.setText(getResources()
402
mStatusLabel
.setText(getResources()
/prebuilts/devtools/tools/lib/
ddms.jar
sdkuilib.jar
ddmuilib.jar
Completed in 50 milliseconds