Searched refs:findContext (Results 1 – 3 of 3) sorted by relevance
72 BuildContext findContext(int i) => tester.element(findKey(i));76 Scrollable.ensureVisible(findContext(3));80 Scrollable.ensureVisible(findContext(6));84 Scrollable.ensureVisible(findContext(4), alignment: 1.0);88 Scrollable.ensureVisible(findContext(0), alignment: 1.0);92 Scrollable.ensureVisible(findContext(3), duration: const Duration(seconds: 1));99 BuildContext findContext(int i) => tester.element(findKey(i));103 Scrollable.ensureVisible(findContext(3));107 Scrollable.ensureVisible(findContext(6));111 Scrollable.ensureVisible(findContext(4), alignment: 1.0);[all …]
334 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor() local336 findContext->fVertices = in FindVisitor()337 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate); in FindVisitor()338 if (findContext->fVertices) { in FindVisitor()343 findContext->fTessellationsOnFailure = rec.refTessellations(); in FindVisitor()
377 FindContext<FACTORY>* findContext = (FindContext<FACTORY>*)ctx; in FindVisitor() local379 findContext->fVertices = in FindVisitor()380 rec.find(*findContext->fFactory, *findContext->fViewMatrix, &findContext->fTranslate); in FindVisitor()381 if (findContext->fVertices) { in FindVisitor()386 findContext->fTessellationsOnFailure = rec.refTessellations(); in FindVisitor()