OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uiName
(Results
1 - 25
of
130
) sorted by null
1
2
3
4
5
6
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextValueDescriptor.java
34
* @param
uiName
The UI name of the attribute. Cannot be an empty string and cannot be null.
37
public TextValueDescriptor(String
uiName
, String tooltip) {
39
setUiName(
uiName
);
EnumAttributeDescriptor.java
30
public EnumAttributeDescriptor(String xmlLocalName, String
uiName
, String nsUri,
FlagAttributeDescriptor.java
63
public FlagAttributeDescriptor(String xmlLocalName, String
uiName
, String nsUri,
TextAttributeDescriptor.java
95
* @param
uiName
the new UI name to be used
98
public TextAttributeDescriptor setUiName(String
uiName
) {
99
mUiName =
uiName
;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/values/descriptors/
ColorValueDescriptor.java
30
public ColorValueDescriptor(String
uiName
, String tooltip) {
31
super(
uiName
, tooltip);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui_3.6.1.M20100826-1330.jar
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java
126
* @param
uiName
the UI name to display the element as
139
String xmlName, String
uiName
, String styleName, String extraStyle,
148
ElementDescriptor element = new ElementDescriptor(xmlName,
uiName
, tooltip, sdkUrl,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java
75
"Menu", //
uiName
,
86
"Item", //
uiName
,
94
"Group", //
uiName
,
102
"Sub-Menu", //
uiName
,
112
"Item", //
uiName
,
120
"Group", //
uiName
,
139
String xmlName, String
uiName
, String sdkUrl,
143
ElementDescriptor element = new ElementDescriptor(xmlName,
uiName
, null, sdkUrl,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/uimodel/
UiViewElementNode.java
141
String
uiName
= desc.getUiName();
143
if (
uiName
.equals(LINEAR_LAYOUT)) {
149
} else if (
uiName
.equals(VIEW_TAG)) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java
184
"Action Key", //
uiName
193
"Searchable", //
uiName
215
"AppWidget Provider", //
uiName
229
String xmlName, String
uiName
, String sdkUrl,
233
ElementDescriptor element = new ElementDescriptor(xmlName,
uiName
, null, sdkUrl,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
296
String
uiName
= mDescriptor.getUiName();
301
if (SdkConstants.VIEW_TAG.equals(
uiName
) && mXmlNode instanceof Element) {
305
uiName
= cls.substring(cls.lastIndexOf('.') + 1);
314
if (attr.toLowerCase(Locale.US).indexOf(
uiName
.toLowerCase(Locale.US)) == -1) {
316
styledString.append(String.format(" (%1$s)",
uiName
),
324
styledString.append(
uiName
);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java
228
String
uiName
= xmlName;
300
uiName
,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java
348
String
uiName
= getUiName(xmlName);
350
ElementDescriptor element = new ManifestElementDescriptor(xmlName,
uiName
, null, sdkUrl,