Home
last modified time | relevance | path

Searched defs:scaleH (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DAppTransition.java403 float scaleH = mNextAppTransitionStartHeight / (float) appHeight; in createScaleUpAnimationLocked() local
718 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
735 float scaleH = appHeight / thumbHeight; in createThumbnailScaleAnimationLocked() local
760 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
788 float scaleH = thumbHeight / appHeight; in createThumbnailEnterExitAnimationLocked() local
/frameworks/base/core/java/android/hardware/camera2/legacy/
DParameterUtils.java803 float scaleH = (NORMALIZED_RECTANGLE_MAX - NORMALIZED_RECTANGLE_MIN) * 1.0f / in convertMeteringRectangleToLegacy() local
960 float scaleH = previewCrop.height() * 1.0f / in convertCameraAreaToActiveArrayRectangle() local