OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAttributeSources
(Results
1 - 5
of
5
) sorted by null
/sdk/rule_api/src/com/android/ide/common/api/
INode.java
238
public List<String>
getAttributeSources
();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java
214
public List<String>
getAttributeSources
() {
224
* @see #
getAttributeSources
()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
391
public List<String>
getAttributeSources
() {
394
return ((ViewElementDescriptor) descriptor).
getAttributeSources
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java
191
public List<String>
getAttributeSources
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java
496
List<String> attributeSources = node.
getAttributeSources
();
[
all
...]
Completed in 97 milliseconds