Home
last modified time | relevance | path

Searched defs:rectangle (Results 1 – 25 of 573) sorted by relevance

12345678910>>...23

/aosp_15_r20/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangleTest.java82 Rectangle rectangle = new Rectangle(0, 0, 100, 50); in maxSameColorRectangle_withFullSameColorRectangle_returnsSameSize() local
103 Rectangle rectangle = in maxSameColorRectangle_withBottomScreenBand_returnsLargestRectangle() local
122 Rectangle rectangle = in maxSameColorRectangle_withTopScreenBand_returnsLargestRectangle() local
140 Rectangle rectangle = in maxSameColorRectangle_withLowerLeftRectangle_returnsLargestRectangle() local
161 Rectangle rectangle = in maxSameColorRectangle_withFourRectangles_returnsLargestRectangle() local
/aosp_15_r20/external/minigbm/
H A Ddrv.h144 struct rectangle { struct
153 struct rectangle rect; argument
/aosp_15_r20/external/googleapis/google/maps/places/v1/
H A Dplaces_service.proto261 google.geo.type.Viewport rectangle = 1; field
278 google.geo.type.Viewport rectangle = 1; field
503 google.geo.type.Viewport rectangle = 1; field
515 google.geo.type.Viewport rectangle = 1; field
/aosp_15_r20/frameworks/base/core/java/android/widget/
H A DSmartSelectSprite.java74 RectangleWithTextSelectionLayout(RectF rectangle, int textSelectionLayout) { in RectangleWithTextSelectionLayout()
376 final RectF rectangle = rectangleWithTextSelectionLayout.getRectangle(); in startAnimation() local
396 final RectF rectangle = rectangleWithTextSelectionLayout.getRectangle(); in startAnimation() local
520 private static boolean contains(final RectF rectangle, final PointF point) { in contains()
/aosp_15_r20/art/test/044-proxy/src/
H A DBasicTest.java127 public int rectangle(int x, int y); in rectangle() method
137 public int rectangle(int x, int y); in rectangle() method
177 public int rectangle(int x, int y) { in rectangle() method in Mix
/aosp_15_r20/external/oboe/samples/SoundBoard/src/main/kotlin/com/google/oboe/samples/soundboard/
H A DMainActivity.kt110 val rectangle = Rect( in calculateAndSetRectangles() constant
/aosp_15_r20/external/grpc-grpc/examples/cpp/route_guide/
H A Droute_guide_callback_server.cc103 const routeguide::Rectangle* rectangle) override { in ListFeatures()
106 Lister(const routeguide::Rectangle* rectangle, in ListFeatures()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.h253 const struct lp_rast_rectangle *rectangle; member
305 lp_rast_arg_rectangle(const struct lp_rast_rectangle *rectangle) in lp_rast_arg_rectangle()
/aosp_15_r20/external/grpc-grpc/examples/ruby/errors_and_cancellation/
H A Derror_examples_server.rb39 def list_features(rectangle, _call) argument
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DScrollToParentEditText.java40 public boolean requestRectangleOnScreen(Rect rectangle, boolean immediate) { in requestRectangleOnScreen()
/aosp_15_r20/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/java/com/android/devicediagnostics/evaluated/
DScreenTestActivity.kt44 private lateinit var rectangle: View variable in com.android.devicediagnostics.evaluated.ScreenTestActivity
/aosp_15_r20/external/moshi/examples/src/main/java/com/squareup/moshi/recipes/
H A DCustomQualifier.java40 Rectangle rectangle = jsonAdapter.fromJson(json); in run() local
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter_proto_converter.cc324 void Converter::Visit(const Rectangle& rectangle) { in Visit()
366 void Converter::WriteRectangle(std::tuple<T, T, T, T> rectangle) { in WriteRectangle() argument
639 auto rectangle = in WriteNonEmptyIRect() local
659 auto rectangle = WriteNonEmptyIRect(region.bounds()); in Visit() local
/aosp_15_r20/external/python/cpython2/Lib/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): function
/aosp_15_r20/external/python/cpython3/Lib/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/curses/
Dtextpad.py6 def rectangle(win, uly, ulx, lry, lrx): function
/aosp_15_r20/external/grpc-grpc/examples/ruby/route_guide/
H A Droute_guide_server.rb102 def list_features(rectangle, _call) argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/range/test/
Diterator_ext.cpp47 class rectangle : public shape class
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/interval/examples/
Dfindroot_demo.cpp120 typedef std::pair<I, I> rectangle; in find_zeros() typedef
/aosp_15_r20/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DBlankScreenDetectorWithSameColorRectangle.java143 private static long getRectangleArea(Rectangle rectangle) { in getRectangleArea()
/aosp_15_r20/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DGestureFloatingTextDrawingPreview.java163 final RectF rectangle = mGesturePreviewRectangle; in updatePreviewPosition() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DSize.java56 public static Size of(Rect rectangle) { in of()

12345678910>>...23