Searched refs:newEditable (Results 1 – 10 of 10) sorted by relevance
51 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace()72 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()90 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()112 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()120 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()127 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()173 Editable content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()181 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()216 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()239 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()[all …]
46 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructor()66 Editable text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()91 text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()107 final Editable content = Editable.Factory.getInstance().newEditable(str); in testOnClick()
39 final Editable content = Editable.Factory.getInstance().newEditable(str); in testPressKey()64 final Editable content = Editable.Factory.getInstance().newEditable(str); in testReleaseKey()87 Spannable content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress()96 content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress()105 content = Editable.Factory.getInstance().newEditable(str); in testAdjustMetaAfterKeypress()130 Spannable text = Editable.Factory.getInstance().newEditable(str); in testResetMetaState()138 text = Editable.Factory.getInstance().newEditable(str); in testResetMetaState()146 text = Editable.Factory.getInstance().newEditable(str); in testResetMetaState()252 Editable text = Editable.Factory.getInstance().newEditable(str); in testClearMetaKeyState()260 text = Editable.Factory.getInstance().newEditable(str); in testClearMetaKeyState()[all …]
175 mText = Editable.Factory.getInstance().newEditable(spannable); in setByString()
211 Editable jpEditNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods()214 jpEditNumber = Editable.Factory.getInstance().newEditable("09077777777"); in testFormatMethods()217 jpEditNumber = Editable.Factory.getInstance().newEditable("0120777777"); in testFormatMethods()220 jpEditNumber = Editable.Factory.getInstance().newEditable("+81377777777"); in testFormatMethods()223 jpEditNumber = Editable.Factory.getInstance().newEditable("+819077777777"); in testFormatMethods()230 Editable editNumber = Editable.Factory.getInstance().newEditable("0377777777"); in testFormatMethods()233 editNumber = Editable.Factory.getInstance().newEditable("+177777777"); in testFormatMethods()236 editNumber = Editable.Factory.getInstance().newEditable("+8177777777"); in testFormatMethods()
36 Editable actual = mFactory.newEditable(source); in testNewEditable()
567 Editable editable = Editable.Factory.getInstance().newEditable("123\t\n555"); in testImmutableStaticLayout()
131 Editable inputText = Editable.Factory.getInstance().newEditable(str); in testOpTextMethods()187 Editable inputText = Editable.Factory.getInstance().newEditable(str); in testFinishComposingText()274 final Editable editable = Editable.Factory.getInstance().newEditable(source); in createDummyConnectionWithSelection()
5432 public Editable newEditable(CharSequence source) { in newEditable() method in TextViewTest.MockEditableFactory5435 return super.newEditable(source); in newEditable()
76128 public android.text.Editable newEditable(