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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java119 private int mHandleWidth; field in class:SlidingDrawer
368 mHandleWidth = handle.getWidth();
472 mHandleWidth - mTapThreshold)) {
516 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
567 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
623 mHandleWidth - handle.getLeft());
630 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) {
631 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left;

Completed in 77 milliseconds