Lines Matching refs:is
4 …y discontinuous, or unpredictable behavior seen during UI transitions that is not due to performan…
5 This is often the result of a logic error in the code and difficult to identify because the issue i…
38 // This is the part of the transition that will be tested.
50 Run the transition to get a list of `TransitionResult` for each time the transition is repeated.
80 // check a change in assertions, e.g. wallpaper window is visible,
90 The `reason` string is build along the way with all the details as to why the assertions failed and…
120 … transition (after the `runBefore` calls) and stopped after the transition is completed. Each iter…
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 …is started by default and is used to eliminate *janky* runs. If an iteration has skipped frames, a…
129 Captures screen to a video file. This monitor is disabled by default. Build a transition with `reco…
138 // Example adds an assertion to the check if layer is hidden by parent.
141 // such as if layer is not found or layer is not hidden by parent
146 …TraceSubject` which will add the assertion for testing. When the assertion is evaluated, the trace…
158 // Check if "Chrome" layer is hidden by parent in the first trace entry.