Searched refs:proxy (Results 1 – 6 of 6) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeFactory.java | 72 NodeProxy proxy = mNodeMap.get(uiNode); in create() local 74 if (proxy == null) { in create() 76 proxy = new NodeProxy(uiNode, bounds, this); in create() 77 mNodeMap.put(uiNode, proxy); in create() 79 } else if (bounds != null && !SwtUtils.equals(proxy.getBounds(), bounds)) { in create() 81 proxy.setBounds(bounds); in create() 84 return proxy; in create()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeFactoryTest.java | 54 NodeProxy proxy = m.create(cvi); in testCreateCanvasViewInfo() local 57 assertNotNull(proxy); in testCreateCanvasViewInfo() 58 assertSame(uiv, proxy.getNode()); in testCreateCanvasViewInfo() 61 INode inode = proxy; in testCreateCanvasViewInfo() 75 NodeProxy proxy = m.create(uiv); in testCreateUiViewElementNode() local 78 assertNotNull(proxy); in testCreateUiViewElementNode() 79 assertSame(uiv, proxy.getNode()); in testCreateUiViewElementNode() 82 INode inode = proxy; in testCreateUiViewElementNode()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | ViewHierarchy.java | 606 public CanvasViewInfo findViewInfoFor(@Nullable NodeProxy proxy) { in findViewInfoFor() argument 607 if (proxy == null) { in findViewInfoFor() 610 return mNodeToView.get(proxy.getNode()); in findViewInfoFor()
|
/sdk/eclipse/ |
D | dictionary.txt | 230 proxy
|
/sdk/ |
D | changes.txt | 145 - Support https proxy when installing from SDK Manager.
|
/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …=c(a[f],f,d),e!=null&&(g[g.length]=e);return g.concat.apply([],g)},guid:1,proxy:function(a,c){var …
|