Home
last modified time | relevance | path

Searched defs:view2 (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DViewSourceLayoutTest.java46 View view2 = activity.findViewById(R.id.view2); in testGetSourceLayout() local
DViewTreeObserverTest.java88 final View view2 = mActivity.findViewById(R.id.view2); in testAddOnGlobalFocusChangeListener() local
233 final View view2 = mActivity.findViewById(R.id.view2); in testRemoveOnGlobalFocusChangeListener() local
DViewAttributeTest.java79 View view2 = rootView.findViewById(R.id.view2); in testGetExplicitStyle() local
DViewPaddingTest.java56 View view2 = viewGroup.findViewById(R.id.view2); in testPadding() local
DViewGroup_MarginLayoutParamsTest.java234 View view2 = viewGroup.findViewById(R.id.view2); in testVerticalHorizontalMargins() local
DViewTest.java511 final MockView view2 = (MockView) mActivity.findViewById(R.id.scroll_view); in testMouseEventCallsGetPointerIcon() local
2197 final View view2 = mActivity.findViewById(R.id.fit_windows); in testHasWindowFocus() local
4103 final MockView view2 = (MockView) mActivity.findViewById(R.id.scroll_view_2); in testScrollbarSize() local
4902 final View view2 = mActivity.findViewById(R.id.transform_matrix_view_2); in testTransformMatrixToLocal() local
4974 View view2 = new View(mContext); in testGetUniqueDrawingId() local
DViewGroupTest.java2466 TemporaryDetachingMockView view2 = new TemporaryDetachingMockView(mContext); in testTemporaryDetach() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DVisibilitySetterActionTest.java102 final View view2 = new View(sContext); in testMultipleChildren() local
DDuplicateIdActivityTest.java109 final AssistStructure.ViewNode view2 = views1[1]; in testDoNotRestoreDuplicateAutofillIds() local
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java106 View view2 = mActivity.findViewById(R.id.relative_view2); in testConstructor() local
213 View view2 = mActivity.findViewById(R.id.relative_view22); in testStartEnd() local
DTabWidgetTest.java264 View view2 = new RelativeLayout(mActivity); in testAddView() local
DCheckedTextViewTest.java125 final CheckedTextView view2 = (CheckedTextView) adapter.getView(2, null, null); in testChecked() local