Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsSeekBar.java88 private int mKeyProgressIncrement = 1; field in AbsSeekBar
555 mKeyProgressIncrement = increment < 0 ? -increment : increment; in setKeyProgressIncrement()
567 return mKeyProgressIncrement;
575 if ((mKeyProgressIncrement == 0) || (range / mKeyProgressIncrement > 20)) {
588 if ((mKeyProgressIncrement == 0) || (range / mKeyProgressIncrement > 20)) {
1045 int increment = mKeyProgressIncrement;
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80346 Landroid/widget/AbsSeekBar;->mKeyProgressIncrement:I