Searched refs:updateLayoutState (Results 1 – 2 of 2) sorted by relevance
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | LinearLayoutManager.java | 1141 private void updateLayoutState(int layoutDirection, int requiredSpace, in updateLayoutState() method 1191 updateLayoutState(layoutDirection, absDy, true, state); in scrollBy() 1803 updateLayoutState(layoutDir, maxScroll, false, state); in onFocusSearchFailed()
|
D | StaggeredGridLayoutManager.java | 653 updateLayoutState(anchorInfo.mPosition, state); 1395 private void updateLayoutState(int anchorPosition, RecyclerView.State state) { 2062 updateLayoutState(referenceChildPosition, state); 2191 updateLayoutState(referenceChildPosition, state);
|