OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentSelection
(Results
1 - 5
of
5
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GlobalCanvasDragInfo.java
103
public SelectionItem[]
getCurrentSelection
() {
OutlineDropListener.java
194
SelectionItem[] sel = GlobalCanvasDragInfo.getInstance().
getCurrentSelection
();
MoveGesture.java
414
SelectionItem[] selection = dragInfo.
getCurrentSelection
();
652
SelectionItem[] selection = mGlobalDragInfo.
getCurrentSelection
();
/packages/apps/Gallery/src/com/android/camera/
ImageGallery.java
236
int currentSelection = mGvs.
getCurrentSelection
();
702
onImageClicked(mGvs.
getCurrentSelection
());
725
mGvs.invalidateImage(mGvs.
getCurrentSelection
());
761
if (mGvs.
getCurrentSelection
() != GridViewSpecial.INDEX_NONE) {
[
all
...]
GridViewSpecial.java
378
public int
getCurrentSelection
() {
[
all
...]
Completed in 265 milliseconds