Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DAmbientState.java86 private float mExpandingVelocity; field in AmbientState
548 mExpandingVelocity = expandingVelocity; in setExpandingVelocity()
560 return mExpandingVelocity; in getExpandingVelocity()
779 pw.println("mExpandingVelocity=" + mExpandingVelocity); in dump()