Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java82 private float mCurrentScrollVelocity; field in AmbientState
513 mCurrentScrollVelocity = currentScrollVelocity; in setCurrentScrollVelocity()
517 return mCurrentScrollVelocity; in getCurrentScrollVelocity()
789 pw.println("mCurrentScrollVelocity=" + mCurrentScrollVelocity); in dump()