/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/globalactions/ |
H A D | GlobalActionsLayoutTest.java | 175 View view1 = new View(mContext, null); in testOnUpdateList_oneSeparatedOneList() local 197 View view1 = new View(mContext, null); in testOnUpdateList_twoSeparatedItems() local 222 View view1 = new View(mContext, null); in testOnUpdateList_twoSeparatedItems_reverse() local 245 View view1 = new View(mContext, null); in testOnUpdateList_fourInList() local 277 View view1 = new View(mContext, null); in testOnUpdateList_fourInList_reverse() local
|
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/folder/ |
D | FolderTest.kt | 829 val view1 = Mockito.mock(View::class.java) in onRemove should call removeItem with the correct views() constant 850 val view1 = Mockito.mock(View::class.java) in onRemove should set mRearrangeOnClose to true and not call rearrangeChildren if animating() constant 872 val view1 = Mockito.mock(View::class.java) in onRemove should set not change mRearrangeOnClose and not call rearrangeChildren if not animating() constant 892 val view1 = Mockito.mock(View::class.java) in onRemove should call close if mIsOpen is true and item count is less than or equal to one() constant 913 val view1 = Mockito.mock(View::class.java) in onRemove should call replaceFolderWithFinalItem if mIsOpen is false and item count is less than or equal to one() constant
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.all/range.ref.view/ |
H A D | range.ref.view.pass.cpp | 125 std::ranges::ref_view<Range> view1 = range1; in test() local 144 std::ranges::ref_view<Range> view1 = range1; in test() local 163 std::ranges::ref_view<Range> view1 = range; in test() local 177 std::ranges::ref_view<Range> view1 = range1; in test() local 190 std::ranges::ref_view<Range> view1 = range1; in test() local
|
/aosp_15_r20/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/stats/ |
H A D | ViewManagerImplTest.java | 172 View view1 = in getAllExportedViewsResultIsUnmodifiable() local 221 View view1 = in preventRegisteringDifferentViewWithSameName() local 245 View view1 = in preventRegisteringDifferentMeasureWithSameName() local 255 private void testFailedToRegisterView(View view1, View view2, String message) { in testFailedToRegisterView() 748 final View view1 = in testMultipleViewSameMeasure() local 802 final View view1 = createCumulativeView(VIEW_NAME, measure1, DISTRIBUTION, Arrays.asList(KEY)); in testMultipleViews_DifferentMeasures() local 933 View view1 = in registerDifferentViewWithSameNameWithStatsDisabled() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/stylus/ |
H A D | HandwritingAreaTrackerTest.java | 80 View view1 = createView(rect1); in updateHandwritingAreaForView_multipleViews() local 101 View view1 = createView(rect1); in updateHandwritingAreaForView_afterDisableAutoHandwriting() local 128 View view1 = createView(rect1); in updateHandwritingAreaForView_removesInactiveView() local
|
/aosp_15_r20/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/layout/tests/ |
D | ScaledLayoutTest.java | 59 View view1 = scaledLayout.findViewById(R.id.view1); in testScaledLayout_layoutInXml() local 93 View view1 = scaledLayout.findViewById(R.id.view1); in testScaledLayout_layoutThroughCode() local 127 View view1 = scaledLayout.findViewById(R.id.view1); in testScaledLayout_bounceY() local
|
D | ScaledLayoutActivity.java | 42 View view1 = new View(this); in createScaledLayoutTestcaseLayout() local 70 View view1 = new View(this); in createScaledLayoutTestcaseBounceY() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | ViewAttributeTest.java | 94 View view1 = rootView.findViewById(R.id.view1); in testGetExplicitStyle() local 116 View view1 = rootView.findViewById(R.id.view1); in testGetAttributeResolutionStack() local 134 View view1 = rootView.findViewById(R.id.view1); in testGetAttributeSourceResourceMap() local
|
H A D | ViewTreeObserverTest.java | 100 final View view1 = mActivity.findViewById(R.id.view1); in testAddOnGlobalFocusChangeListener() local 245 final View view1 = mActivity.findViewById(R.id.view1); in testRemoveOnGlobalFocusChangeListener() local
|
H A D | ViewGroup_ScrollCaptureTest.java | 246 final MockView view1 = new MockView(context, 0, 0, 200, 25); in testDispatchScrollCaptureSearch_toChildren() local 343 final MockView view1 = new MockView(context, 0, -100, 200, 100); in testOnScrollCaptureSearch_withPadding() local
|
H A D | ViewSourceLayoutTest.java | 54 View view1 = activity.findViewById(R.id.view1); in testGetSourceLayout() local
|
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ |
D | NavigatorTest.java | 1057 AccessibilityNodeInfo view1 = mNodeBuilder in testFindNudgeTargetFocusArea3() local 1143 AccessibilityNodeInfo view1 = mNodeBuilder in testFindNudgeTargetFocusArea4() local 1240 AccessibilityNodeInfo view1 = mNodeBuilder in testFindNudgeTargetFocusArea5() local 1329 AccessibilityNodeInfo view1 = mNodeBuilder in testFindNudgeTargetFocusArea6() local 1385 AccessibilityNodeInfo view1 = mNodeBuilder in testFindFirstOrphan() local 1910 AccessibilityNodeInfo view1 = mNodeBuilder in testComputeMinimumBoundsForOrphanDescendants() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
H A D | gl_buffer_test.cc | 89 GlBuffer view1; in TEST() local 107 GlBuffer view1; in TEST() local
|
/aosp_15_r20/external/opencensus-java/api/src/test/java/io/opencensus/stats/ |
H A D | NoopViewManagerTest.java | 56 final View view1 = in noopViewManager_RegisterView_DisallowRegisteringDifferentViewWithSameName() local 174 View view1 = in getAllExportedViews_ResultIsUnmodifiable() local
|
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/ |
H A D | RelativeLayout_LayoutParamsTest.java | 106 View view1 = mActivity.findViewById(R.id.relative_view1); in testConstructor() local 213 View view1 = mActivity.findViewById(R.id.relative_view21); in testStartEnd() local
|
/aosp_15_r20/external/emboss/compiler/back_end/cpp/testcode/ |
H A D | parameters_test.cc | 44 auto view1 = MakeAxisPairView(AxisType::X_AXIS, AxisType::Y_AXIS, &values); in TEST() local 77 auto view1 = MakeAxesView(2, &values); in TEST() local
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ViewGroupScrollCaptureTest.java | 260 final MockView view1 = new MockView(context, 0, 20, 200, 200); in testDispatchScrollCaptureSearch_traversesInDrawingOrder() local 335 final MockView view1 = new MockView(context, 0, 0, 200, 25); in testDispatchScrollCaptureSearch_toChildren() local 433 final MockView view1 = new MockView(context, 0, -100, 200, 100); in testOnScrollCaptureSearch_withPadding() local
|
H A D | ScrollFeedbackProviderTest.java | 48 View view1 = new View(mContext); in testDefaultProvider_createsDistinctProvidesOnMultipleCalls() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainerTest.java | 213 View view1 = mKeyguardSecurityContainer.findViewById( in testUserSwitcherToOneHandedRemovesViews() local 222 View view1 = mKeyguardSecurityContainer.findViewById( in testUserSwitcherToOneHandedRemovesViews() local
|
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/ |
H A D | ShadowListViewTest.java | 51 View view1 = new View(context); in addHeaderView_ShouldRecordHeaders() local 87 View view1 = new View(context); in addFooterView_ShouldRecordFooters() local
|
H A D | ShadowViewTest.java | 118 View view1 = in measuredDimensions() local 130 View view1 = in layout_shouldCallOnLayoutOnlyIfChanged() local 556 TestView view1 = new TestView(buildActivity(Activity.class).create().get()); in test_measuredDimension() local
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/ranges/range.adaptors/range.chunk.by/ |
H A D | assert.begin.pass.cpp | 26 auto view1 = std::views::chunk_by(input, ThrowOnCopyPred{}); in main() local
|
H A D | assert.find-next.pass.cpp | 28 auto view1 = std::views::chunk_by(input, ThrowOnCopyPred{}); in main() local
|
H A D | assert.find-prev.pass.cpp | 36 auto view1 = std::views::chunk_by(input, ThrowOnCopyPred{}); in main() local
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/ |
D | single_view.cpp | 49 single_view<int> view1(3); in main() local
|