Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DNumberPicker.java481 private int mTopSelectionDividerTop; field in NumberPicker
840 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 …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt82875 Landroid/widget/NumberPicker;->mTopSelectionDividerTop:I