Loading core/java/android/view/View.java +4 −0 Original line number Diff line number Diff line Loading @@ -33170,6 +33170,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback, public void setFrameContentVelocity(float pixelsPerSecond) { if (viewVelocityApi()) { mFrameContentVelocity = Math.abs(pixelsPerSecond); if (sToolkitMetricsForFrameRateDecisionFlagValue) { Trace.setCounter("Set frame velocity", (long) mFrameContentVelocity); } } } Loading
core/java/android/view/View.java +4 −0 Original line number Diff line number Diff line Loading @@ -33170,6 +33170,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback, public void setFrameContentVelocity(float pixelsPerSecond) { if (viewVelocityApi()) { mFrameContentVelocity = Math.abs(pixelsPerSecond); if (sToolkitMetricsForFrameRateDecisionFlagValue) { Trace.setCounter("Set frame velocity", (long) mFrameContentVelocity); } } }