Lines Matching defs:offset

398             public View getChildAt(int offset) {
399 return RecyclerView.this.getChildAt(offset);
434 public void detachViewFromParent(int offset) {
435 final View view = getChildAt(offset);
449 RecyclerView.this.detachViewFromParent(offset);
1091 * <p>Compute the horizontal offset of the horizontal scrollbar's thumb within the horizontal
1104 * @return The horizontal offset of the scrollbar's thumb
1157 * <p>Compute the vertical offset of the vertical scrollbar's thumb within the vertical range.
1169 * @return The vertical offset of the scrollbar's thumb
2951 * @param dy Vertical pixel offset to apply to the bounds of all child views
2989 * @param dx Horizontal pixel offset to apply to the bounds of all child views
3539 + "position " + position + "(offset:" + offsetPosition + ")."
3652 + "position " + position + "(offset:" + offsetPosition + ")."
5678 * @param dx Pixels to offset by
5690 * @param dy Pixels to offset by
5964 * Returns the left edge of the given child view within its parent, offset by any applied
5976 * Returns the top edge of the given child view within its parent, offset by any applied
5988 * Returns the right edge of the given child view within its parent, offset by any applied
6000 * Returns the bottom edge of the given child view within its parent, offset by any applied
6349 * @return The horizontal offset of the scrollbar's thumb
6394 * @return The vertical offset of the scrollbar's thumb
6808 * An ItemDecoration allows the application to add a special drawing and layout offset
7087 void flagRemovedAndOffsetPosition(int mNewPosition, int offset, boolean applyToPreLayout) {
7089 offsetPosition(offset, applyToPreLayout);
7093 void offsetPosition(int offset, boolean applyToPreLayout) {
7101 mPreLayoutPosition += offset;
7103 mPosition += offset;