/aosp_15_r20/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowContextListenerControllerTests.java | 170 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 D | WindowConfigurationTests.java | 250 final Rect bounds1 = new Rect(0, 0, 1000, 500); in testAreConfigurationsEqualForDisplay() local
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/kotlinsrc/generictypes/ |
H A D | BoundedGenericComponent.kt | 25 fun bounds1(): BoundedGenerics<Int, ArrayList<String>, LinkedList<CharSequence>, Int, List<Int>> method
|
/aosp_15_r20/external/skia/tests/ |
H A D | PathOpsBoundsTest.cpp | 43 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 D | PathOpsExtendedTest.cpp | 167 const SkRect& bounds1 = scaledOne.getBounds(); in pathsDrawTheSame() local 209 const SkRect& bounds1 = one.getBounds(); in drawAsciiPaths() local
|
H A D | ImageFilterTest.cpp | 1515 SkRect bounds1 = SkRect::MakeXYWH(10, 10, 30, 30); in DEF_TEST() local
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | rbbiapts.cpp | 608 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 D | rbbiapts.cpp | 608 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 D | NotificationStackAppearanceInteractorTest.kt | 47 val bounds1 = in stackBounds() constant
|
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
H A D | markermanager.js | 826 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 D | BoundedGenericComponent.java | 28 bounds1(); in bounds1() method
|
/aosp_15_r20/cts/tests/accessibility/src/android/view/accessibility/cts/ |
H A D | AccessibilityWindowInfoTest.java | 132 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 D | SplitTestUtils.java | 50 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/ |
D | KeyFrameVariant.java | 235 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 D | RBBIAPITest.java | 388 …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 D | RBBIAPITest.java | 385 …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 D | DragLayout.java | 424 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 D | RecentTasksControllerTest.java | 229 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 D | SplitLayout.java | 548 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/ |
D | NavigatorTest.java | 1909 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 D | ShadowNativePaintTest.java | 1257 Rect bounds1 = new Rect(); in testGetTextBounds() local
|
/aosp_15_r20/external/skia/src/pathops/ |
H A D | SkPathOpsDebug.cpp | 2992 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/ |
D | framework.jar | android/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/ |
D | framework.jar8 | META-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/ |
D | WindowManager-Shell.jar | com/android/wm/shell/windowdecor/WindowDecoration.class
WindowDecoration.java
package com. ... |