Home
last modified time | relevance | path

Searched refs:realTextView (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java28 @RealObject TextView realTextView; field in ShadowTextView
67 directlyOn(realTextView, TextView.class).setTextAppearance(context, resid); in setTextAppearance()
74 return directlyOn(realTextView, TextView.class).onKeyDown(keyCode, event); in onKeyDown()
81 return directlyOn(realTextView, TextView.class).onKeyUp(keyCode, event); in onKeyUp()
99 CharSequence text = realTextView.getText(); in innerText()
100 return (text == null || realTextView.getVisibility() != View.VISIBLE) ? "" : text.toString(); in innerText()
110 directlyOn(realTextView, TextView.class).addTextChangedListener(watcher); in addTextChangedListener()
116 directlyOn(realTextView, TextView.class).removeTextChangedListener(watcher); in removeTextChangedListener()
134 CharSequence text = realTextView.getText(); in dumpAttributes()
153 directlyOn(realTextView, TextView.class).setOnEditorActionListener(l); in setOnEditorActionListener()
[all …]