Searched refs:mHandleHeight (Results 1 – 3 of 3) sorted by relevance
120 private int mHandleHeight; field in SlidingDrawer372 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()
3926 private final int mHandleHeight; field in Editor.TextActionModeCallback3940 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()
81587 Landroid/widget/Editor$TextActionModeCallback;->mHandleHeight:I84206 Landroid/widget/SlidingDrawer;->mHandleHeight:I