/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | ViewInnerTextTest.java | 66 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
|
D | HtmlTest.java | 28 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
|
D | TextViewTest.java | 40 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()
|
D | CountingAdapter.java | 37 TextView textView = new TextView(null); in getView() local
|
D | TabHostTest.java | 120 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local 134 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
|
D | AbsSpinnerTest.java | 124 TextView textView = new TextView(getContext()); in getView() local
|
D | TabSpecTest.java | 81 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView() local
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/res/ |
D | ViewLoaderTest.java | 70 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
|
D | ResourceLoaderTest.java | 72 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/ |
D | ApiCompatibilityUtils.java | 174 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/ |
D | MockGrantCredentialsPermissionActivity.java | 36 TextView textView = new TextView(this); in onCreate() local
|
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/ |
D | AddressWidgetUiComponentProvider.java | 56 TextView textView = (TextView) mInflater.inflate(R.layout.address_textview, null, false); in createUiLabel() local
|
D | AddressWidget.java | 226 TextView textView = mComponentProvider.createUiLabel(fieldText, widthType); in createView() local
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | ConversationDialogActivity.java | 85 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/ |
D | ViewElement.java | 78 TextView textView = (TextView) view; in run() local
|