Searched refs:deltaXAbs (Results 1 – 4 of 4) sorted by relevance
79 float deltaXAbs = Math.abs(deltaX); in getSwipeInAnimator() local81 float fractionCovered = 1.f - (deltaXAbs / view.getWidth()); in getSwipeInAnimator()103 float deltaXAbs = Math.abs(deltaX); in getSwipeOutAnimator() local105 float fractionCovered = 1.f - (deltaXAbs / view.getWidth()); in getSwipeOutAnimator()
111 float deltaXAbs = Math.abs(deltaX);114 boolean remove = deltaXAbs > v.getWidth() / 4 && !isFixedView(v);301 float deltaXAbs = Math.abs(deltaX); in swipeView() local302 float fractionCovered = deltaXAbs / (float) child.getWidth(); in swipeView()
79 float deltaXAbs = Math.abs(deltaX);81 float fractionCovered = 1.f - (deltaXAbs / view.getWidth());103 float deltaXAbs = Math.abs(deltaX);105 float fractionCovered = 1.f - (deltaXAbs / view.getWidth());
111 float deltaXAbs = Math.abs(deltaX);114 boolean remove = deltaXAbs > v.getWidth() / 4 && !isFixedView(v);301 float deltaXAbs = Math.abs(deltaX);302 float fractionCovered = deltaXAbs / (float) child.getWidth();