Searched defs:PostLayoutRunnable (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerTest.java818 PostLayoutRunnable[] postLayoutOptions = new PostLayoutRunnable[]{
819 new PostLayoutRunnable() {
830 new PostLayoutRunnable() {
843 new PostLayoutRunnable() {
857 new PostLayoutRunnable() {
984 for (PostLayoutRunnable postLayoutRunnable : postLayoutOptions) {
1000 PostLayoutRunnable postLayoutOperation, PostRestoreRunnable postRestoreOperation)
1316 abstract private class PostLayoutRunnable { class in class:LinearLayoutManagerTest
H A DStaggeredGridLayoutManagerTest.java1043 PostLayoutRunnable[] postLayoutOptions = new PostLayoutRunnable[]{
1044 new PostLayoutRunnable() {
1055 new PostLayoutRunnable() {
1069 new PostLayoutRunnable() {
1084 new PostLayoutRunnable() {
1112 for (PostLayoutRunnable runnable : postLayoutOptions) {
1165 PostLayoutRunnable postLayoutOperations)
2324 private interface PostLayoutRunnable { interface in class:StaggeredGridLayoutManagerTest

Completed in 162 milliseconds