Searched refs:hiddenLeft (Results 1 – 1 of 1) sorted by relevance
792 int hiddenLeft = getWidth() / 2; in drawBackground() local799 int left = (int) MathUtils.lerp(hiddenLeft, lockScreenLeft, xProgress); in drawBackground()800 int right = (int) MathUtils.lerp(hiddenLeft, lockScreenRight, xProgress); in drawBackground()