Searched defs:layout (Results 1 – 10 of 10) sorted by relevance
82 val layout: PrefetchLayoutManager in <lambda>() constant
77 private fun layout() { in layout() method
311 LinearLayoutManager layout = new LinearLayoutManager(activity.getBaseContext()); in arrangeWithXml() local
117 private void layout(int width, int height) { in layout() method in RecyclerViewCacheTest308 LinearLayoutManager layout = new LinearLayoutManager(getContext(), in prefetchAfterOrientationChange() local
65 private void layout() { in layout() method in RecyclerViewOnGenericMotionEventTest
100 private void layout() { in layout() method in RecyclerViewBasicTest
595 private fun layout(width: Int, height: Int) { in <lambda>() method in androidx.recyclerview.widget.ConcatAdapterTest
1020 public void transformedBoundingBoxTest(final ViewRunnable layout) throws Throwable { in transformedBoundingBoxTest()
86 final RecyclerView.LayoutManager layout = view.mLayout; in collectPrefetchPositionsFromView() local
1491 public void setLayoutManager(@Nullable LayoutManager layout) { in setLayoutManager()