Loading core/java/android/view/Choreographer.java +2 −0 Original line number Diff line number Diff line Loading @@ -372,8 +372,10 @@ public final class Choreographer { /** * @hide * @deprecated Use vsync IDs with the regular Choreographer instead. */ @UnsupportedAppUsage @Deprecated public static Choreographer getSfInstance() { return sSfThreadInstance.get(); } Loading core/java/com/android/internal/graphics/SfVsyncFrameCallbackProvider.java +3 −1 Original line number Diff line number Diff line Loading @@ -23,8 +23,10 @@ import android.view.Choreographer; * Provider of timing pulse that uses SurfaceFlinger Vsync Choreographer for frame callbacks. * * @hide * @deprecated See b/222698397 - use vsync IDs instead. */ // TODO(b/222698397): remove getSfInstance/this class usage and use vsyncId for transactions @Deprecated public final class SfVsyncFrameCallbackProvider implements AnimationFrameCallbackProvider { private final Choreographer mChoreographer; Loading Loading
core/java/android/view/Choreographer.java +2 −0 Original line number Diff line number Diff line Loading @@ -372,8 +372,10 @@ public final class Choreographer { /** * @hide * @deprecated Use vsync IDs with the regular Choreographer instead. */ @UnsupportedAppUsage @Deprecated public static Choreographer getSfInstance() { return sSfThreadInstance.get(); } Loading
core/java/com/android/internal/graphics/SfVsyncFrameCallbackProvider.java +3 −1 Original line number Diff line number Diff line Loading @@ -23,8 +23,10 @@ import android.view.Choreographer; * Provider of timing pulse that uses SurfaceFlinger Vsync Choreographer for frame callbacks. * * @hide * @deprecated See b/222698397 - use vsync IDs instead. */ // TODO(b/222698397): remove getSfInstance/this class usage and use vsyncId for transactions @Deprecated public final class SfVsyncFrameCallbackProvider implements AnimationFrameCallbackProvider { private final Choreographer mChoreographer; Loading