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
373
UiElementNode
uiChild
= uiParent.appendNewUiChild(childDesc);
377
uiChild
.setAttributeValue(
388
uiChild
, false /*updateLayout*/);
390
uiChild
.createXmlNode();
394
addChild(
uiChild
, grandChildElement);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java
796
for (UiElementNode
uiChild
: mUiChildren) {
797
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
187
for (UiElementNode
uiChild
: mNode.getUiChildren()) {
188
if (
uiChild
instanceof UiViewElementNode) {
189
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
574
UiElementNode
uiChild
= uiChildren.get(i);
575
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 26 milliseconds