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

/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DMonthView.java267 final int day = getDayFromLocation(event.getX(), event.getY());
533 public int getDayFromLocation(float x, float y) { method in class:MonthView
722 final int day = getDayFromLocation(x, y);
/frameworks/base/core/java/android/widget/
H A DCalendarViewLegacyDelegate.java1124 if (!weekView.getDayFromLocation(event.getX(), mTempDate)) {
1343 public boolean getDayFromLocation(float x, Calendar outCalendar) { method in class:CalendarViewLegacyDelegate.WeekView

Completed in 469 milliseconds