Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewTreeObserverTest.java85 final View view1 = mActivity.findViewById(R.id.view1); in testAddOnGlobalFocusChangeListener() local
215 final View view1 = mActivity.findViewById(R.id.view1); in testRemoveOnGlobalFocusChangeListener() local
DViewPaddingTest.java54 View view1 = viewGroup.findViewById(R.id.view1); in testPadding() local
DViewGroup_MarginLayoutParamsTest.java232 View view1 = viewGroup.findViewById(R.id.view1); in testVerticalHorizontalMargins() local
DViewGroupTest.java2290 TemporaryDetachingMockView view1 = new TemporaryDetachingMockView(mContext); in testTemporaryDetach() local
/cts/tests/tests/widget/src/android/widget/cts/
DRelativeLayout_LayoutParamsTest.java96 View view1 = mActivity.findViewById(R.id.relative_view1); in testConstructor() local
203 View view1 = mActivity.findViewById(R.id.relative_view21); in testStartEnd() local
DTabWidgetTest.java247 View view1 = new TextView(mActivity); in testAddView() local
DCheckedTextViewTest.java123 final CheckedTextView view1 = (CheckedTextView) adapter.getView(1, null, null); in testChecked() local