OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:extraattribute
(Results
1 - 4
of
4
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java
77
null, //
extraAttribute
88
null, //
extraAttribute
96
null, //
extraAttribute
104
null, //
extraAttribute
114
null, //
extraAttribute
122
null, //
extraAttribute
140
AttributeDescriptor
extraAttribute
,
148
extraAttribute
);
158
AttributeDescriptor
extraAttribute
) {
172
if (
extraAttribute
!= null)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java
186
null, //
extraAttribute
195
xmlns, //
extraAttribute
217
xmlns, //
extraAttribute
230
AttributeDescriptor
extraAttribute
,
236
return updateElement(element, styleMap, styleName,
extraAttribute
);
246
AttributeDescriptor
extraAttribute
) {
260
if (
extraAttribute
!= null) {
261
descs.add(
extraAttribute
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimatorDescriptors.java
131
* @param
extraAttribute
an extra attribute to add to the attributes list, or null
141
AttributeDescriptor
extraAttribute
,
173
if (
extraAttribute
!= null) {
174
descs.add(
extraAttribute
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java
[
all
...]
Completed in 71 milliseconds