Home
last modified time | relevance | path

Searched defs:targetHeight (Results 1 – 21 of 21) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/
H A DMediaDataUtils.java105 float targetHeight = (float) target.second; in getScaleFactor() local
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapDecodeTest.kt90 val targetHeight = (size.height * .33).toInt() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitch.java67 int targetHeight = parent.getResources() in getLargeClockRegion() local
80 int targetHeight = parent.getResources() in getSmallClockRegion() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DDividerHandleView.java130 private void animateToTarget(int targetWidth, int targetHeight, boolean touching) { in animateToTarget()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLocalImageResolver.java224 final int targetHeight = size.getHeight() * maxWidth / size.getWidth(); in resolveImage() local
H A DMessagingLinearLayout.java72 int targetHeight = MeasureSpec.getSize(heightMeasureSpec); in onMeasure() local
H A DSlidingTab.java351 final int targetHeight = targetDrawable.getIntrinsicHeight(); in layout() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCropFilter.java106 float targetHeight = croppedDims[1] / (float)extDims[1]; in onProcess() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt441 val targetHeight = (imgSize.height * scale).toInt() regex
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/touch/
H A DBouncerSwipeTouchHandler.java371 final float targetHeight = viewHeight * expansion; in flingToExpansion() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp432 int targetHeight = mTargetSize.height(); in decode() local
/aosp14/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java473 int targetHeight, in transform()
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java574 final int targetHeight = mOverflowPanelSize.getHeight(); in openOverflow() local
675 final int targetHeight = mMainPanelSize.getHeight(); in closeOverflow() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java611 float targetHeight = nowExpanded ? naturalHeight : mSmallSize; in finishExpanding() local
/aosp14/frameworks/base/libs/hwui/jni/
H A DImageDecoder.cpp252 jint targetWidth, jint targetHeight, jobject jsubset, in ImageDecoder_nDecodeBitmap()
/aosp14/frameworks/base/core/java/android/app/
H A DActivityOptions.java921 Bitmap thumbnail, int startX, int startY, int targetWidth, int targetHeight, in makeThumbnailAspectScaleDownAnimation()
928 int startX, int startY, int targetWidth, int targetHeight, in makeAspectScaledThumbnailAnimation()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/
H A DMediaControlPanel.java1017 int targetWidth, int targetHeight) { in scaleTransitionDrawableLayer()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
H A DNotificationPanelViewController.java2554 float targetHeight = mQsController.getMinExpansionHeight() + qsExpansionFraction in onHeightUpdated() local
4125 private ValueAnimator createHeightAnimator(float targetHeight) { in createHeightAnimator()
4135 private ValueAnimator createHeightAnimator(float targetHeight, float overshootAmount) { in createHeightAnimator()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java1028 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback, in overridePendingAppTransitionAspectScaledThumb()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DImageDecoder.java1286 int targetHeight = getTargetDimension(mHeight, sampleSize, size.getHeight()); in setTargetSampleSize() local
/aosp14/frameworks/base/core/java/android/widget/
H A DGridLayout.java1150 int targetHeight = bottom - top; in onLayout() local