Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DAmbientState.java84 private float mExpandingVelocity; field in AmbientState
532 mExpandingVelocity = expandingVelocity; in setExpandingVelocity()
544 return mExpandingVelocity; in getExpandingVelocity()
781 pw.println("mExpandingVelocity=" + mExpandingVelocity); in dump()