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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DLinearLayoutManagerWrapContentTest.java169 protected int getHorizontalGravity(RecyclerView.LayoutManager layoutManager) { method in class:LinearLayoutManagerWrapContentTest
H A DStaggeredGridLayoutManagerWrapContentTest.java158 protected int getHorizontalGravity(RecyclerView.LayoutManager layoutManager) { method in class:StaggeredGridLayoutManagerWrapContentTest
H A DGridLayoutManagerWrapContentTest.java227 protected int getHorizontalGravity(RecyclerView.LayoutManager layoutManager) { method in class:GridLayoutManagerWrapContentTest
H A DBaseWrapContentTest.java229 abstract protected int getHorizontalGravity(RecyclerView.LayoutManager layoutManager); method in class:BaseWrapContentTest
233 getHorizontalGravity(mLayoutManager), getVerticalGravity(mLayoutManager));
/frameworks/base/core/java/android/widget/
H A DEditor.java4512 mHorizontalGravity = getHorizontalGravity(isRtlCharAtOffset);
4525 protected abstract int getHorizontalGravity(boolean isRtlRun); method in class:Editor.HandleView
5090 protected int getHorizontalGravity(boolean isRtlRun) { method in class:Editor.InsertionHandleView
5266 protected int getHorizontalGravity(boolean isRtlRun) { method in class:Editor.SelectionHandleView

Completed in 118 milliseconds