Home
last modified time | relevance | path

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

/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/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/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/io/appium/droiddriver/instrumentation/
DViewElement.java77 TextView textView = (TextView) view; in call() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DTriggerManager.java177 TextView textView = new TextView(TriggerManager.this); in getView() local
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidOnscreenKeyboard.java57 TextView textView; field in AndroidOnscreenKeyboard