Searched refs:leftBoundary (Results 1 – 2 of 2) sorted by relevance
250 private void setLeftBoundary(final float leftBoundary) { in setLeftBoundary() argument254 if (leftBoundary < rectangleLeftBoundary) { in setLeftBoundary()256 } else if (leftBoundary > boundarySoFar) { in setLeftBoundary()260 rectangle.getBoundingWidth() - boundarySoFar + leftBoundary); in setLeftBoundary()
91 int leftBoundary = -view.getWidth(); in PreviewPager()101 if (offset <= leftBoundary || offset >= rightBoundary) { in PreviewPager()105 alpha = (float) Math.abs(offset - origin) / Math.abs(leftBoundary - origin); in PreviewPager()