OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelectionHandles
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionItem.java
54
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);
SelectionHandles.java
31
* The {@link
SelectionHandles
} of a {@link SelectionItem} are the set of
35
public class
SelectionHandles
implements Iterable<SelectionHandle> {
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) {
51
* Find a specific {@link SelectionHandle} from this set of {@link
SelectionHandles
},
SelectionManager.java
[
all
...]
Completed in 157 milliseconds