Searched refs:mHandleWidth (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java115 private int mHandleWidth; field in class:SlidingDrawer
344 mHandleWidth = handle.getWidth();
448 mHandleWidth - mTapThreshold)) {
492 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
543 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
599 mHandleWidth - handle.getLeft());
606 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) {
607 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left;

Completed in 60 milliseconds