History log of /frameworks/support/design/tests/src/android/support/design/widget/AppBarWithToolbarAndTabsTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b539fd57119c80c2b24d3b3f599e131f9aeb17dd 09-Aug-2016 Chris Banes <chrisbanes@google.com> Fix CollapsingToolbarLayout tests

Caused by the tests expecting a 'large enough'
vertical screen size. Certain devices in landscape
do not provide that.

Fixed by making the tests expect less vertical
space. Not needed for the test anyway.

BUG: 30701044
Change-Id: I2d6890978b17b035515a22c55bdcbb68e2b47b67
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithToolbarAndTabsTest.java
bb3740d273d4b5108ab63f6d264466250a197e5b 21-Jul-2016 Chris Banes <chrisbanes@google.com> AppBarLayout + CollapsingToolbarLayout tests fixes

- Fixed flakiness due to waiting for snapping to
happen
- Tweaked the layouts so that text and content is
visible on screen (not light-on-light)
- Make tests on API 21+ use translucent status bar,
and updated tests to suit
- Fixed issues caugh while testing

BUG: 30271522
BUG: 30225781

Change-Id: I9f368cb8f059e9d3224473bf6c2ddfd2ce92cbdf
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithToolbarAndTabsTest.java
1a8e4886abbc35e479cddb7b4acd601cede2fd8a 19-May-2015 Chris Banes <chrisbanes@google.com> Use StateListAnimator for AppBarLayout elevation changes

Currently the logic for updating an AppBarLayout's elevation
is baked into the code, and can't be customized. This CL
extracts this into a StateListAnimator which has the added
benefit of now animating the elevation.

BUG: 22008506

Change-Id: I4786a9b56b9f3c18ee0610a16036990939a99101
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithToolbarAndTabsTest.java
c530cc115fddab8e1d9645b322424dd45f9ecd0d 19-Feb-2016 Kirill Grouchnikov <kirillg@google.com> Add test for snapping behavior of AppBarLayout

Also fix bug for incomplete snapping on older devices.

Bug: 27408006
Change-Id: I47fda88c2d7f1bf5ba230e9f7937b2fd05e72282
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithToolbarAndTabsTest.java
123544eaa855a7734be92dd35901233a222f64a8 19-Feb-2016 Kirill Grouchnikov <kirillg@google.com> Adding CoordinatorLayout tests for scrolling / pinning tabs.

Change-Id: If08fd53f5a975957cd17bd19000ccd32bcb558ba
/frameworks/support/design/tests/src/android/support/design/widget/AppBarWithToolbarAndTabsTest.java