Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/jni/
H A Djpegutil.cpp324 int finalHeight; in Compress() local
326 finalHeight = cropBottom - cropTop; in Compress()
332 finalHeight = cropRight - cropLeft; in Compress()
335 finalHeight = cropRight - cropLeft; in Compress()
361 return Compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, in Compress()
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DScreenRotationAnimation.java340 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in startAnimation() argument
396 mRotateExitAnimation.initialize(finalWidth, finalHeight, mOriginalWidth, mOriginalHeight); in startAnimation()
399 mRotateEnterAnimation.initialize(finalWidth, finalHeight, mOriginalWidth, mOriginalHeight); in startAnimation()
414 Rect outer = new Rect(-finalWidth, -finalHeight, in startAnimation()
415 finalWidth * 2, finalHeight * 2); in startAnimation()
416 Rect inner = new Rect(0, 0, finalWidth, finalHeight); in startAnimation()
437 float animationScale, int finalWidth, int finalHeight, int exitAnim, int enterAnim) { in dismiss() argument
445 startAnimation(t, maxAnimationDuration, animationScale, finalWidth, finalHeight, in dismiss()
/aosp12/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_impl_CameraExtensionJpegProcessor.cpp527 int finalHeight; in compress() local
529 finalHeight = cropBottom - cropTop; in compress()
535 finalHeight = cropRight - cropLeft; in compress()
538 finalHeight = cropRight - cropLeft; in compress()
564 return compress(finalWidth, finalHeight, yIter, cbIter, crIter, outBuf, outBufCapacity, flush, in compress()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSection.java284 int finalHeight = ExpandableViewState.getFinalActualHeight(lastView); in updateBounds() local
287 finalTranslationY + finalHeight - lastView.getClipBottomAmount()); in updateBounds()
/aosp12/frameworks/base/core/java/android/widget/
H A DPopupWindow.java2283 final int finalHeight = mHeightMode < 0 ? mHeightMode : mLastHeight; in update()
2284 if (height != -1 && p.height != finalHeight) { in update()
2285 p.height = mLastHeight = finalHeight; in update()