OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getDragRegion
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
DropTarget.java
91
res[0] = left + dragView.
getDragRegion
().width() / 2;
92
res[1] = top + dragView.
getDragRegion
().height() / 2;
DragView.java
180
public Rect
getDragRegion
() {
CellLayout.java
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
DragView.java
155
public Rect
getDragRegion
() {
Folder.java
659
res[0] = left + dragView.
getDragRegion
().width() / 2;
660
res[1] = top + dragView.
getDragRegion
().height() / 2;
[
all
...]
Workspace.java
[
all
...]
Completed in 117 milliseconds