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