Home
last modified time | relevance | path

Searched defs:view1 (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/globalactions/
H A DGlobalActionsLayoutTest.java175 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/
DFolderTest.kt829 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 Drange.ref.view.pass.cpp125 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 DViewManagerImplTest.java172 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 DHandwritingAreaTrackerTest.java80 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/
DScaledLayoutTest.java59 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
DScaledLayoutActivity.java42 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 DViewAttributeTest.java94 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 DViewTreeObserverTest.java100 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 DViewGroup_ScrollCaptureTest.java246 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 DViewSourceLayoutTest.java54 View view1 = activity.findViewById(R.id.view1); in testGetSourceLayout() local
/aosp_15_r20/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/
DNavigatorTest.java1057 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 Dgl_buffer_test.cc89 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 DNoopViewManagerTest.java56 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 DRelativeLayout_LayoutParamsTest.java106 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 Dparameters_test.cc44 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 DViewGroupScrollCaptureTest.java260 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 DScrollFeedbackProviderTest.java48 View view1 = new View(mContext); in testDefaultProvider_createsDistinctProvidesOnMultipleCalls() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/
H A DKeyguardSecurityContainerTest.java213 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 DShadowListViewTest.java51 View view1 = new View(context); in addHeaderView_ShouldRecordHeaders() local
87 View view1 = new View(context); in addFooterView_ShouldRecordFooters() local
H A DShadowViewTest.java118 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 Dassert.begin.pass.cpp26 auto view1 = std::views::chunk_by(input, ThrowOnCopyPred{}); in main() local
H A Dassert.find-next.pass.cpp28 auto view1 = std::views::chunk_by(input, ThrowOnCopyPred{}); in main() local
H A Dassert.find-prev.pass.cpp36 auto view1 = std::views::chunk_by(input, ThrowOnCopyPred{}); in main() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/sequence/
Dsingle_view.cpp49 single_view<int> view1(3); in main() local

12345678910>>...15