/aosp14/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 | 976 final float halfWidth = mHotspotBounds.width() / 2.0f; in computeRadius() local
|
/aosp14/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
|
/aosp14/frameworks/base/core/java/com/android/internal/util/ |
H A D | ImageUtils.java | 194 final int halfWidth = currentSize.getWidth() / 2; in calculateSampleSize() local
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SurfaceSyncGroupTests.java | 179 int halfWidth = swBitmap.getWidth() / 2; in validateScreenshot() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/magnification/ |
H A D | MockWindowMagnificationConnection.java | 133 final int halfWidth = mMirrorWindowFrame.width() / 2; in computeSourceBounds() local
|
/aosp14/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
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | LaunchAnimator.kt | 328 val halfWidth = MathUtils.lerp(startWidth, endWidth, progress) / 2f regex
|
H A D | ViewHierarchyAnimator.kt | 879 val halfWidth = (right - left) / 2 regex
|
/aosp14/frameworks/base/tests/MirrorSurfaceTest/src/com/google/android/test/mirrorsurface/ |
H A D | MirrorSurfaceActivity.java | 424 int halfWidth = displayFrame.width() / 2; in getSourceBounds() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/ |
H A D | SplashScreenExitAnimationUtils.java | 113 final int halfWidth = splashScreenView.getWidth() / 2; in createAnimator() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/ |
H A D | WindowMagnificationController.java | 917 int halfWidth = displayFrame.width() / 2; in calculateSourceBounds() local 952 final int halfWidth = mMagnificationFrame.width() / 2; in calculateMagnificationFrameBoundary() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ViewPager.java | 792 final int halfWidth = width / 2; in smoothScrollTo() local
|
/aosp14/frameworks/base/libs/hwui/ |
H A D | SkiaCanvas.cpp | 819 float halfWidth = layout.getCharAdvance(i) * 0.5f; in drawLayoutOnPath() local
|
/aosp14/frameworks/base/core/java/com/android/internal/policy/ |
H A D | TransitionAnimation.java | 493 int halfWidth = mTmpRect.width() / 2; in createClipRevealAnimationLockedCompat() local
|