OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getLiveAttributes
(Results
1 - 5
of
5
) sorted by null
/sdk/rule_api/src/com/android/ide/common/api/
INode.java
220
* {@link #getStringAttr(String, String)} or {@link #
getLiveAttributes
()} instead.
253
public IAttribute[]
getLiveAttributes
();
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java
128
public IAttribute[]
getLiveAttributes
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/
DependencyGraph.java
91
for (IAttribute attribute : view.node.
getLiveAttributes
()) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
400
public IAttribute[]
getLiveAttributes
() {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
RelativeLayoutRule.java
272
for (IAttribute attribute : child.
getLiveAttributes
()) {
Completed in 74 milliseconds