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

Commit a3ae6e1e authored by Jian-Syuan (Shane) Wong's avatar Jian-Syuan (Shane) Wong Committed by Android (Google) Code Review
Browse files

Merge "Remove @TestApi and @UnsupportedAppUsage from getExpectedPresentationTimeNanos"

parents 54cd52b5 b67fcdb2
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3452,7 +3452,6 @@ package android.view {
  }

  public final class Choreographer {
    method public long getExpectedPresentationTimeNanos();
    method public static long getFrameDelay();
    method public long getFrameTimeNanos();
    method public void postCallback(int, Runnable, Object);
+0 −2
Original line number Diff line number Diff line
@@ -732,8 +732,6 @@ public final class Choreographer {
     * @throws IllegalStateException if no frame is in progress.
     * @hide
     */
    @TestApi
    @UnsupportedAppUsage
    public long getExpectedPresentationTimeNanos() {
        return mFrameData.getPreferredFrameTimeline().getExpectedPresentationTimeNanos();
    }