Home
last modified time | relevance | path

Searched refs:text2 (Results 1 – 3 of 3) sorted by relevance

/appcompat/appcompat/src/main/java/androidx/appcompat/widget/
DSuggestionsAdapter.java264 mText2 = (TextView) v.findViewById(android.R.id.text2); in ChildViewCache()
285 CharSequence text2 = getStringOrNull(cursor, mText2UrlCol); in bindView() local
286 if (text2 != null) { in bindView()
287 text2 = formatUrl(text2); in bindView()
289 text2 = getStringOrNull(cursor, mText2Col); in bindView()
294 if (TextUtils.isEmpty(text2)) { in bindView()
305 setViewText(views.mText2, text2); in bindView()
/appcompat/appcompat/src/androidTest/java/androidx/appcompat/widget/
DAppCompatButtonTest.java57 final String text2 = mResources.getString(R.string.sample_text2); in testAllCaps() local
69 assertEquals("Button starts in all caps off", text2, in testAllCaps()
80 assertEquals("Button is now in all caps on", text2.toUpperCase(), in testAllCaps()
DAppCompatTextViewTest.java143 final String text2 = mResources.getString(R.string.sample_text2); in testAllCaps() local
154 text2, textView2.getLayout().getText().toString()); in testAllCaps()
165 text2.toUpperCase(), textView2.getLayout().getText().toString()); in testAllCaps()