Lines Matching refs:transition
18 ## Building a transition
22 // Example: Build a transition that cold launches an app from launcher
23 TransitionRunner transition = new TransitionBuilder()
24 // Specify a tag to identify the transition (optional)
31 // Setup transition under test
36 // Run the transition under test
38 // This is the part of the transition that will be tested.
46 // Number of times to repeat the transition to catch any flaky issues
50 Run the transition to get a list of `TransitionResult` for each time the transition is repeated.
52 List<TransitionResult> results = transition.run();
120 … each transition run. They are started before each iteration of the test transition (after the `ru…
123 Captures Layers trace. This monitor is started by default. Build a transition with `skipLayersTrace…
125 Captures Window Manager trace. This monitor is started by default. Build a transition with `skipWin…
127 …efault. Build a transition with `recordEachRun()` to capture each transition or build with `record…