Searched refs:mTopOffset (Results 1 – 2 of 2) sorted by relevance
119 private int mTopOffset; field in SlidingDrawer328 isVertical ? handle.getTop() - mTopOffset : 0); in dispatchDraw()366 content.layout(mTopOffset + childWidth, 0, in onLayout()605 if (position < mTopOffset) { in moveHandle()606 deltaY = mTopOffset - top; in moveHandle()635 if (position < mTopOffset) { in moveHandle()636 deltaX = mTopOffset - left; in moveHandle()669 int height = mBottom - mTop - childHeight - mTopOffset; in prepareContent()676 int width = mRight - mLeft - childWidth - mTopOffset; in prepareContent()679 content.layout(childWidth + mTopOffset, 0, in prepareContent()[all …]
104 private int mTopOffset; field in ResolverDrawerLayout624 mTopOffset += dy;1035 mTopOffset = 0;1037 mTopOffset = Math.max(0, heightSize - heightUsed) + (int) mCollapseOffset;1068 int ypos = mTopOffset;