Home
last modified time | relevance | path

Searched defs:bounds1 (Results 1 – 25 of 32) sorted by relevance

12

/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowContextListenerControllerTests.java170 final Rect bounds1 = new Rect(0, 0, 10, 10); in testRegisterWindowContextListenerClientConfigPropagation() local
307 final Rect bounds1 = new Rect(0, 0, 10, 10); in testConfigUpdateForSuspendedWindowContext() local
342 final Rect bounds1 = new Rect(0, 0, 10, 10); in testReportConfigUpdateForSuspendedWindowProviderService() local
H A DWindowConfigurationTests.java250 final Rect bounds1 = new Rect(0, 0, 1000, 500); in testAreConfigurationsEqualForDisplay() local
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/
H A DBoundedGenericComponent.kt25 fun bounds1(): BoundedGenerics<Int, ArrayList<String>, LinkedList<CharSequence>, Int, List<Int>> method
/aosp_15_r20/external/skia/tests/
H A DPathOpsBoundsTest.cpp43 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(sectTests[index][0]); in DEF_TEST() local
51 const SkPathOpsBounds& bounds1 = static_cast<const SkPathOpsBounds&>(noSectTests[index][0]); in DEF_TEST() local
H A DPathOpsExtendedTest.cpp167 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local
209 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
H A DImageFilterTest.cpp1515 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Drbbiapts.cpp608 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local
635 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local
662 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; in TestRuleStatus() local
870 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Drbbiapts.cpp608 int32_t bounds1[] = {0, 3, 6, 7, 8, 11}; in TestBuilder() local
635 int32_t bounds1[] = {0, 6, 7, 10, 11, 12}; in TestQuoteGrouping() local
662 int32_t bounds1[] = {0, 5, 6, 10, 11, 17, 18, 20, 21}; in TestRuleStatus() local
870 int32_t bounds1[] = {0, 4, 8}; in TestBug2190() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/domain/interactor/
H A DNotificationStackAppearanceInteractorTest.kt47 val bounds1 = in stackBounds() constant
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dmarkermanager.js826 MarkerManager.prototype.rectangleDiff_ = function (bounds1, bounds2, callback) { argument
842 MarkerManager.prototype.rectangleDiffCoords_ = function (bounds1, bounds2, callback) { argument
/aosp_15_r20/external/dagger2/javatests/dagger/functional/generictypes/
H A DBoundedGenericComponent.java28 bounds1(); in bounds1() method
/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/
H A DAccessibilityWindowInfoTest.java132 Rect bounds1 = new Rect(); in areWindowsEqual() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/splitscreen/
H A DSplitTestUtils.java50 final Rect bounds1 = new Rect(0, 0, 40, 100); in createMockSplitLayout() local
/aosp_15_r20/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/model/
DKeyFrameVariant.java235 Rect bounds1 = Objects.requireNonNull(keyFrame1).mVariant.getBounds(); in getBounds() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/
H A DRBBIAPITest.java388 …int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; in TestIsBoundary() local
/aosp_15_r20/external/icu/icu4j/main/core/src/test/java/com/ibm/icu/dev/test/rbbi/
H A DRBBIAPITest.java385 …int bounds1[] = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 20, 21, 22, 23, 25, 26}; in TestIsBoundary() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/draganddrop/
H A DDragLayout.java424 private void updateDropZoneSizes(Rect bounds1, Rect bounds2) { in updateDropZoneSizes()
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/recents/
H A DRecentTasksControllerTest.java229 SplitBounds bounds1 = new SplitBounds(new Rect(0, 0, 50, 50), in testAddSameSplitBoundsInfoSkipNotifyChange() local
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/
H A DSplitLayout.java548 private void updateBounds(int position, Rect bounds1, Rect bounds2, Rect dividerBounds, in updateBounds()
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java1909 Rect bounds1 = new Rect(700, 200, 800, 300); in testComputeMinimumBoundsForOrphanDescendants() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativePaintTest.java1257 Rect bounds1 = new Rect(); in testGetTextBounds() local
/aosp_15_r20/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2992 const SkRect& bounds1 = one.getBounds(); in debug_paths_draw_the_same() local
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/repackaged-jarjar/javac-8/
Dframework.jarandroid/hardware/input/InputManager_compat_config.xml android/hardware/input/InputManagerGlobal.class InputManagerGlobal ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/framework-minus-apex/android_common/javac/
Dframework.jar8META-INF/ META-INF/MANIFEST.MF android/ android/hardware/ android/ ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/libs/WindowManager/Shell/WindowManager-Shell/android_common/repackaged-jarjar/javac/
DWindowManager-Shell.jarcom/android/wm/shell/windowdecor/WindowDecoration.class WindowDecoration.java package com. ...

12