HomeSort by relevance Sort by last modified time
    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 697 public void setTagToCellInfoForPoint(int touchX, int touchY) {
766 setTagToCellInfoForPoint((int) ev.getX(), (int) ev.getY());
    [all...]

Completed in 53 milliseconds