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.java818 PostLayoutRunnable[] postLayoutOptions = new PostLayoutRunnable[]{ in testSavedState()
819 new PostLayoutRunnable() { in testSavedState()
830 new PostLayoutRunnable() { in testSavedState()
843 new PostLayoutRunnable() { in testSavedState()
857 new PostLayoutRunnable() { in testSavedState()
984 for (PostLayoutRunnable postLayoutRunnable : postLayoutOptions) { in testSavedState()
1000 PostLayoutRunnable postLayoutOperation, PostRestoreRunnable postRestoreOperation) in savedStateTest()
1316 abstract private class PostLayoutRunnable {
DStaggeredGridLayoutManagerTest.java1043 PostLayoutRunnable[] postLayoutOptions = new PostLayoutRunnable[]{ in testSavedState()
1044 new PostLayoutRunnable() { in testSavedState()
1055 new PostLayoutRunnable() { in testSavedState()
1069 new PostLayoutRunnable() { in testSavedState()
1084 new PostLayoutRunnable() { in testSavedState()
1112 for (PostLayoutRunnable runnable : postLayoutOptions) { in testSavedState()
1165 PostLayoutRunnable postLayoutOperations) in savedStateTest()
2324 private interface PostLayoutRunnable { interface in StaggeredGridLayoutManagerTest