Searched refs:mTopSelectionDividerTop (Results 1 – 2 of 2) sorted by relevance
481 private int mTopSelectionDividerTop; field in NumberPicker839 mTopSelectionDividerTop = (getHeight() - mSelectionDividersDistance) / 2 in onLayout()907 if (mLastDownEventY < mTopSelectionDividerTop) { in onInterceptTouchEvent()929 } else if (mLastDownEventY < mTopSelectionDividerTop) { in onInterceptTouchEvent()1087 if (eventY < mTopSelectionDividerTop) { in dispatchHoverEvent()1690 int topOfTopDivider = mTopSelectionDividerTop; in onDraw()2326 invalidate(0, 0, mRight, mTopSelectionDividerTop); in cancel()2355 invalidate(0, 0, mRight, mTopSelectionDividerTop); in run()2375 invalidate(0, 0, mRight, mTopSelectionDividerTop); in run()2497 mTopSelectionDividerTop + mSelectionDividerHeight); in createAccessibilityNodeInfo()[all …]
68446 Landroid/widget/NumberPicker;->mTopSelectionDividerTop:I