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.java3926 private final int mHandleHeight; field in Editor.TextActionModeCallback
3940 mHandleHeight = Math.max( in TextActionModeCallback()
3947 mHandleHeight = mSelectHandleCenter.getMinimumHeight(); in TextActionModeCallback()
3949 mHandleHeight = 0; in TextActionModeCallback()
4247 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4258 layout.getLineBottom(line) + mHandleHeight); in onGetContentRect()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81587 Landroid/widget/Editor$TextActionModeCallback;->mHandleHeight:I
84206 Landroid/widget/SlidingDrawer;->mHandleHeight:I