Home
last modified time | relevance | path

Searched defs:halfHeight (Results 1 – 25 of 240) sorted by relevance

12345678910

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/multi/
H A DByQuadrantReader.java60 int halfHeight = height / 2; in decode() local
79 makeAbsolute(result.getResultPoints(), 0, halfHeight); in decode() local
87 makeAbsolute(result.getResultPoints(), halfWidth, halfHeight); in decode() local
/aosp_15_r20/external/skia/src/effects/
H A DSkDashPathEffect.cpp307 SkScalar halfWidth, halfHeight; in onAsPoints() local
358 SkScalar halfWidth, halfHeight; in onAsPoints() local
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
DStopwatchLandscapeLayout.kt121 val halfHeight = height / 2 in onLayout() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DBackPanel.kt461 val halfHeight = backgroundHeight.pos / 2 in hasOverlappingRendering() constant
/aosp_15_r20/cts/hostsidetests/adpf/app/hintsession/src/cpp/
H A DUtility.cpp50 float *Utility::buildOrthographicMatrix(float *outMatrix, float halfHeight, float aspect, in buildOrthographicMatrix()
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/
H A DSimpleCollisionComponent.java63 final float halfHeight = parentObject.height / 2.0f; in update() local
/aosp_15_r20/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DViewHierarchyAnimator.kt907 val halfHeight = (bottom - top) / 2 in <lambda>() constant
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/states/
DSpringLoadedState.java59 float halfHeight = ws.getHeight() / 2; in getWorkspaceScaleAndTranslation() local
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleComponent.java67 final float halfHeight = bounds.height() / 2.0f; in getTargetRadius() local
/aosp_15_r20/development/samples/devbytes/animation/ListViewExpandingCells/src/com/example/android/expandingcells/
H A DCustomArrayAdapter.java121 int halfHeight = bitmap.getHeight()/2; in getCroppedBitmap() local
/aosp_15_r20/packages/apps/WallpaperPicker2/src/com/android/wallpaper/asset/
DBitmapUtils.java53 int halfHeight = srcHeight / 2; in calculateInSampleSize() local
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStartIndicatorView.java102 final float halfHeight = height / 2.0f; in onDraw() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DSimSelectorAvatarRequest.java72 final float halfHeight = height / 2; in renderSimAvatarInternal() local
DAvatarGroupRequestDescriptor.java76 final float halfHeight = height / 2F; in generateDestRectArray() local
DAvatarRequest.java158 final float halfHeight = height / 2; in renderLetterTile() local
/aosp_15_r20/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
H A DCustomArrayAdapter.java128 int halfHeight = bitmap.getHeight() / 2; in getCroppedBitmap() local
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/content/
H A DEllipseContent.java87 float halfHeight = size.y / 2f; in getPath() local
H A DRectangleContent.java101 float halfHeight = size.y / 2f; in getPath() local
/aosp_15_r20/cts/tests/tests/virtualdevice/camera/src/android/virtualdevice/cts/camera/
H A DVirtualCameraCaptureTest.java308 int halfHeight = CAMERA_HEIGHT / 2; in virtualCamera_captureDownscaled_succeeds() local
314 halfHeight)) { in virtualCamera_captureDownscaled_succeeds() argument
/aosp_15_r20/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/
H A DUtils.java105 final int halfHeight = height / 2; in calculateInSampleSize() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderMiscTestsEXT.cpp444 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
703 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
771 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
845 const auto halfHeight = static_cast<int>(m_params->height / 2u); in generateReferenceLevel() local
2284 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
3273 const auto halfHeight = height / 2u; in getQuadrantColors() local
4621 const auto halfHeight = iHeight / 2; in generateReferenceLevel() local
H A DvktMeshShaderBuiltinTests.cpp478 const auto halfHeight = height / 2; in verifyResults() local
932 const auto halfHeight = static_cast<float>(extent.height) / 2.0f; in createInstance() local
1996 const auto halfHeight = static_cast<float>(extent.height) / 2.0f; in initPrograms() local
/aosp_15_r20/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
H A DSurfaceSyncGroupTests.java201 int halfHeight = swBitmap.getHeight() / 2; in validateScreenshot() local
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/common/detector/
H A DMonochromeRectangleDetector.java55 int halfHeight = height / 2; in detect() local
/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSurfaceSyncGroupTests.java194 int halfHeight = swBitmap.getHeight() / 2; in validateScreenshot() local

12345678910