Searched refs:leftEdge (Results 1 – 8 of 8) sorted by relevance
131 int leftEdge = stackBounds.left; in snapRectToClosestEdge() local133 leftEdge = movementBounds.left; in snapRectToClosestEdge()135 leftEdge = movementBounds.right; in snapRectToClosestEdge()138 leftEdge)); in snapRectToClosestEdge()144 final int fromLeft = Math.abs(leftEdge - movementBounds.left); in snapRectToClosestEdge()146 final int fromRight = Math.abs(movementBounds.right - leftEdge); in snapRectToClosestEdge()
409 final float leftEdge = isStash in movetoTarget() local418 final float xEndValue = velocityX < 0 ? leftEdge : rightEdge; in movetoTarget()507 final float leftEdge = stashType == STASH_TYPE_LEFT512 tmpBounds.set((int) leftEdge,514 (int) (leftEdge + mPipBoundsState.getBounds().width()),
529 final int leftEdge = bounds.left; in snapToMovementBoundsEdge() local532 final int fromLeft = Math.abs(leftEdge - movementBounds.left); in snapToMovementBoundsEdge()533 final int fromRight = Math.abs(movementBounds.right - leftEdge); in snapToMovementBoundsEdge()
316 float leftEdge = 0; in show() local317 if (leftEdge > rampX0) { in show()320 leftEdge = sourceCenterX - (sourceCenterX - leftEdge) / mZoom; in show()321 } else if (leftEdge > x0) { in show()324 leftEdge = x0 + rampPre - (rampX0 - leftEdge) * rampPre / mRamp; in show()326 int leftBound = Math.min((int) leftEdge, mView.getWidth()); in show()
6378 int leftEdge = mTextViewLocation[0] + mTextView.getPaddingLeft();6379 nearEdge = x < leftEdge + mTextViewEdgeSlop;
104 float leftEdge = centerX - imageWidth / 2f * scale; in getEdgesHelper() local109 edgesOut.left = leftEdge; in getEdgesHelper()
1069 final int leftEdge = getPaddingLeft();1071 final int widthAvailable = rightEdge - leftEdge;1109 final int left = leftEdge + (widthAvailable - childWidth) / 2;
470 boolean leftEdge = (edgeFlags & EDGE_LEFT) > 0; in isInside()474 if ((x >= this.x || (leftEdge && x <= this.x + this.width)) in isInside()