Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSlidingDrawer.java116 private int mHandleHeight; field in SlidingDrawer
365 mHandleHeight = handle.getHeight(); in onLayout()
467 mHandleHeight - mTapThreshold) : in onTouchEvent()
515 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
566 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth); in prepareTracking()
592 mHandleHeight - handle.getTop()); in moveHandle()
599 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) { in moveHandle()
600 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top; in moveHandle()
659 final int childHeight = mHandleHeight; in prepareContent()
DEditor.java3757 private final int mHandleHeight; field in Editor.TextActionModeCallback
3769 mHandleHeight = Math.max( in TextActionModeCallback()
3776 mHandleHeight = mSelectHandleCenter.getMinimumHeight(); in TextActionModeCallback()
3778 mHandleHeight = 0; in TextActionModeCallback()
4003 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4014 + mHandleHeight); in onGetContentRect()
4025 layout.getLineTop(line + 1) + mHandleHeight); in onGetContentRect()