/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/ |
H A D | Detector.java | 89 FinderPattern topLeft = info.getTopLeft(); in processFinderPatternInfo() local 144 private static PerspectiveTransform createTransform(ResultPoint topLeft, in createTransform() 198 private static int computeDimension(ResultPoint topLeft, in computeDimension() 228 protected final float calculateModuleSize(ResultPoint topLeft, in calculateModuleSize()
|
H A D | FinderPatternInfo.java | 28 private final FinderPattern topLeft; field in FinderPatternInfo
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 94 public static Quad fromLineAndHeight(PointF topLeft, PointF topRight, float height) { in fromLineAndHeight() 147 public PointF topLeft() { in topLeft() method in Quad 188 PointF topLeft = rotatePoint(topLeft(), center, cosa, sina); in rotated() local 319 private Quad(PointF topLeft, PointF topRight, PointF bottomLeft, PointF bottomRight) { in Quad()
|
/aosp_15_r20/hardware/google/gfxstream/host/testlibs/windows/win32/ |
D | Win32Window.cpp | 261 POINT topLeft; in WndProc() local 280 POINT topLeft; in WndProc() local 650 POINT topLeft = {0, 0}; in takeScreenshot() local 735 POINT topLeft; in setMousePosition() local
|
/aosp_15_r20/external/angle/util/windows/win32/ |
H A D | Win32Window.cpp | 264 POINT topLeft; in WndProc() local 286 POINT topLeft; in WndProc() local 659 POINT topLeft = {0, 0}; in takeScreenshot() local 741 POINT topLeft; in setMousePosition() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/geom/ |
H A D | Rect.h | 37 AI Rect(float2 topLeft, float2 botRight) : fVals(topLeft, -botRight) {} in Rect() 47 AI static Rect XYWH(float2 topLeft, float2 size) { in XYWH() 88 AI float2 topLeft() const { return fVals.xy(); } in topLeft() function 96 AI void setTopLeft(float2 topLeft) { fVals.xy() = topLeft; } in setTopLeft()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandlerTest.java | 150 int topLeft = 200; in twoInput_triggersPinchResize_getBigger() local 191 int topLeft = 200; in twoInput_triggersPinchResize_getSmaller() local 271 private MotionEvent obtainMotionEvent(int action, int topLeft, int bottomRight) { in obtainMotionEvent()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/ |
H A D | LayerTransactionTest.h | 170 int32_t bufferWidth, int32_t bufferHeight, const Color& topLeft, in fillLayerQuadrant() 188 int32_t bufferHeight, const Color& topLeft, in fillBufferQueueLayerQuadrant() 211 int32_t bufferHeight, const Color& topLeft, in fillBufferStateLayerQuadrant()
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/pdf417/decoder/ |
H A D | BoundingBox.java | 29 private final ResultPoint topLeft; field in BoundingBox 39 ResultPoint topLeft, in BoundingBox()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotWindowController.kt | 68 val topLeft = providers.inflate(BOUNDS_POSITION_TOP, BOUNDS_POSITION_LEFT) in startOnUiThread() constant
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | PathAtlas.cpp | 117 SkIPoint topLeft = cachedLocator->topLeft(); in findOrCreateEntry() local 162 SkIPoint topLeft = locator->topLeft(); in addToAtlas() local
|
/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() 1091 private void assertBitmapQuadColor(Bitmap bitmap, int topLeft, int topRight, 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/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/viewmodel/ |
H A D | SideFpsOverlayViewModel.kt | 152 val topLeft = Point(sensorLocation.left, sensorLocation.top) in <lambda>() constant
|
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/datamatrix/detector/ |
H A D | Detector.java | 60 ResultPoint topLeft = points[0]; in detect() local 308 ResultPoint topLeft, in sampleGrid()
|
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/ |
H A D | FoldAwareColumn.kt | 324 val topLeft = root.localToWindow(Offset(boundsLeft, boundsTop)) in trueBoundsInWindow() constant
|
/aosp_15_r20/development/tools/winscope/src/common/geometry/ |
H A D | rect3d.ts | 20 topLeft: Point3D; property
|
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/ |
H A D | ui_rect3d.ts | 24 topLeft: Point3D; property
|
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/ |
D | image.cpp | 23 const RGBA8888& bottomRight, const RGBA8888& topLeft, in CreateImageContentsWithFourCorners()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/events/ |
H A D | FakePrivacyDotViewController.kt | 23 var topLeft: View? = null variable in com.android.systemui.statusbar.events.FakePrivacyDotViewController
|
/aosp_15_r20/cts/tests/surfacecontrol/surfacevalidator/src/android/view/cts/surfacevalidator/ |
H A D | SurfaceControlTestCase.java | 65 int[] topLeft = new int[2]; in getBoundsToCheck() 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 | 86 public abstract void initialize(@org.jetbrains.annotations.NotNull() in initialize()
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DockedDividerUtils.java | 63 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds()
|
/aosp_15_r20/external/skia/src/gpu/ |
H A D | AtlasTypes.cpp | 78 SkIPoint topLeft = atlasLocator.topLeft(); in dataAt() local
|