Searched refs:SelectionHandles (Results 1 - 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DSelectionItem.java54 private SelectionHandles mHandles;
226 * Returns the {@link SelectionHandles} for this {@link SelectionItem}. Never null.
228 * @return the {@link SelectionHandles} for this {@link SelectionItem}, never null
231 public SelectionHandles getSelectionHandles() {
233 mHandles = new SelectionHandles(this);
H A DSelectionHandles.java31 * The {@link SelectionHandles} of a {@link SelectionItem} are the set of
35 public class SelectionHandles implements Iterable<SelectionHandle> { class in inherits:Iterable
40 * Constructs a new {@link SelectionHandles} object for the given {link
42 * @param item the item to create {@link SelectionHandles} for
44 public SelectionHandles(SelectionItem item) { method in class:SelectionHandles
51 * Find a specific {@link SelectionHandle} from this set of {@link SelectionHandles},
H A DSelectionManager.java1115 SelectionHandles handles = item.getSelectionHandles();

Completed in 44 milliseconds