Searched refs:pixelsPerSecond (Results 1 – 5 of 5) sorted by relevance
120 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument121 if (pixelsPerSecond != 0) { in setFrameContentVelocity()
159 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument161 velocity = pixelsPerSecond; in setFrameContentVelocity()
1349 float pixelsPerSecond = 1000_000; in votePreferredFrameRate_velocityVotedAfterOnDraw() local1357 mView.setFrameContentVelocity(pixelsPerSecond); in votePreferredFrameRate_velocityVotedAfterOnDraw()
34047 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument34049 mFrameContentVelocity = Math.abs(pixelsPerSecond); in setFrameContentVelocity()