History log of /frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
9c937474b223328601b3c4cb3fa236971c721b2e 26-Sep-2016 Yuichi Araki <yaraki@google.com> Fix setWillNotDraw in ScrimInsetsFrameLayout

Fix the condition for setWillNotDraw.

Bug: 31440356
Test: NavigationViewTest#testWillNotDraw
Change-Id: I4309ad7cb6f0273a739eec569654377769449965
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
910de28f0a195668fad38ad2367c1f7237a7af98 23-Jun-2016 Aurimas Liutikas <aurimas@google.com> Fix BottomNavigationView tint clearing with null.

Fixes a crash in BottomNavigationView for setItemIconTintList(null) calls.
Additionally, CL adds tests to make sure tinting work correctly (largely inspired
by NavigationViewTest).
Finally, starts settings BottonNavigationItemView id to the MenuItem id.

Bug: 27675079
Change-Id: Ief696ab997407ad17eedc6b43c373e95638f4c34
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
f3865fbd67715b07d43da357dea742edf3bf9913 15-Jun-2016 Yuichi Araki <yaraki@google.com> NavigationView supports full-width custom views

Bug: 28992790
Change-Id: I5dacd8e859badabdc7f35c40d4cd82c017a868b9
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
8cf1dce2d2266ea5b1d42e95af81490d4d201802 02-Feb-2016 Kirill Grouchnikov <kirillg@google.com> Use Mockito for verifying that a listener has been called.

Instead of class-level "tracker" field, use Mockito to verify that
a specific listener has been called.

Bug: 26926971
Change-Id: I61fcab198f09a48b150fc0bb69bea870510674a8
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
c10de2da0b007e920d0be0502f0db3c8fbb3609d 27-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Merge "Test coverage for NavigationView action layouts." into mnc-ub-dev
1ba555a31dcff069a4b9beb4d552203fab2d2691 27-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Test coverage for NavigationView action layouts.

Change-Id: I77e15338689a60dd350b7c7f2125edaf49ecc124
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
88f685bc75d52b18f45f22c99ef8d4910708a3e3 27-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Switch to more reliable icon sources for tinting tests.

ColorDrawable is not tinted on KK-
BitmapDrawable is by a few units off in G/B channels on GB-
ShapeDrawable is not drawn on GB-

Use extension of GradientDrawable for now.

Change-Id: I89eb67227eb855fbc314fcca56b19eb579785bd9
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
a3c0da0361aa877077aeb21df876226def2f98ca 27-Jan-2016 Kirill Grouchnikov <kirillg@google.com> More tests for NavigationView

* Testing APIs related to header views
* Testing the inflated Menu object
* Testing navigation selection listener
* Testing functionality related to checked items

Change-Id: I9e2655c87f3745070ac79e47c26d7b7fbbc69991
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
8ea47e618ba5dad21c7b023aa998979eebcf2103 26-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Testing appearance-related APIs on NavigationView.

Also fix a bug where setting item background wouldn't update
the navigation view content. In addition, mark a few method
signatures with @Nullable where appropriate.

Bug: 26793013
Change-Id: Ie91c376d73beb7acb317510ac8322771ca17b66a
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java
c10ba2544591704e7c4adbe98da6a485a8b19230 25-Jan-2016 Kirill Grouchnikov <kirillg@google.com> Initial setup and basic test for NavigationView

Change-Id: Ibffb3a0727598e35c3f9b91e473cd92cea1026dd
/frameworks/support/design/tests/src/android/support/design/widget/NavigationViewTest.java