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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerWrapContentTest.java158 protected int getVerticalGravity(RecyclerView.LayoutManager layoutManager) { method in class:LinearLayoutManagerWrapContentTest
H A DStaggeredGridLayoutManagerWrapContentTest.java150 protected int getVerticalGravity(RecyclerView.LayoutManager layoutManager) { method in class:StaggeredGridLayoutManagerWrapContentTest
H A DGridLayoutManagerWrapContentTest.java218 protected int getVerticalGravity(RecyclerView.LayoutManager layoutManager) { method in class:GridLayoutManagerWrapContentTest
H A DBaseWrapContentTest.java224 abstract protected int getVerticalGravity(RecyclerView.LayoutManager layoutManager); method in class:BaseWrapContentTest
230 getHorizontalGravity(mLayoutManager), getVerticalGravity(mLayoutManager));

Completed in 81 milliseconds