Home
last modified time | relevance | path

Searched refs:PostLayoutRunnable (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerTest.java549 PostLayoutRunnable[] postLayoutOptions = new PostLayoutRunnable[]{ in testSavedState()
550 new PostLayoutRunnable() { in testSavedState()
561 new PostLayoutRunnable() { in testSavedState()
574 new PostLayoutRunnable() { in testSavedState()
588 new PostLayoutRunnable() { in testSavedState()
714 for (PostLayoutRunnable postLayoutRunnable : postLayoutOptions) { in testSavedState()
728 PostLayoutRunnable postLayoutOperation, PostRestoreRunnable postRestoreOperation) in savedStateTest()
879 abstract private class PostLayoutRunnable { class in LinearLayoutManagerTest
DStaggeredGridLayoutManagerTest.java920 PostLayoutRunnable[] postLayoutOptions = new PostLayoutRunnable[]{ in testSavedState()
921 new PostLayoutRunnable() { in testSavedState()
932 new PostLayoutRunnable() { in testSavedState()
946 new PostLayoutRunnable() { in testSavedState()
961 new PostLayoutRunnable() { in testSavedState()
989 for (PostLayoutRunnable runnable : postLayoutOptions) { in testSavedState()
1039 PostLayoutRunnable postLayoutOperations) in savedStateTest()
1978 private interface PostLayoutRunnable { interface in StaggeredGridLayoutManagerTest