/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/pip/phone/ |
H A D | PipResizeGestureHandlerTest.java | 151 int bottomRight = 500; in twoInput_triggersPinchResize_getBigger() local 192 int bottomRight = 500; in twoInput_triggersPinchResize_getSmaller() local 271 private MotionEvent obtainMotionEvent(int action, int topLeft, int bottomRight) { in obtainMotionEvent()
|
/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
H A D | Quad.java | 171 public PointF bottomRight() { in bottomRight() method in Quad 191 PointF bottomRight = rotatePoint(bottomRight(), 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 | 172 const Color& bottomRight) { in fillLayerQuadrant() 190 const Color& bottomRight) { in fillBufferQueueLayerQuadrant() 213 const Color& bottomRight) { 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 | 32 private final ResultPoint bottomRight; field in BoundingBox 42 ResultPoint bottomRight) throws NotFoundException { in BoundingBox()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/ |
H A D | PrivacyDotWindowController.kt | 71 val bottomRight = providers.inflate(BOUNDS_POSITION_BOTTOM, BOUNDS_POSITION_RIGHT) 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 | 62 ResultPoint bottomRight = points[2]; in detect() local 310 ResultPoint bottomRight, in sampleGrid()
|
/aosp_15_r20/frameworks/base/core/java/android/transition/ |
H A D | ChangeBounds.java | 389 Path bottomRight = getPathMotion().getPath(startRight, startBottom, in createAnimator() local 500 public void setBottomRight(PointF bottomRight) { in setBottomRight()
|
/aosp_15_r20/external/accompanist/adaptive/src/main/java/com/google/accompanist/adaptive/ |
H A D | FoldAwareColumn.kt | 326 val bottomRight = root.localToWindow(Offset(boundsRight, boundsBottom)) in trueBoundsInWindow() constant
|
/aosp_15_r20/external/skia/gm/ |
H A D | plus.cpp | 33 SkPath bottomRight; variable
|
/aosp_15_r20/development/tools/winscope/src/common/geometry/ |
H A D | rect3d.ts | 21 bottomRight: Point3D; property
|
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/ |
H A D | ui_rect3d.ts | 25 bottomRight: 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 | 32 var bottomRight: View? = null variable in com.android.systemui.statusbar.events.FakePrivacyDotViewController
|
/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 | 89 android.view.View bottomLeft, @org.jetbrains.annotations.NotNull() in initialize()
|
D | PrivacyDotViewControllerImpl.java | 182 android.view.View bottomLeft, @org.jetbrains.annotations.NotNull() in initialize()
|
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/ml/neuralnet/twod/util/ |
H A D | UnifiedDistanceMatrix.java | 144 final Neuron bottomRight = map.getNeuron(i, j, in individualDistances() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/insets/ |
H A D | RoundedCornerTests.java | 275 final RoundedCorner bottomRight = display.getRoundedCorner(POSITION_BOTTOM_RIGHT); 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 | 125 final RoundedCorner bottomRight = in onApplyWindowInsets() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/window/ |
H A D | CrossAppDragAndDropTests.java | 236 Point bottomRight = new Point(leftSide ? displaySize.x / 2 : displaySize.x, displaySize.y); in launchFreeformActivity() local
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/navigationbar/gestural/ |
D | BackPanel.java | 310 ….RectF $this$toPathWithRoundCorners, float topLeft, float topRight, float bottomRight, float botto… in toPathWithRoundCorners()
|