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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java120 private int mHandleHeight; field in class:SlidingDrawer
349 mHandleHeight = handle.getHeight();
451 mHandleHeight - mTapThreshold) :
498 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
549 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
575 mHandleHeight - handle.getTop());
582 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
583 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
642 final int childHeight = mHandleHeight;

Completed in 57 milliseconds