Searched refs:getDayAtLocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java355 final int touchedItem = getDayAtLocation(x, y);
369 final int clickedDay = getDayAtLocation(x, y);
941 private int getDayAtLocation(int x, int y) { method in class:SimpleMonthView
1044 final int day = getDayAtLocation((int) (x + 0.5f), (int) (y + 0.5f));

Completed in 49 milliseconds