Loading core/api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading core/java/android/view/Choreographer.java +0 −2 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
core/api/test-current.txt +0 −1 Original line number Diff line number Diff line Loading @@ -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); Loading
core/java/android/view/Choreographer.java +0 −2 Original line number Diff line number Diff line Loading @@ -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(); } Loading