Searched refs:mTopSelectionDividerTop (Results 1 – 2 of 2) sorted by relevance
481 private int mTopSelectionDividerTop; field in NumberPicker840 mTopSelectionDividerTop = (getHeight() - mSelectionDividersDistance) / 2 in onLayout()842 mBottomSelectionDividerBottom = mTopSelectionDividerTop + 2 * mSelectionDividerHeight in onLayout()908 if (mLastDownEventY < mTopSelectionDividerTop) { in onInterceptTouchEvent()930 } else if (mLastDownEventY < mTopSelectionDividerTop) { in onInterceptTouchEvent()1087 if (eventY < mTopSelectionDividerTop) { in dispatchHoverEvent()1659 mVirtualButtonPressedDrawable.setBounds(0, 0, mRight, mTopSelectionDividerTop); in onDraw()1690 int topOfTopDivider = mTopSelectionDividerTop; in onDraw()2326 invalidate(0, 0, mRight, mTopSelectionDividerTop); in cancel()2355 invalidate(0, 0, mRight, mTopSelectionDividerTop); in run()[all …]
82875 Landroid/widget/NumberPicker;->mTopSelectionDividerTop:I