Searched refs:mHandleWidth (Results 1 – 2 of 2) sorted by relevance
121 private int mHandleWidth; field in SlidingDrawer373 mHandleWidth = handle.getWidth(); in onLayout()477 mHandleWidth - mTapThreshold)) { in onTouchEvent()522 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&574 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth); in prepareTracking()630 mHandleWidth - handle.getLeft()); in moveHandle()637 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) { in moveHandle()638 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left; in moveHandle()
73102 Landroid/widget/SlidingDrawer;->mHandleWidth:I