Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DMessagingLayoutTransformState.java107 int totalTranslation = transformGroups(ownGroup, matchingGroup, in transformViewInternal() local
113 - totalTranslation; in transformViewInternal()
290 int totalTranslation = transformView(messageAmount, to, child, otherChild, in transformGroups() local
307 previousTranslation = otherChild.getTranslationY() - totalTranslation; in transformGroups()
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DSwipeHelper.java547 protected void onMoveUpdate(View view, MotionEvent ev, float totalTranslation, float delta) { in onMoveUpdate() argument