Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java357 final int touchedItem = getDayAtLocation(x, y); in onTouchEvent()
371 final int clickedDay = getDayAtLocation(x, y); in onTouchEvent()
948 private int getDayAtLocation(int x, int y) { in getDayAtLocation() method in SimpleMonthView
1043 final int dayUnderPointer = getDayAtLocation(x, y); in onResolvePointerIcon()
1066 final int day = getDayAtLocation((int) (x + 0.5f), (int) (y + 0.5f)); in getVirtualViewAt()