Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ca2d68e authored by John Reck's avatar John Reck Committed by Android Git Automerger
Browse files

am 30ff6523: am 06ae68aa: am 902ec1c7: Merge "Fix framestats docs ordering" into mnc-preview-docs

* commit '30ff6523':
  Fix framestats docs ordering
parents 549207e9 30ff6523
Loading
Loading
Loading
Loading
+9 −10
Original line number Diff line number Diff line
@@ -158,6 +158,15 @@ Number Slow draw: 23342
    </ul>
  </li>

  <li>INTENDED_VSYNC
    <ul>
      <li>The intended start point for the frame. If this value is different from VSYNC, there
      was work occurring on the UI thread that prevented it from responding to the vsync signal
      in a timely fashion.
      </li>
    </ul>
  </li>

  <li>VSYNC
    <ul>
      <li>The time value that was used in all the vsync listeners and drawing for the frame
@@ -172,16 +181,6 @@ Number Slow draw: 23342
    </ul>
  </li>


  <li>INTENDED_VSYNC
    <ul>
      <li>The intended start point for the frame. If this value is different from VSYNC, there
      was work occurring on the UI thread that prevented it from responding to the vsync signal
      in a timely fashion.
      </li>
    </ul>
  </li>

  <li>OLDEST_INPUT_EVENT
    <ul>
      <li>The timestamp of the oldest input event in the input queue, or Long.MAX_VALUE if