/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | RippleComponent.java | 66 final float halfWidth = bounds.width() / 2.0f; in getTargetRadius() local
|
H A D | RippleDrawable.java | 954 final float halfWidth = mHotspotBounds.width() / 2.0f; in computeRadius() local
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/ |
H A D | BitmapUtils.java | 48 int halfWidth = srcWidth / 2; in calculateInSampleSize() local
|
/aosp12/frameworks/base/core/java/com/android/internal/util/ |
H A D | ImageUtils.java | 180 final int halfWidth = currentSize.getWidth() / 2; in calculateSampleSize() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/media/ |
H A D | AvatarGroupRequestDescriptor.java | 75 final float halfWidth = width / 2F; in generateDestRectArray() local
|
H A D | SimSelectorAvatarRequest.java | 71 final float halfWidth = width / 2; in renderSimAvatarInternal() local
|
H A D | AvatarRequest.java | 157 final float halfWidth = width / 2; in renderLetterTile() local
|
/aosp12/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/ |
H A D | Utils.java | 106 final int halfWidth = width / 2; in calculateInSampleSize() local
|
/aosp12/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/ |
H A D | StopwatchLandscapeLayout.kt | 84 val halfWidth = width / 2 regex
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | MockWindowMagnificationConnection.java | 124 final int halfWidth = mMirrorWindowFrame.width() / 2; in computeSourceBounds() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | DropTargetBar.java | 196 int halfWidth; in onLayout() local
|
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/util/ |
H A D | ImageUtils.java | 277 int halfWidth = sourceWidth / 2; in scale() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | StaticLayoutTest.java | 559 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 D | WindowMagnificationController.java | 608 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 D | MirrorSurfaceActivity.java | 424 int halfWidth = displayFrame.width() / 2; in getSourceBounds() local
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | LaunchAnimator.kt | 297 val halfWidth = MathUtils.lerp(startWidth, endWidth, progress) / 2f regex
|
/aosp12/packages/apps/Car/Messenger/src/com/android/car/messenger/impl/datamodels/util/ |
H A D | AvatarUtil.java | 281 float halfWidth = desiredWidth / 2F; in generateDestRectArray() local
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimation.java | 135 final int halfWidth = mSplashScreenView.getWidth() / 2; in createAnimator() local
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLSkiaShadowPort.cpp | 245 float halfWidth = 0.5f * bounds.getWidth(); in fillInCircleVerts() local
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLSkiaShadowPort.cpp | 245 float halfWidth = 0.5f * bounds.getWidth(); in fillInCircleVerts() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ImageUtils.java | 205 final int halfWidth = width / 2; in calculateInSampleSize() local
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ViewPager.java | 792 final int halfWidth = width / 2; in smoothScrollTo() local
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
H A D | AccessibilityFloatingMenuView.java | 772 final float halfWidth = getLayoutWidth() / 2.0f; in updateOffsetWith() local
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 419 int halfWidth = mTmpRect.width() / 2; in createClipRevealAnimationLockedCompat() local
|
/aosp12/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 771 float halfWidth = layout.getCharAdvance(i) * 0.5f; in drawLayoutOnPath() local
|