Home
last modified time | relevance | path

Searched defs:textView (Results 1 – 15 of 15) 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/chromium_org/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java174 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, in setCompoundDrawablesRelative()
193 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
211 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/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
DAddressWidgetUiComponentProvider.java56 TextView textView = (TextView) mInflater.inflate(R.layout.address_textview, null, false); in createUiLabel() local
DAddressWidget.java226 TextView textView = mComponentProvider.createUiLabel(fieldText, widthType); in createView() 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/droiddriver/src/com/google/android/droiddriver/instrumentation/
DViewElement.java78 TextView textView = (TextView) view; in run() local