Searched refs:mHandleHeight (Results 1 – 2 of 2) sorted by relevance
116 private int mHandleHeight; field in SlidingDrawer365 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()
3757 private final int mHandleHeight; field in Editor.TextActionModeCallback3769 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()