Home
last modified time | relevance | path

Searched defs:primary (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DDialerFilterRule.java49 INode primary = node.appendChild(FQCN_EDIT_TEXT); in onCreate() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyComposite.java40 public XmlPropertyComposite(XmlProperty primary, XmlProperty[] properties) { in XmlPropertyComposite()
DXmlPropertyEditor.java397 NodeProxy primary = canvas.getNodeFactory().create(xmlProperty.getNode()); in openDialog() local
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java346 IFile sourceFile, int begin, int end, Document document, Element primary) { in handleIncludingFile()
428 Element primary = getPrimaryElement(); in getInitialName() local
DWrapInRefactoring.java236 Element primary = getPrimaryElement(); in computeChanges() local
410 Element primary = getPrimaryElement(); in getOldType() local
DChangeLayoutRefactoring.java633 Element primary = getPrimaryElement(); in getOldType() local
DVisualRefactoring.java408 Element primary = getPrimaryElement(); in getRootId() local
534 protected String stripTopLayoutAttributes(Element primary, int start, String xml) { in stripTopLayoutAttributes()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DSelectionItem.java186 @Nullable SelectionItem primary) { in getAsElements()
DSelectionManager.java1131 NodeProxy primary = selections.get(0).getNode(); in performDefaultAction() local
1186 NodeProxy primary = selections.get(0).getNode(); in performRename() local
1204 final @NonNull INode primary, in performRename()
DSimpleElement.java165 static SimpleElement findPrimary(SimpleElement[] elements, SelectionItem primary) { in findPrimary()
DGestureManager.java747 SelectionItem primary = null; in dragStart() local