Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DViewState.java146 protected boolean mUsePhysicsForMovement = false; field in ViewState
153 this.mUsePhysicsForMovement = usePhysicsForMovement; in setUsePhysicsForMovement()
252 mUsePhysicsForMovement = viewState.mUsePhysicsForMovement; in copyFrom()
284 if (mUsePhysicsForMovement) { in applyToView()
689 if (mUsePhysicsForMovement) { in startYTranslationAnimation()
DExpandableViewState.java198 if (mUsePhysicsForMovement) { in animateTo()