Home
last modified time | relevance | path

Searched refs:pixelsPerSecond (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/
DAbsListViewFunctionalTest.java120 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument
121 if (pixelsPerSecond != 0) { in setFrameContentVelocity()
DHorizontalScrollViewFunctionalTest.java159 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument
161 velocity = pixelsPerSecond; in setFrameContentVelocity()
DScrollViewFunctionalTest.java159 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument
161 velocity = pixelsPerSecond; in setFrameContentVelocity()
/frameworks/base/core/tests/coretests/src/android/view/
DViewRootImplTest.java1349 float pixelsPerSecond = 1000_000; in votePreferredFrameRate_velocityVotedAfterOnDraw() local
1357 mView.setFrameContentVelocity(pixelsPerSecond); in votePreferredFrameRate_velocityVotedAfterOnDraw()
/frameworks/base/core/java/android/view/
DView.java34047 public void setFrameContentVelocity(float pixelsPerSecond) { in setFrameContentVelocity() argument
34049 mFrameContentVelocity = Math.abs(pixelsPerSecond); in setFrameContentVelocity()