Searched refs:yDirection (Results 1 – 1 of 1) sorted by relevance
373 float yDirection = rawYDelta < 0 ? -1 : 1; in updateBackProgress() local378 float deltaY = yDirection * interpolatedYRatio * Math.max(0f, (screenHeight - height) in updateBackProgress()