Home
last modified time | relevance | path

Searched defs:halfWidth (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java66 final float halfWidth = bounds.width() / 2.0f; in getTargetRadius() local
H A DRippleDrawable.java954 final float halfWidth = mHotspotBounds.width() / 2.0f; in computeRadius() local
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
H A DBitmapUtils.java48 int halfWidth = srcWidth / 2; in calculateInSampleSize() local
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DImageUtils.java180 final int halfWidth = currentSize.getWidth() / 2; in calculateSampleSize() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
H A DAvatarGroupRequestDescriptor.java75 final float halfWidth = width / 2F; in generateDestRectArray() local
H A DSimSelectorAvatarRequest.java71 final float halfWidth = width / 2; in renderSimAvatarInternal() local
H A DAvatarRequest.java157 final float halfWidth = width / 2; in renderLetterTile() local
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DUtils.java106 final int halfWidth = width / 2; in calculateInSampleSize() local
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchLandscapeLayout.kt84 val halfWidth = width / 2 regex
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/
H A DMockWindowMagnificationConnection.java124 final int halfWidth = mMirrorWindowFrame.width() / 2; in computeSourceBounds() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DDropTargetBar.java196 int halfWidth; in onLayout() local
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/
H A DImageUtils.java277 int halfWidth = sourceWidth / 2; in scale() local
/aosp12/frameworks/base/core/tests/coretests/src/android/text/
H A DStaticLayoutTest.java559 final int halfWidth = (int) (textWidth / 2.0f); in testEllipsis_singleLine() local
594 final int halfWidth = (int) (textWidth / 2.0f); in testEllipsis_singleLine() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/
H A DWindowMagnificationController.java608 int halfWidth = displayFrame.width() / 2; in calculateSourceBounds() local
621 final int halfWidth = mMagnificationFrame.width() / 2; in calculateMagnificationFrameBoundary() local
/aosp12/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/
H A DMirrorSurfaceActivity.java424 int halfWidth = displayFrame.width() / 2; in getSourceBounds() local
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DLaunchAnimator.kt297 val halfWidth = MathUtils.lerp(startWidth, endWidth, progress) / 2f regex
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/
H A DAvatarUtil.java281 float halfWidth = desiredWidth / 2F; in generateDestRectArray() local
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashScreenExitAnimation.java135 final int halfWidth = mSplashScreenView.getWidth() / 2; in createAnimator() local
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLSkiaShadowPort.cpp245 float halfWidth = 0.5f * bounds.getWidth(); in fillInCircleVerts() local
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLSkiaShadowPort.cpp245 float halfWidth = 0.5f * bounds.getWidth(); in fillInCircleVerts() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DImageUtils.java205 final int halfWidth = width / 2; in calculateInSampleSize() local
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java792 final int halfWidth = width / 2; in smoothScrollTo() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
H A DAccessibilityFloatingMenuView.java772 final float halfWidth = getLayoutWidth() / 2.0f; in updateOffsetWith() local
/aosp12/frameworks/base/core/java/com/android/internal/policy/
H A DTransitionAnimation.java419 int halfWidth = mTmpRect.width() / 2; in createClipRevealAnimationLockedCompat() local
/aosp12/frameworks/base/libs/hwui/
H A DSkiaCanvas.cpp771 float halfWidth = layout.getCharAdvance(i) * 0.5f; in drawLayoutOnPath() local

12