Searched refs:Reference (Results 1 – 15 of 15) sorted by relevance
6 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;36 final List<Reference> includedBy = finder.getIncludedBy(file); in addMenuItems()39 for (final Reference reference : includedBy) { in addMenuItems()58 private Reference mReference;60 public ShowWithinAction(String title, Reference reference) { in ShowWithinAction()67 Reference within = mEditorDelegate.getGraphicalEditor().getIncludedWithin(); in isChecked()
167 public List<Reference> getIncludedBy(IResource included) { in getIncludedBy()179 List<Reference> references = new ArrayList<Reference>(result.size()); in getIncludedBy()181 references.add(new Reference(mProject, s)); in getIncludedBy()922 public static class Reference { class in IncludeFinder934 private Reference(IProject project, String id) { in Reference() method in IncludeFinder.Reference1018 Reference other = (Reference) obj; in equals()1041 public static Reference create(IFile file) { in create()1042 return new Reference(file.getProject(), getMapKey(file)); in create()1066 Reference self = Reference.create(layout); in getInvalidIncludes()1069 LinkedList<Reference> queue = new LinkedList<Reference>(); in getInvalidIncludes()[all …]
50 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;107 private Reference mIncludedWithin;392 public RenderService setIncludedWithin(Reference includedWithin) { in setIncludedWithin()
49 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;171 private @Nullable Reference mIncludedWithin;481 public void setIncludedWithin(Reference includedWithin) { in setIncludedWithin()
34 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;1172 Reference next = Reference.create(graphicalEditor.getEditedFile()); in showInclude()
83 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;276 private Reference mIncludedWithin;891 public Reference getIncludedWithin() { in getIncludedWithin()1156 mIncludedWithin = (Reference) mEditedFile.getSessionProperty(NAME_INCLUDE); in openFile()2823 public void showIn(Reference includeWithin) { in showIn()
49 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;1048 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile()); in addIncludedInPreviews()1056 for (final Reference reference : includedBy) { in addIncludedInPreviews()
48 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;936 Reference includedWithin = mGraphicalEditorPart.getIncludedWithin(); in update()
3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection a…4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selectio…5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selecti…
67 android:editorExtras : Reference to an "input-extras" XML resource containing additional data to s…68 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selectio…69 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selecti…70 android:textSelectHandle : Reference to a drawable that will be used to display a text selection a…76 android:textCursorDrawable : Reference to a drawable that will be drawn under the insertion cursor…
79 android:editorExtras : Reference to an "input-extras" XML resource containing additional data to s…84 android:entries : Reference to an array resource that will populate the Spinner. [reference]201 android:popupPromptView : Reference to a layout to use for displaying a prompt in the dropdown for…277 android:textCursorDrawable : Reference to a drawable that will be drawn under the insertion cursor…289 android:textSelectHandle : Reference to a drawable that will be used to display a text selection a…290 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selectio…291 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selecti…
22 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;108 Reference getIncludedWithin(); in getIncludedWithin()
36 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;186 final List<Reference> includedBy = finder.getIncludedBy(chooser.getEditedFile()); in show()
57 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.IncludeFinder.Reference;1972 Reference includedWithin = mClient.getIncludedWithin(); in getPreferredActivity()