Searched refs:getDecoratedTop (Results 1 - 16 of 16) sorted by relevance

/frameworks/support/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DRecyclerViewActivity.java157 final int hangingTop = Math.max(-getDecoratedTop(topView), 0);
166 final int bottom = getDecoratedTop(topView);
216 final int bottom = getDecoratedTop(getChildAt(0));
258 getDecoratedTop(v) <= parentHeight)) {
/frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/widget/
H A DRecyclerViewActivity.java157 final int hangingTop = Math.max(-getDecoratedTop(topView), 0);
166 final int bottom = getDecoratedTop(topView);
216 final int bottom = getDecoratedTop(getChildAt(0));
258 getDecoratedTop(v) <= parentHeight)) {
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DGridLayoutManagerNoOpUpdateTest.java115 layoutManager.getDecoratedTop(child) - lp.topMargin,
H A DGridLayoutManagerSnappingTest.java210 mGlm.getDecoratedTop(view) +
H A DBaseLinearLayoutManagerTest.java147 mLayoutManager.getDecoratedTop(vh.itemView));
H A DBaseWrapContentTest.java457 layoutManager.getDecoratedTop(child) - lp.topMargin,
H A DStaggeredGridLayoutManagerTest.java969 mLayoutManager.getDecoratedTop(vh.itemView));
/frameworks/base/core/java/com/android/internal/widget/
H A DLinearSmoothScroller.java308 final int top = layoutManager.getDecoratedTop(view) - params.topMargin;
H A DOrientationHelper.java397 return mLayoutManager.getDecoratedTop(view) - params.topMargin;
H A DRecyclerView.java8630 * <li>{@link #getDecoratedTop(View)}</li>
8665 * <li>{@link #getDecoratedTop(View)}</li>
8758 public int getDecoratedTop(View child) { method in class:RecyclerView.LayoutManager
8820 * @see #getDecoratedTop(View)
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DLinearSmoothScroller.java309 final int top = layoutManager.getDecoratedTop(view) - params.topMargin;
H A DOrientationHelper.java404 return mLayoutManager.getDecoratedTop(view) - params.topMargin;
H A DItemTouchHelper.java1945 final int minTop = layoutManager.getDecoratedTop(target.itemView);
H A DRecyclerView.java7336 return LayoutManager.this.getDecoratedTop(view) - params.topMargin;
9221 * <li>{@link #getDecoratedTop(View)}</li>
9256 * <li>{@link #getDecoratedTop(View)}</li>
9350 public int getDecoratedTop(@NonNull View child) { method in class:RecyclerView.LayoutManager
9412 * @see #getDecoratedTop(View)
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java1912 final int minTop = layoutManager.getDecoratedTop(target.itemView);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DGridLayoutManager.java1109 public int getDecoratedTop(View child) { method in class:GridLayoutManager
1110 return super.getDecoratedTop(child) + ((LayoutParams) child.getLayoutParams()).mTopInset;

Completed in 227 milliseconds