Home
last modified time | relevance | path

Searched defs:textView (Results 1 – 20 of 20) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DViewInnerTextTest.java66 private TextView textView(String text) { in textView() method in ViewInnerTextTest
70 private TextView textView(String text, int visibility) { in textView() method in ViewInnerTextTest
71 TextView textView = new TextView(context); in textView() local
DShadowTabHostTest.java128 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
142 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
DShadowCountingAdapter.java38 TextView textView = new TextView(ApplicationProvider.getApplicationContext()); in getView() local
DShadowHtmlTest.java36 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
DShadowLayoutInflaterTest.java66 TextView textView = view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultScreenSize() local
74 TextView textView = view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnScreenSize() local
82 TextView textView = view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnQualifiers() local
DShadowTextViewTest.java57 private TextView textView; field in ShadowTextViewTest
513 private TextView textView; field in ShadowTextViewTest.TestOnEditorActionListener
517 public boolean onEditorAction(TextView textView, int sentImeId, KeyEvent keyEvent) { in onEditorAction()
DShadowTabSpecTest.java85 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView() local
DShadowViewGroupTest.java226 TextView textView = new TextView(context); in dump_shouldDumpStructure() local
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java83 TextView textView = view.findViewById(R.id.text1); in inflateLayout_defaultsTo_sw320dp() local
92 TextView textView = view.findViewById(R.id.text1); in inflateLayout_overridesTo_sw720dp() local
/external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
DAboutFragment.java48 TextView textView = (TextView) getActivity().findViewById(R.id.txt_build_info); in onResume() local
DLogFragment.java40 TextView textView; field in LogFragment
DMidiFragment.java36 private TextView textView; field in MidiFragment
DAudioFragment.java65 private TextView textView; field in AudioFragment
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DResourceLoaderTest.java79 TextView textView = view.findViewById(android.R.id.text1); in checkForPollutionHelper() local
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java85 private void formatPages(Conversation conversation, TextView textView) { in formatPages()
204 TextView textView = (TextView)findViewById(R.id.typewritertext); in processText() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java133 TextView textView = (TextView) findView(view, resourceName); in findText() local
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java69 private TextView textView = null; field in OvicBenchmarkerActivity
/external/droiddriver/src/io/appium/droiddriver/instrumentation/
DViewElement.java146 TextView textView = (TextView) view; in call() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DTriggerManager.java177 TextView textView = new TextView(TriggerManager.this); in getView() local
/external/tensorflow/tensorflow/lite/java/demo/app/src/main/java/com/example/android/tflitecamerademo/
DCamera2BasicFragment.java90 private TextView textView; field in Camera2BasicFragment