Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsRecyclingTest.java95 View text2 = container.getChildAt(1); in recycleWhenIdentical() local
126 View text2 = container.getChildAt(1); in doesntRecycleWhenNotAskingForRecycling() local
155 View text2 = container.getChildAt(1); in recycleWhenInsertView() local
190 View text2 = container.getChildAt(2); in recycleWhenRemovingMiddleView() local
223 View text2 = container.getChildAt(1); in recycleWhenAddingAtEnd() local
256 View text2 = container.getChildAt(1); in recycleWhenRemovingFromEnd() local
358 View text2 = container.getChildAt(2); in recycleWhenRemovingFromEndAndInsertInMiddleAtManyLevels() local
DTwoLineListItemTest.java110 TextView text2 = new TextView(mActivity); in testOnFinishInflate() local
DDialerFilterTest.java403 final EditText text2 = new EditText(mActivity); in createMyDialerFilter() local
DTextViewTest.java674 final CharSequence text2 = in testAccessAutoLinkMask() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleScannerHardwareScanFilterActivity.java167 TextView text2 = (TextView) view.findViewById(android.R.id.text2); in getView() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DBaseInputConnectionTest.java127 final Editable text2 = connection.getEditable(); in testOpTextMethods() local
/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenizerTest.java100 String text2 = token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4 + ","; in testFindTokenEnd() local