History log of /frameworks/support/v7/preference/src/android/support/v7/preference/SeekBarPreference.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
e2104f4b5c8e3ad63570306a25e61502dfe4c418 05-Mar-2017 Aurimas Liutikas <aurimas@google.com> Add all missing @Override annotations.

Historically, we could not add @Override for certain methods due to
using older SDKs to build support library. That is no longer the case
so we can add @Override everywhere now.

Test: ./gradlew assemble assembleAndroidTest still works
Change-Id: I85e3c1157f0e253e3eab7584189f3bf95cf030e9
/frameworks/support/v7/preference/src/android/support/v7/preference/SeekBarPreference.java
fc66d3d47fbd0ac03b73b0373bef9cc0a042c07c 12-Oct-2016 Keyvan Amiri <keyvana@google.com> Added seekBarIncrement to SeekBarPreference

Added control attribute for the amount SeekBar inside SeekBarPreference
changes when the user presses arrow keys and the adjustable attribute is
true.

Change-Id: Iccb487282efa9cb824e3902841a0c7151aea3cdb
/frameworks/support/v7/preference/src/android/support/v7/preference/SeekBarPreference.java
22bde2334ecbb45a23756edbdbbbdf48807dd822 09-Sep-2016 Keyvan Amiri <keyvana@google.com> Added SeekBarPreference to v7 pref support library

Created a SeekBarPreference widget with customizable layout and
attributes controlling the appearance and behavior of the SeekBar such
as whether it's adjustable.
By default, it contains a title, seekbar, and optional seekbar value.
The preference widget is selectable and clickable as a whole rather than the
SeekBar portion of it.
Also, made a leanback-styled SeekBarPreference layout.
The preference supports min attribute as the range's lower bound which does
not require any min attributes support on the framework side.

Change-Id: I368cbe90c9fcd1adf3f8800f63d65ab9b3222280
/frameworks/support/v7/preference/src/android/support/v7/preference/SeekBarPreference.java