Loading core/java/android/widget/AbsSeekBar.java +7 −0 Original line number Diff line number Diff line Loading @@ -850,6 +850,13 @@ public abstract class AbsSeekBar extends ProgressBar { setProgressInternal(Math.round(progress), true, false); } /** * @hide */ protected int updateTouchProgress(int lastProgress, int newProgress) { return newProgress; } /** * Tries to claim the user's drag motion, and requests disallowing any * ancestors from stealing events in the drag. Loading Loading
core/java/android/widget/AbsSeekBar.java +7 −0 Original line number Diff line number Diff line Loading @@ -850,6 +850,13 @@ public abstract class AbsSeekBar extends ProgressBar { setProgressInternal(Math.round(progress), true, false); } /** * @hide */ protected int updateTouchProgress(int lastProgress, int newProgress) { return newProgress; } /** * Tries to claim the user's drag motion, and requests disallowing any * ancestors from stealing events in the drag. Loading