OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uiNode
(Results
1 - 17
of
17
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/
MockNodeProxy.java
64
UiViewElementNode
uiNode
= new UiViewElementNode(desc);
65
return
uiNode
;
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutMetadataTest.java
50
UiElementNode
uiNode
= pair.getSecond();
51
Node node =
uiNode
.getXmlNode();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
CopyCutAction.java
120
for (UiElementNode
uiNode
: mUiNodes) {
122
Node xml_node =
uiNode
.getXmlNode();
140
nodesToCut.add(
uiNode
);
146
uiNode
.getBreadcrumbTrailDescription(true));
148
} // for
uiNode
155
for (UiElementNode
uiNode
: nodesToCut) {
156
uiNode
.deleteXmlNode();
UiTreeBlock.java
519
for (UiElementNode
uiNode
: selected) {
520
if (
uiNode
.getXmlNode() != null) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java
145
UiElementNode
uiNode
= getUiParent();
146
AndroidXmlEditor editor =
uiNode
.getEditor();
UiListAttributeNode.java
159
UiElementNode
uiNode
= getUiParent();
160
AndroidXmlEditor editor =
uiNode
.getEditor();
UiResourceAttributeNode.java
158
UiElementNode
uiNode
= getUiParent();
159
AndroidXmlEditor editor =
uiNode
.getEditor();
UiElementNode.java
207
UiAttributeNode
uiNode
= desc.createUiNode(this);
208
if (
uiNode
!= null) { // Some AttributeDescriptors do not have UI associated
209
mUiAttributes.put(desc,
uiNode
);
366
for (UiElementNode
uiNode
= getUiParent();
367
uiNode
!= null;
368
uiNode
=
uiNode
.getUiParent()) {
369
if (!includeRoot &&
uiNode
.getUiParent() == null) {
372
sb.insert(0, String.format("%1$s > ",
uiNode
.getShortDescription())); //$NON-NLS-1$
767
UiElementNode
uiNode
= this
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
UiElementPullParser.java
148
// get the current
uiNode
149
UiElementNode
uiNode
= getCurrentNode();
152
Node xmlNode =
uiNode
.getXmlNode();
360
// get the current
uiNode
361
UiElementNode
uiNode
= getCurrentNode();
364
Node xmlNode =
uiNode
.getXmlNode();
ProjectCallback.java
581
UiViewElementNode
uiNode
= (UiViewElementNode) adapterCookie;
582
AdapterBinding binding = LayoutMetadata.getNodeBinding(viewObject,
uiNode
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java
246
UiElementNode
uiNode
= getUiParent();
247
AndroidXmlEditor editor =
uiNode
.getEditor();
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderService.java
556
UiViewElementNode
uiNode
= (UiViewElementNode) info.getCookie();
557
NodeProxy node = mNodeFactory.create(
uiNode
);
CanvasViewInfo.java
513
UiViewElementNode
uiNode
= getUiViewNode();
515
String fqcn = SimpleXmlTransfer.getFqcn(
uiNode
.getDescriptor());
520
UiElementNode uiParent =
uiNode
.getUiParent();
530
for (UiAttributeNode attr :
uiNode
.getAllUiAttributes()) {
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
NodeProxy.java
73
* @param
uiNode
The node to wrap.
81
/*package*/ NodeProxy(UiViewElementNode
uiNode
, Rectangle bounds, NodeFactory factory) {
82
mNode =
uiNode
;
362
UiElementNode
uiNode
= mNode;
378
if (
uiNode
.getXmlNode() != null) {
379
Node xmlNode =
uiNode
.getXmlNode();
395
UiElementNode
uiNode
= mNode;
401
for (AttributeDescriptor desc :
uiNode
.getAttributeDescriptors()) {
440
UiElementNode
uiNode
= mNode;
442
if (
uiNode
.getXmlNode() != null)
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java
159
UiViewElementNode
uiNode
= infos.get(0).getUiViewNode();
160
if (
uiNode
!= null) {
161
Node xmlNode =
uiNode
.getXmlNode();
VisualRefactoring.java
201
UiViewElementNode
uiNode
= viewInfo.getUiViewNode();
202
if (
uiNode
== null) {
205
Node xmlNode =
uiNode
.getXmlNode();
674
UiViewElementNode
uiNode
= viewInfo.getUiViewNode();
675
if (
uiNode
== null) {
678
Node xmlNode =
uiNode
.getXmlNode();
[
all
...]
/prebuilts/devtools/tools/lib/
uiautomatorviewer.jar
Completed in 347 milliseconds