History log of /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/StickyHeaderScrollView.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b38561602db3fc1b31c7ee907da41ec2c53e4764 19-Aug-2015 Maurice Lam <yukl@google.com> [SuwLib] Fix javadocs

Convert existing javadocs, which is more plain-text-ish, to javadocs
using proper HTML and javadoc tags.

Bug: 21444334
Change-Id: Iea79b3371c4e1c1c99515abd1c1492f37ad38d05
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/StickyHeaderScrollView.java
ae78742ac7987df09fa1b1301b54427beebdf4f6 08-May-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Guard translationY with SDK version

setTranslationY was introduced in Honeycomb, add the version guard
before calling it in onScrollChanged.
Also update the sitcky header position during onLayout so it is
positioned correctly after orientation change.

Change-Id: I934de1762457129f5ca3a0afe56aac430aa6c3b4
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/StickyHeaderScrollView.java
4a6e72df08c92a696d6b5d35b197e86585952ed9 20-Apr-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Use translationY to stick header

Use setTranslationY to stick the header to the top for
StickyHeaderScrollView. This gives a few advantages like touch is
handled correctly automatically, the shadow is drawn correctly and
it works correctly with padding.

Bug: 16190933
Change-Id: Ic555b993dbc6cdec6ccd5109a51598dafa7fa2ba
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/StickyHeaderScrollView.java
2646e1d82ec6d133b35b775f044e156fca6d9d75 17-Mar-2015 Maurice Lam <yukl@google.com> [SetupWizardLib] Changed project hierarchy

Moved res-ics to ics/res, and res, src, AndroidManifest to main/.
This fits more to the "canonical layout" expected by gradle, and
works around the issue where blaze is expecting every res directory
used by a target to be named the same (including its library
dependencies and its transitive dependencies).

Change-Id: I658e3c0a67a01f379c43d3fad82cd40f9aa8cd28
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/StickyHeaderScrollView.java