OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uiChild
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ClipboardSupport.java
376
UiElementNode
uiChild
= uiParent.appendNewUiChild(childDesc);
380
uiChild
.setAttributeValue(
391
uiChild
, false /*updateLayout*/);
393
uiChild
.createXmlNode();
397
addChild(
uiChild
, grandChildElement);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
801
for (UiElementNode
uiChild
: mUiChildren) {
802
UiElementNode found =
uiChild
.findXmlNode(xmlNode);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
196
for (UiElementNode
uiChild
: uiChildren) {
197
if (
uiChild
instanceof UiViewElementNode) {
198
nodes.add(mFactory.create((UiViewElementNode)
uiChild
));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiActions.java
578
UiElementNode
uiChild
= uiChildren.get(i);
579
if (
uiChild
.getDescriptor().getMandatory() == Mandatory.MANDATORY_LAST) {
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java
[
all
...]
Completed in 215 milliseconds