Searched refs:findClosestRow (Results 1 – 1 of 1) sorted by relevance
484 int row = findClosestRow(previouslyFocusedRect); in onFocusChanged()489 int row = findClosestRow(previouslyFocusedRect) + 1; in onFocusChanged()516 private int findClosestRow(@Nullable Rect previouslyFocusedRect) { in findClosestRow() method in SimpleMonthView