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

Commit b67fcdb2 authored by Jian-Syuan (Shane) Wong's avatar Jian-Syuan (Shane) Wong
Browse files

Remove @TestApi and @UnsupportedAppUsage from getExpectedPresentationTimeNanos

Remove unneeded @TestApi and @UnsupportedAppUsage annotation from getExpectedPresentationTimeNanos.

Test: atest ChoreographerTest
Change-Id: I070307a6cda0f304079747c19f62d2e28e7f88ea
parent b6ec78bb
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();
    }