Home
last modified time | relevance | path

Searched refs:mTopSelectionDividerTop (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/core/java/android/widget/
H A DNumberPicker.java481 private int mTopSelectionDividerTop; field in NumberPicker
839 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 …]
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt68446 Landroid/widget/NumberPicker;->mTopSelectionDividerTop:I