Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DView.java5758 private float mFrameContentVelocity = -1; field in View
23719 mFrameContentVelocity = -1; in updateDisplayListIfDirty()
33921 float velocity = mFrameContentVelocity; in votePreferredFrameRate()
33933 && ((View) parent).mFrameContentVelocity <= 0) { in votePreferredFrameRate()
33955 && ((View) mParent).mFrameContentVelocity <= 0 in votePreferredFrameRate()
34049 mFrameContentVelocity = Math.abs(pixelsPerSecond); in setFrameContentVelocity()
34052 Trace.setCounter("Set frame velocity", (long) mFrameContentVelocity); in setFrameContentVelocity()
34067 return Math.max(mFrameContentVelocity, 0f); in getFrameContentVelocity()