Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsSeekBar.java90 private int mKeyProgressIncrement = 1; field in AbsSeekBar
557 mKeyProgressIncrement = increment < 0 ? -increment : increment; in setKeyProgressIncrement()
569 return mKeyProgressIncrement;
577 if ((mKeyProgressIncrement == 0) || (range / mKeyProgressIncrement > 20)) {
590 if ((mKeyProgressIncrement == 0) || (range / mKeyProgressIncrement > 20)) {
1053 int increment = mKeyProgressIncrement;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65274 Landroid/widget/AbsSeekBar;->mKeyProgressIncrement:I