Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A 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()
H A DEditor.java4169 private final int mHandleHeight; field in Editor.TextActionModeCallback
4185 mHandleHeight = Math.max( in TextActionModeCallback()
4192 mHandleHeight = mSelectHandleCenter.getMinimumHeight(); in TextActionModeCallback()
4194 mHandleHeight = 0; in TextActionModeCallback()
4497 mSelectionBounds.bottom += mHandleHeight; in onGetContentRect()
4508 layout.getLineBottom(line) + mHandleHeight); in onGetContentRect()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70481 Landroid/widget/Editor$TextActionModeCallback;->mHandleHeight:I
73100 Landroid/widget/SlidingDrawer;->mHandleHeight:I