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

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java485 int row = findClosestRow(previouslyFocusedRect);
490 int row = findClosestRow(previouslyFocusedRect) + 1;
517 private int findClosestRow(@Nullable Rect previouslyFocusedRect) { method in class:SimpleMonthView

Completed in 1791 milliseconds