Home | History | Annotate | Download | only in cts

Lines Matching refs:tv2

81         TextView tv2 = new TextView(mActivity);
83 tv2.setText(viewText2);
85 mTextSwitcher.addView(tv2, 1, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
97 assertSame(tv2, mTextSwitcher.getCurrentView());
109 assertSame(tv2, mTextSwitcher.getCurrentView());
121 TextView tv2 = new TextView(mActivity);
123 tv2.setText(viewText2);
125 mTextSwitcher.addView(tv2, 1, new ViewGroup.LayoutParams(PARAMS_WIDTH, PARAMS_HEIGHT));
156 TextView tv2 = new TextView(mActivity);
171 mTextSwitcher.addView(tv2, Integer.MAX_VALUE,
178 mTextSwitcher.addView(tv2, 1,
180 assertSame(tv2, mTextSwitcher.getChildAt(1));