Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyguardQsUserSwitchController.java67 private static final AnimationProperties ANIMATION_PROPERTIES = field in KeyguardQsUserSwitchController
351 PropertyAnimator.setProperty(mView, AnimatableProperty.Y, y, ANIMATION_PROPERTIES, animate); in updatePosition()
353 ANIMATION_PROPERTIES, animate); in updatePosition()
DKeyguardUserSwitcherController.java70 private static final AnimationProperties ANIMATION_PROPERTIES = field in KeyguardUserSwitcherController
337 PropertyAnimator.setProperty(mListView, AnimatableProperty.Y, y, ANIMATION_PROPERTIES, in updatePosition()
340 ANIMATION_PROPERTIES, animate); in updatePosition()