Home
last modified time | relevance | path

Searched refs:setTagToCellInfoForPoint (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java711 public void setTagToCellInfoForPoint(int touchX, int touchY) { in setTagToCellInfoForPoint() method in CellLayout
780 setTagToCellInfoForPoint((int) ev.getX(), (int) ev.getY()); in onInterceptTouchEvent()