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

/frameworks/base/core/java/android/widget/
H A DSimpleMonthView.java495 final int col = findClosestColumn(previouslyFocusedRect);
501 final int col = findClosestColumn(previouslyFocusedRect);
545 private int findClosestColumn(@Nullable Rect previouslyFocusedRect) { method in class:SimpleMonthView

Completed in 942 milliseconds