Searched refs:getHalfVirtualViewWidth (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/widget/
H A DLabeledSeekBar.java193 private int getHalfVirtualViewWidth() { method in class:LabeledSeekBar.LabeledSeekBarExploreByTouchHelper
202 ((int) x - LabeledSeekBar.this.getPaddingStart()) / getHalfVirtualViewWidth());
211 int left = (updatedVirtualViewId * 2 - 1) * getHalfVirtualViewWidth()
213 int right = (updatedVirtualViewId * 2 + 1) * getHalfVirtualViewWidth()

Completed in 37 milliseconds