Searched refs:getDayAtLocation (Results 1 – 1 of 1) sorted by relevance
366 final int touchedItem = getDayAtLocation(x, y); in onTouchEvent()380 final int clickedDay = getDayAtLocation(x, y); in onTouchEvent()957 private int getDayAtLocation(int x, int y) { in getDayAtLocation() method in SimpleMonthView1055 final int dayUnderPointer = getDayAtLocation(x, y); in onResolvePointerIcon()1082 final int day = getDayAtLocation((int) (x + 0.5f), (int) (y + 0.5f)); in getVirtualViewAt()