Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSimpleMonthView.java497 final int col = findClosestColumn(previouslyFocusedRect); in onFocusChanged()
503 final int col = findClosestColumn(previouslyFocusedRect); in onFocusChanged()
549 private int findClosestColumn(@Nullable Rect previouslyFocusedRect) { in findClosestColumn() method in SimpleMonthView