Searched defs:textView (Results 1 – 13 of 13) sorted by relevance
66 private TextView textView(String text) { in textView() method in ViewInnerTextTest70 private TextView textView(String text, int visibility) { in textView() method in ViewInnerTextTest71 TextView textView = new TextView(activity); in textView() local
40 private TextView textView; field in TextViewTest49 TextView textView = new TextView(null); in shouldTriggerTheImeListener() local98 TextView textView = new TextView(null); in testGetTextAppearanceId() local394 private TextView textView; field in TextViewTest.TestOnEditorActionListener398 public boolean onEditorAction(TextView textView, int sentImeId, KeyEvent keyEvent) { in onEditorAction()
28 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
120 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local134 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
37 TextView textView = new TextView(null); in getView() local
124 TextView textView = new TextView(getContext()); in getView() local
81 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView() local
70 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultScreenSize() local78 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() local86 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local94 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultVersion() local102 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnNewestVersion() local111 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() local120 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() local
72 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local90 TextView textView = (TextView) view.findViewById(android.R.id.text1); in checkForPollutionHelper() local
85 private void formatPages(Conversation conversation, TextView textView) { in formatPages()204 TextView textView = (TextView)findViewById(R.id.typewritertext); in processText() local
77 TextView textView = (TextView) view; in call() local
177 TextView textView = new TextView(TriggerManager.this); in getView() local
57 TextView textView; field in AndroidOnscreenKeyboard