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

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
HardwarePropertyChooser.java 44 private Label mTypeLabel;
93 mTypeLabel = new Label(parent, SWT.NONE);
120 mTypeLabel.setText(type);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
VboDetailProvider.java 55 private Label mTypeLabel;
92 mTypeLabel = new Label(mComposite, SWT.NONE);
93 GridDataFactory.fillDefaults().grab(true, false).applyTo(mTypeLabel);
144 mTypeLabel.setText(typeProperty.getStringValue());
  /development/samples/ContactManager/src/com/example/android/contactmanager/
ContactAdder.java 298 private CharSequence mTypeLabel;
318 mTypeLabel = pm.getText(packageName, description.labelId, null);
319 if (mTypeLabel == null) {
323 mTypeLabel = "";
347 return mTypeLabel;

Completed in 123 milliseconds