Searched refs:absOffset (Results 1 – 2 of 2) sorted by relevance
121 final int absOffset = Math.abs(offset); in offsetTopAndBottom() local124 currentTop - absOffset, in offsetTopAndBottom()126 currentTop + view.getHeight() + absOffset); in offsetTopAndBottom()141 final int absOffset = Math.abs(offset); in offsetLeftAndRight() local143 currentLeft - absOffset, in offsetLeftAndRight()145 currentLeft + view.getWidth() + absOffset, in offsetLeftAndRight()
1148 final int absOffset = Math.abs(offset); in interpolateOffset() local1155 if (absOffset >= child.getTop() && absOffset <= child.getBottom()) { in interpolateOffset()1176 final int offsetForView = absOffset - child.getTop(); in interpolateOffset()1222 final int absOffset = Math.abs(offset); in getAppBarChildOnOffset() local1225 if (absOffset >= child.getTop() && absOffset <= child.getBottom()) { in getAppBarChildOnOffset()