Home
last modified time | relevance | path

Searched refs:adjustedHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DLaunchParamsUtil.java158 int adjustedHeight = Math.max(layoutMinHeight, in adjustBoundsToFitInDisplayArea() local
161 || stableBounds.height() < adjustedHeight) { in adjustBoundsToFitInDisplayArea()
168 stableBounds.top + adjustedHeight); in adjustBoundsToFitInDisplayArea()
172 inOutBounds.left + adjustedWidth, inOutBounds.top + adjustedHeight); in adjustBoundsToFitInDisplayArea()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java2374 int adjustedHeight = height; in createMoreSpan() local
2377 adjustedHeight -= layout.getLineDescent(0); in createMoreSpan()
2379 canvas.drawText(moreText, 0, moreText.length(), 0, adjustedHeight, mWorkPaint); in createMoreSpan()