Searched refs:fullHeight (Results 1 – 2 of 2) sorted by relevance
204 int fullHeight = getContext().getResources().getDisplayMetrics().heightPixels; in getDesiredHeight() local212 fullHeight -= UiUtils.getMeasuredBoundsOnScreen(composeContainer).top; in getDesiredHeight()216 return fullHeight - mActionBarHeight; in getDesiredHeight()218 return fullHeight; in getDesiredHeight()
398 float fullHeight = dp.heightPx; in getFullScreenScaleAndPivot() local401 fullHeight -= insets.top + insets.bottom; in getFullScreenScaleAndPivot()412 outPivot.set(fullWidth / 2, fullHeight / 2); in getFullScreenScaleAndPivot()416 float y = (scale * taskView.bottom - fullHeight) * denominator; in getFullScreenScaleAndPivot()