/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/ |
H A D | Detector.java | 91 FinderPattern bottomLeft = info.getBottomLeft(); in processFinderPatternInfo() local 146 ResultPoint bottomLeft, in createTransform() 200 ResultPoint bottomLeft, in computeDimension() 230 ResultPoint bottomLeft) { in calculateModuleSize()
|
H A D | FinderPatternInfo.java | 27 private final FinderPattern bottomLeft; field in FinderPatternInfo
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 163 public PointF bottomLeft() { in bottomLeft() method in Quad 190 PointF bottomLeft = rotatePoint(bottomLeft(), center, cosa, sina); in rotated() local 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTransactionTest.h | 171 const Color& topRight, const Color& bottomLeft, in fillLayerQuadrant() 189 const Color& topRight, const Color& bottomLeft, in fillBufferQueueLayerQuadrant() 212 const Color& topRight, const Color& bottomLeft, in fillBufferStateLayerQuadrant()
|
H A D | TransactionTestHarnesses.h | 172 const Color& bottomLeft, const Color& bottomRight) { in fillLayerQuadrant()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/ |
H A D | BoundingBox.java | 30 private final ResultPoint bottomLeft; field in BoundingBox 40 ResultPoint bottomLeft, in BoundingBox()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotWindowController.kt | 70 val bottomLeft = providers.inflate(BOUNDS_POSITION_BOTTOM, BOUNDS_POSITION_LEFT) in startOnUiThread() constant
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | PixelCopyTest.java | 1060 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 1062 topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local 1066 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 1092 int bottomLeft, int bottomRight, int threshold) { in assertBitmapQuadColor()
|
H A D | PixelCopyGLProducerCtsActivity.java | 47 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
|
H A D | TextureViewTest.java | 904 int topLeft, int topRight, int bottomLeft, int bottomRight) { in assertBitmapQuadColor() 906 bitmap, topLeft, topRight, bottomLeft, bottomRight); in assertBitmapQuadColor() local
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/ |
H A D | Detector.java | 61 ResultPoint bottomLeft = points[1]; in detect() local 309 ResultPoint bottomLeft, in sampleGrid()
|
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/ |
H A D | canvas.ts | 248 const bottomLeft = new Point3D( constant 295 const bottomLeft = new Point3D(topLeft.x, bottomRight.y, topLeft.z); constant
|
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/ |
H A D | FoldAwareColumn.kt | 327 val bottomLeft = root.localToWindow(Offset(boundsLeft, boundsBottom)) in trueBoundsInWindow() constant
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/decoder/ |
H A D | QRCodeDecoderMetaData.java | 51 ResultPoint bottomLeft = points[0]; in applyMirroredCorrection() local
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/ |
D | image.cpp | 22 uint32_t width, uint32_t height, const RGBA8888& bottomLeft, in CreateImageContentsWithFourCorners()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/ |
H A D | FakePrivacyDotViewController.kt | 29 var bottomLeft: View? = null variable in com.android.systemui.statusbar.events.FakePrivacyDotViewController
|
/aosp_15_r20/external/deqp/modules/gles2/accuracy/ |
H A D | es2aTextureMipmapTests.cpp | 170 Vec2 bottomLeft; in getBasicTexCoord2D() member 188 const Vec2 &bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local
|
/aosp_15_r20/external/deqp/modules/gles3/accuracy/ |
H A D | es3aTextureMipmapTests.cpp | 158 Vec2 bottomLeft; in getBasicTexCoord2D() member 176 const Vec2 &bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/events/ |
D | PrivacyDotViewController.java | 88 android.view.View topRight, @org.jetbrains.annotations.NotNull() in initialize()
|
D | PrivacyDotViewControllerImpl.java | 181 android.view.View topRight, @org.jetbrains.annotations.NotNull() in initialize()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
H A D | vktShaderRenderTextureGatherTests.cpp | 104 void computeQuadTexCoord2D(std::vector<float> &dst, const tcu::Vec2 &bottomLeft, const tcu::Vec2 &t… in computeQuadTexCoord2D() 118 void computeQuadTexCoord2DArray(std::vector<float> &dst, int layerNdx, const tcu::Vec2 &bottomLeft, in computeQuadTexCoord2DArray() 137 …d computeQuadTexCoordCube(std::vector<float> &dst, tcu::CubeFace face, const tcu::Vec2 &bottomLeft, in computeQuadTexCoordCube() 2018 const auto bottomLeft = (biasMode ? Vec2(0.0f, 0.0f) : Vec2(-0.3f, -0.4f)); in computeQuadTexCoord() local 2237 const auto bottomLeft = (biasMode ? Vec2(0.0f, 0.0f) : Vec2(-0.3f, -0.4f)); in computeQuadTexCoord() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
H A D | RoundedCornerTests.java | 276 final RoundedCorner bottomLeft = display.getRoundedCorner(POSITION_BOTTOM_LEFT); in calculateWindowBounds() local
|
/aosp_15_r20/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | StyledCornersBitmapDrawable.java | 480 private void setCornerStyles(int topLeft, int topRight, int bottomRight, int bottomLeft) { in setCornerStyles()
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/input/debug/ |
H A D | FocusEventDebugView.java | 119 final RoundedCorner bottomLeft = in onApplyWindowInsets() local
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fTextureMipmapTests.cpp | 173 Vec2 bottomLeft; in getBasicTexCoord2D() member 191 const Vec2 &bottomLeft = s_basicCoords[cellNdx].bottomLeft; in getBasicTexCoord2D() local
|