Searched refs:rightEdge (Results 1 – 7 of 7) sorted by relevance
105 float rightEdge = centerX + imageWidth / 2f * scale; in getEdgesHelper() local110 edgesOut.right = rightEdge; in getEdgesHelper()
460 boolean rightEdge = (edgeFlags & EDGE_RIGHT) > 0; in isInside()464 && (x < this.x + this.width || (rightEdge && x >= this.x)) in isInside()
703 int rightEdge = ((mImageWidth - mX) >> mTileLevel); in onGetBitmap() local705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge)); in onGetBitmap()
730 int rightEdge = width - getPaddingRight();748 final int widthAvailable = rightEdge - leftEdge;
1437 final float rightEdge = 100 - paddingRight; in layoutCue() local1438 if (xPosition < rightEdge && xPosition + size > rightEdge) { in layoutCue()
191 final int rightEdge = getWidth() - mPaddingRight; in getRightFadingEdgeStrength() local192 final int span = getChildAt(0).getRight() - mScrollX - rightEdge; in getRightFadingEdgeStrength()
4279 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()4281 nearEdge = x > rightEdge - mTextViewEdgeSlop;4518 int rightEdge = mTextViewLocation[0] + mTextView.getWidth()4520 nearEdge = x > rightEdge - mTextViewEdgeSlop;