Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java453 /* package */ void animateDismissal(float currentTranslation) { in animateDismissal() argument
455 currentTranslation / getWidth(), in animateDismissal()
462 /* package */ void animateRecovery(float currentTranslation) { in animateRecovery() argument
464 currentTranslation / getWidth(), in animateRecovery()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java99 float currentTranslation = 0; in transformViewInternal() local
110 currentTranslation = matchingGroup.getAvatar().getTranslationY() in transformViewInternal()
113 currentTranslation = ownGroup.getAvatar().getTranslationY(); in transformViewInternal()
119 adaptGroupAppear(ownGroup, transformationAmount, currentTranslation, in transformViewInternal()
121 float newPosition = ownGroup.getTop() + currentTranslation; in transformViewInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarEdgePanel.java717 private void setCurrentTranslation(float currentTranslation) { in setCurrentTranslation() argument
718 mCurrentTranslation = currentTranslation; in setCurrentTranslation()