Searched defs:stopOnFocusable (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DLinearLayoutManager.java1256 * @param stopOnFocusable If true, filling stops in the first focusable new child
1260 RecyclerView.State state, boolean stopOnFocusable) {
1299 if (stopOnFocusable && layoutChunkResult.mFocusable) {
1259 fill(RecyclerView.Recycler recycler, LayoutState layoutState, RecyclerView.State state, boolean stopOnFocusable) argument

Completed in 114 milliseconds