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

/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java116 private int mHandleHeight; field in class:SlidingDrawer
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;
H A DEditor.java3757 private final int mHandleHeight; field in class:Editor.TextActionModeCallback
3769 mHandleHeight = Math.max(
3776 mHandleHeight = mSelectHandleCenter.getMinimumHeight();
3778 mHandleHeight = 0;
4003 mSelectionBounds.bottom += mHandleHeight;
4014 + mHandleHeight);
4025 layout.getLineTop(line + 1) + mHandleHeight);

Completed in 99 milliseconds