Searched refs:getDecoratedMeasuredWidth (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DOrientationHelper.java276 return mLayoutManager.getDecoratedMeasuredWidth(view) + params.leftMargin
382 return mLayoutManager.getDecoratedMeasuredWidth(view) + params.leftMargin
H A DRecyclerView.java8597 public int getDecoratedMeasuredWidth(View child) { method in class:RecyclerView.LayoutManager
8633 * <li>{@link #getDecoratedMeasuredWidth(View)}</li>
8668 * <li>{@link #getDecoratedMeasuredWidth(View)}</li>
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DOrientationHelper.java283 return mLayoutManager.getDecoratedMeasuredWidth(view) + params.leftMargin
389 return mLayoutManager.getDecoratedMeasuredWidth(view) + params.leftMargin
H A DRecyclerView.java9188 public int getDecoratedMeasuredWidth(@NonNull View child) { method in class:RecyclerView.LayoutManager
9224 * <li>{@link #getDecoratedMeasuredWidth(View)}</li>
9259 * <li>{@link #getDecoratedMeasuredWidth(View)}</li>
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DGridLayoutManagerSnappingTest.java206 mGlm.getDecoratedMeasuredWidth(view) / 2, 1);
H A DBaseRecyclerViewInstrumentationTest.java664 layoutDecorated(view, getWidth() - getDecoratedMeasuredWidth(view), top,
667 layoutDecorated(view, 0, top, getDecoratedMeasuredWidth(view)
H A DRecyclerViewLayoutTest.java846 layoutDecorated(view, 0, child0.getBottom(), getDecoratedMeasuredWidth(view),
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1277 return getDecoratedMeasuredWidth(v) + lp.leftMargin + lp.rightMargin;

Completed in 97 milliseconds