Home
last modified time | relevance | path

Searched defs:targetWidth (Results 1 – 22 of 22) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/util/
H A DMediaDataUtils.java104 float targetWidth = (float) target.first; in getScaleFactor() local
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/hdr/
H A DGainmapDecodeTest.kt89 val targetWidth = (size.width * .33).toInt() regex
/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.java229 final int targetWidth = size.getWidth() * maxHeight / size.getHeight(); in resolveImage() local
H A DSlidingTab.java350 final int targetWidth = targetDrawable.getIntrinsicWidth(); in layout() local
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DCropFilter.java105 float targetWidth = croppedDims[0] / (float)extDims[0]; in onProcess() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/graphics/
H A DImageLoader.kt440 val targetWidth = (imgSize.width * scale).toInt() regex
/aosp14/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java295 final int targetWidth = widthMode == MeasureSpec.AT_MOST ? Math.min(widthSize, mMinWidth) in onMeasure() local
/aosp14/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp431 int targetWidth = mTargetSize.width(); in decode() local
/aosp14/frameworks/base/core/java/com/android/internal/graphics/palette/
H A DColorCutQuantizer.java493 private static int modifyWordWidth(int value, int currentWidth, int targetWidth) { in modifyWordWidth()
/aosp14/frameworks/base/media/java/android/media/
H A DThumbnailUtils.java472 int targetWidth, in transform()
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java573 final int targetWidth = mOverflowPanelSize.getWidth(); in openOverflow() local
650 final int targetWidth = mMainPanelSize.getWidth(); in closeOverflow() local
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/animation/
H A DStackAnimationController.java1034 final float targetWidth = Settings.Secure.getFloat(contentResolver, in getMagnetizedStack() 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/widget/
H A DActionMenuView.java429 final int targetWidth = cellsUsed * cellSize; in measureChildForCells() local
H A DFastScroller.java1181 final int targetWidth = target.getWidth(); in transitionPreviewLayout() local
H A DGridLayout.java1149 int targetWidth = right - left; in onLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSmartReplyView.java228 final int targetWidth = MeasureSpec.getMode(widthMeasureSpec) == MeasureSpec.UNSPECIFIED in onMeasure() local
/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/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.java1285 int targetWidth = getTargetDimension(mWidth, sampleSize, size.getWidth()); in setTargetSampleSize() local