OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setTagToCellInfoForPoint
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
711
public void
setTagToCellInfoForPoint
(int touchX, int touchY) {
780
setTagToCellInfoForPoint
((int) ev.getX(), (int) ev.getY());
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java
710
public void
setTagToCellInfoForPoint
(int touchX, int touchY) {
779
setTagToCellInfoForPoint
((int) ev.getX(), (int) ev.getY());
[
all
...]
Completed in 30 milliseconds