Searched refs:totalTranslation (Results 1 – 2 of 2) sorted by relevance
109 float totalTranslation = ownGroup.getTop() - matchingGroup.getTop(); in transformViewInternal() local111 - totalTranslation; in transformViewInternal()278 float totalTranslation = child.getTop() + ownGroup.getTop() in transformGroups() local280 previousTranslation = otherChild.getTranslationY() - totalTranslation; in transformGroups()
530 protected void onMoveUpdate(View view, MotionEvent ev, float totalTranslation, float delta) { in onMoveUpdate() argument