OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:typeLabel
(Results
1 - 8
of
8
) sorted by null
/packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
DemoPhoneRenderer.java
61
public void onContactDetailsUpdated(CharSequence name, CharSequence
typeLabel
,
63
Log.d(TAG, "onContactDetailsUpdated, name: " + name + ",
typeLabel
: " +
typeLabel
CallStateMonitor.java
94
@Nullable CharSequence
typeLabel
,
/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/policycoreutils/gui/
statusPage.py
64
self.
typeLabel
= xml.get_widget("
typeLabel
")
90
self.
typeLabel
.set_mnemonic_widget(self.selinuxTypeOptionMenu)
booleansPage.py
106
self.
typeLabel
= xml.get_widget("
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 288 milliseconds