Home
last modified time | relevance | path

Searched defs:topLeft (Results 1 – 25 of 378) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/qrcode/detector/
H A DDetector.java89 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 DFinderPatternInfo.java28 private final FinderPattern topLeft; field in FinderPatternInfo
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/
H A DQuad.java94 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/
DWin32Window.cpp261 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 DWin32Window.cpp264 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 DRect.h37 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 DPipResizeGestureHandlerTest.java150 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 DLayerTransactionTest.h170 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 DBoundingBox.java29 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 DPrivacyDotWindowController.kt68 val topLeft = providers.inflate(BOUNDS_POSITION_TOP, BOUNDS_POSITION_LEFT) in startOnUiThread() constant
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DPathAtlas.cpp117 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 DPixelCopyTest.java1060 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 DPixelCopyGLProducerCtsActivity.java47 public QuadColorGLRenderer(int topLeft, int topRight, int bottomLeft, int bottomRight) { in QuadColorGLRenderer()
H A DTextureViewTest.java904 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 DSideFpsOverlayViewModel.kt152 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 DDetector.java60 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 DFoldAwareColumn.kt324 val topLeft = root.localToWindow(Offset(boundsLeft, boundsTop)) in trueBoundsInWindow() constant
/aosp_15_r20/development/tools/winscope/src/common/geometry/
H A Drect3d.ts20 topLeft: Point3D; property
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Dui_rect3d.ts24 topLeft: Point3D; property
/aosp_15_r20/device/google/cuttlefish/tests/graphics/vulkan/
Dimage.cpp23 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 DFakePrivacyDotViewController.kt23 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 DSurfaceControlTestCase.java65 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/
DPrivacyDotViewController.java86 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 DDockedDividerUtils.java63 public static void sanitizeStackBounds(Rect bounds, boolean topLeft) { in sanitizeStackBounds()
/aosp_15_r20/external/skia/src/gpu/
H A DAtlasTypes.cpp78 SkIPoint topLeft = atlasLocator.topLeft(); in dataAt() local

12345678910>>...16