Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java342 final Rect captionInsetsRect = new Rect(taskBounds); in updateCaptionInsets() local
343 captionInsetsRect.bottom = captionInsetsRect.top + outResult.mCaptionHeight; in updateCaptionInsets()
355 outResult.mCustomizableCaptionRegion.set(captionInsetsRect); in updateCaptionInsets()
365 calculateBoundingRect(element, elementWidthPx, captionInsetsRect); in updateCaptionInsets()
376 mTaskInfo.token, mOwner, captionInsetsRect, boundingRects); in updateCaptionInsets()