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