Searched refs:mBottomOffset (Results 1 – 2 of 2) sorted by relevance
117 private int mBottomOffset; field in SlidingDrawer226 mBottomOffset = (int) a.getDimension(R.styleable.SlidingDrawer_bottomOffset, 0.0f); in SlidingDrawer()358 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset; in onLayout()363 childLeft = mExpanded ? mTopOffset : width - childWidth + mBottomOffset; in onLayout()473 (!mExpanded && top > mBottomOffset + mBottom - mTop - in onTouchEvent()476 (!mExpanded && left > mBottomOffset + mRight - mLeft - in onTouchEvent()573 mAnimationPosition = mBottomOffset + in prepareTracking()599 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop - in moveHandle()607 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) { in moveHandle()608 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top; in moveHandle()[all …]
84199 Landroid/widget/SlidingDrawer;->mBottomOffset:I