Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSlidingDrawer.java120 private int mHandleHeight; field in SlidingDrawer
372 mHandleHeight = handle.getHeight(); in onLayout()
474 mHandleHeight - mTapThreshold) : in onTouchEvent()
522 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
574 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth); in prepareTracking()
600 mHandleHeight - handle.getTop()); in moveHandle()
607 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) { in moveHandle()
608 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top; in moveHandle()
668 final int childHeight = mHandleHeight; in prepareContent()
DEditor.java4617 private final int mHandleHeight; field in Editor.TextActionModeCallback
4632 mHandleHeight = Math.max( in TextActionModeCallback()
4639 mHandleHeight = mSelectHandleCenter.getMinimumHeight(); in TextActionModeCallback()
4641 mHandleHeight = 0; in TextActionModeCallback()
4829 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4839 layout.getLineBottom(line) + mHandleHeight); in onGetContentRect()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66515 Landroid/widget/Editor$TextActionModeCallback;->mHandleHeight:I
69134 Landroid/widget/SlidingDrawer;->mHandleHeight:I