Searched refs:scrollAxisValue (Results 1 – 5 of 5) sorted by relevance
63 final float scrollAxisValue = 1000f; in updateValue_updatesTextWithScrollValue() local65 scrollAxisValue * mScaledVerticalScrollFactor); in updateValue_updatesTextWithScrollValue()67 mRotaryInputValueView.updateValue(scrollAxisValue); in updateValue_updatesTextWithScrollValue()
54 final float scrollAxisValue = 1000f; in addValue_translatesRotaryInputGraphViewWithHighScrollValue() local57 mRotaryInputGraphView.addValue(scrollAxisValue, eventTime); in addValue_translatesRotaryInputGraphViewWithHighScrollValue()
89 private MotionEvent createRotaryMotionEvent(float scrollAxisValue, long eventTime) { in createRotaryMotionEvent() argument91 pointerCoords.setAxisValue(MotionEvent.AXIS_SCROLL, scrollAxisValue); in createRotaryMotionEvent()
102 public void addValue(float scrollAxisValue, long eventTime) { in addValue() argument117 final float displacement = scrollAxisValue * mScaledVerticalScrollFactor; in addValue()
297 float scrollAxisValue = motionEvent.getAxisValue(MotionEvent.AXIS_SCROLL); in handleRotaryInput() local298 mRotaryInputValueView.updateValue(scrollAxisValue); in handleRotaryInput()299 mRotaryInputGraphView.addValue(scrollAxisValue, motionEvent.getEventTime()); in handleRotaryInput()