Searched defs:waitForFirstLayout (Results 1 – 3 of 3) sorted by relevance
88 void setupByConfig(Config config, boolean waitForFirstLayout) throws Throwable { in setupByConfig()92 void setupByConfig(Config config, boolean waitForFirstLayout, in setupByConfig()175 protected void waitForFirstLayout() throws Throwable { in waitForFirstLayout() method in BaseLinearLayoutManagerTest
89 public void waitForFirstLayout(RecyclerView recyclerView) throws Throwable { in waitForFirstLayout() method in BaseGridLayoutManagerTest
2078 TestAdapter adapter, boolean waitForFirstLayout) throws Throwable { in setupBasic()