Home
last modified time | relevance | path

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

/external/robolectric/src/test/java/com/xtremelabs/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(activity); in textView() local
DHtmlTest.java28 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
DTextViewTest.java40 private TextView textView; field in TextViewTest
49 TextView textView = new TextView(null); in shouldTriggerTheImeListener() local
98 TextView textView = new TextView(null); in testGetTextAppearanceId() local
394 private TextView textView; field in TextViewTest.TestOnEditorActionListener
398 public boolean onEditorAction(TextView textView, int sentImeId, KeyEvent keyEvent) { in onEditorAction()
DCountingAdapter.java37 TextView textView = new TextView(null); in getView() local
DTabHostTest.java120 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
134 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
DAbsSpinnerTest.java124 TextView textView = new TextView(getContext()); in getView() local
DTabSpecTest.java81 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView() local
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/
DViewLoaderTest.java70 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultScreenSize() local
78 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPath() local
86 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local
94 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnDefaultVersion() local
102 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnNewestVersion() local
111 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesFirstFileFoundOnPathWithVersionNumber() local
120 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_choosesBestFileFoundOnPathWithVersionNumber() local
DResourceLoaderTest.java72 TextView textView = (TextView) view.findViewById(android.R.id.text1); in testChoosesLayoutBasedOnSearchPath_respectsOrderOfPath() local
90 TextView textView = (TextView) view.findViewById(android.R.id.text1); in checkForPollutionHelper() local
/external/droiddriver/samples/testapp/src/com/google/android/apps/common/testing/ui/testapp/
DDisplayActivity.java17 TextView textView = (TextView) findViewById(R.id.displayData); in onCreate() local
DSendActivity.java165 TextView textView = (TextView) findViewById(R.id.phoneNumber); in onActivityResult() local
/external/chromium_org/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java157 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, in setCompoundDrawablesRelative()
170 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
183 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
/external/chromium_org/sync/test/android/javatests/src/org/chromium/sync/test/util/
DMockGrantCredentialsPermissionActivity.java36 TextView textView = new TextView(this); in onCreate() 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