HomeSort by relevance Sort by last modified time
    Searched defs:mHandleHeight (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 116 private int mHandleHeight;
365 mHandleHeight = handle.getHeight();
467 mHandleHeight - mTapThreshold) :
515 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
566 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
592 mHandleHeight - handle.getTop());
599 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
600 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top;
659 final int childHeight = mHandleHeight;
    [all...]
Editor.java     [all...]

Completed in 791 milliseconds