Searched defs:viewSize (Results 1 - 3 of 3) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java2043 * @param viewSize The total size of the View in scroll direction, excluding
2054 int viewSize, int viewSizeOutOfBounds,
2060 float outOfBoundsRatio = Math.min(1f, 1f * absOutOfBounds / viewSize);
2053 interpolateOutOfBoundsScroll(RecyclerView recyclerView, int viewSize, int viewSizeOutOfBounds, int totalSize, long msSinceStartScroll) argument
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1015 int viewSize = cellSize - getTotalMargin(c, horizontal);
1017 measureChildWithMargins2(c, widthSpec, heightSpec, viewSize, lp.height);
1019 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, viewSize);
2750 * @param viewSize the measured size of the view
2754 abstract int getAlignmentValue(View view, int viewSize, int mode); argument
2761 * The default implementation returns {@code viewSize}.
2764 * @param viewSize the measured size of the view
2768 int getSizeInCell(View view, int viewSize, int cellSize) { argument
2769 return viewSize;
2784 public int getAlignmentValue(View view, int viewSize, in
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java915 int viewSize = cellSize - getTotalMargin(c, horizontal);
917 measureChildWithMargins2(c, widthSpec, heightSpec, viewSize, lp.height);
919 measureChildWithMargins2(c, widthSpec, heightSpec, lp.width, viewSize);
2644 * @param viewSize the measured size of the view
2648 abstract int getAlignmentValue(View view, int viewSize, int mode); argument
2655 * The default implementation returns {@code viewSize}.
2658 * @param viewSize the measured size of the view
2662 int getSizeInCell(View view, int viewSize, int cellSize) { argument
2663 return viewSize;
2685 public int getAlignmentValue(View view, int viewSize, in
[all...]

Completed in 289 milliseconds