History log of /frameworks/support/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/AlphaJumpActivity.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c919c5d912f11abbad758f446141c37682391025 23-May-2018 Anthony Chen <ajchen@google.com> Make PagedScrollBarView a custom view.

This allows the scroll bar thumb to be measured and laid out without
having the entire view be remeasured.

The measurement of the scroll bar thumb has to happen after the
containing RecyclerView has laid itself out.

Fixes: 73290584
Test: Boot up sample app and inflate a PagedListView. Ensure
requestLayout() improperly called error is not present.
Test: test performance of PagedScrollBarView before and after change to
ensure there is a performance improvement.
Change-Id: Id33ec4f14b14b4b46780b75489b7431d4fd191f9
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/AlphaJumpActivity.java
f87e4dfc7bcd2583e7908ca3cda65cec6c697080 03-May-2018 Aurimas Liutikas <aurimas@google.com> Migrate support lib to depend on material instead of design libs.

Test: ./gradlew assembleDebug
Bug: 79152637
Change-Id: Ia3a8497ef5b7c1f85f7184245109f55fefc25591
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/AlphaJumpActivity.java
aa1fd35cceebd3e32536cb11c30d07e28aabc9d1 04-Dec-2017 Dean Harding <deanh@google.com> Alpha jump initial implementation.

Test: Build and run sample app (see AlphaJumpActivity).
Change-Id: I6dda20382f3b2a5adf29af4e07cc8f30c764a1fc
(cherry picked from commit 81d4068ed9a80d49967f8bdc7a3333e6d118344c)
/frameworks/support/samples/SupportCarDemos/src/main/java/com/example/androidx/car/AlphaJumpActivity.java