Searched refs:adjustedHeight (Results 1 – 2 of 2) sorted by relevance
158 int adjustedHeight = Math.max(layoutMinHeight, in adjustBoundsToFitInDisplayArea() local161 || stableBounds.height() < adjustedHeight) { in adjustBoundsToFitInDisplayArea()168 stableBounds.top + adjustedHeight); in adjustBoundsToFitInDisplayArea()172 inOutBounds.left + adjustedWidth, inOutBounds.top + adjustedHeight); in adjustBoundsToFitInDisplayArea()
2374 int adjustedHeight = height; in createMoreSpan() local2377 adjustedHeight -= layout.getLineDescent(0); in createMoreSpan()2379 canvas.drawText(moreText, 0, moreText.length(), 0, adjustedHeight, mWorkPaint); in createMoreSpan()