Searched defs:waitForFirstLayout (Results 1 – 3 of 3) sorted by relevance
85 void setupByConfig(Config config, boolean waitForFirstLayout) throws Throwable { in setupByConfig()161 protected void waitForFirstLayout() throws Throwable { in waitForFirstLayout() method in BaseLinearLayoutManagerTest
86 public void waitForFirstLayout(RecyclerView recyclerView) throws Throwable { in waitForFirstLayout() method in BaseGridLayoutManagerTest
1346 TestAdapter adapter, boolean waitForFirstLayout) throws Throwable { in setupBasic()