Home
last modified time | relevance | path

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

12

/external/robolectric/v1/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
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()
DHtmlTest.java28 TextView textView = new TextView(context); in shouldBeAbleToGetTextFromTextViewAfterUsingSetTextWithHtmlDotFromHtml() local
DTabHostTest.java120 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
134 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
DCountingAdapter.java37 TextView textView = new TextView(null); in getView() local
DAbsSpinnerTest.java124 TextView textView = new TextView(getContext()); in getView() local
DTabSpecTest.java81 TextView textView = (TextView) shadowFoo.getContentView(); in shouldSetTheContentView() local
/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.java116 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromTabContentFactory() local
130 TextView textView = (TextView) tabHost.getCurrentView(); in shouldRetrieveTheCurrentViewFromViewId() local
DShadowCountingAdapter.java38 TextView textView = new TextView(RuntimeEnvironment.application); 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
511 private TextView textView; field in ShadowTextViewTest.TestOnEditorActionListener
515 public boolean onEditorAction(TextView textView, int sentImeId, KeyEvent keyEvent) { in onEditorAction()
/external/robolectric/v1/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/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DQualifiersTest.java63 TextView textView = view.findViewById(R.id.text1); in inflateLayout_defaultsTo_sw320dp() local
72 TextView textView = view.findViewById(R.id.text1); in inflateLayout_overridesTo_sw720dp() local
/external/robolectric-shadows/integration_tests/mockito/src/test/java/org/robolectric/integration_tests/mockito/
DMockitoInjectMocksTest.java21 TextView textView; field in MockitoInjectMocksTest
/external/robolectric-shadows/integration_tests/mockito-experimental/src/test/java/org/robolectric/integration_tests/mockito_experimental/
DMockitoMockFinalsTest.java23 TextView textView; field in MockitoMockFinalsTest
/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
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/
DResourceLoaderTest.java53 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/libmojo/base/android/java/src/org/chromium/base/
DApiCompatibilityUtils.java234 public static void setCompoundDrawablesRelative(TextView textView, Drawable start, Drawable top, in setCompoundDrawablesRelative()
253 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
271 public static void setCompoundDrawablesRelativeWithIntrinsicBounds(TextView textView, in setCompoundDrawablesRelativeWithIntrinsicBounds()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java131 TextView textView = (TextView) findView(view, resourceName); in findText() local

12