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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 85 Label typeLabel = new Label(composite, SWT.NONE);
86 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
87 typeLabel.setText("New Layout Type:");
ChangeViewWizard.java 87 Label typeLabel = new Label(composite, SWT.NONE);
88 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
89 typeLabel.setText("New Widget Type:");
WrapInWizard.java 87 Label typeLabel = new Label(composite, SWT.NONE);
88 typeLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
89 typeLabel.setText("Type of Container:");
  /external/selinux/gui/
statusPage.py 76 self.typeLabel = xml.get_widget("typeLabel")
102 self.typeLabel.set_mnemonic_widget(self.selinuxTypeOptionMenu)
booleansPage.py 114 self.typeLabel = xml.get_widget("typeLabel")
  /packages/apps/Car/Dialer/src/com/android/car/dialer/telecom/
TelecomUtils.java 153 CharSequence typeLabel =
155 return typeLabel;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java 447 Label typeLabel = new Label(composite, SWT.NONE);
448 typeLabel.setText("Resource Type:");
    [all...]

Completed in 1252 milliseconds