Searched refs:newEditable (Results 1 – 8 of 8) sorted by relevance
44 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace()65 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()83 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace()105 Editable content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()113 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()120 content = Editable.Factory.getInstance().newEditable(TEST_STRING); in testBackspace_withAlt()166 Editable content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()174 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()209 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()232 content = Editable.Factory.getInstance().newEditable(testText); in testBackspace_withCtrl()[all …]
50 final Editable content = Editable.Factory.getInstance().newEditable(str); in testConstructor()70 Editable text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()95 text = Editable.Factory.getInstance().newEditable(str); in testOnItemClick()111 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 …]
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()
559 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()
4833 public Editable newEditable(CharSequence source) { in newEditable() method in TextViewTest.MockEditableFactory4836 return super.newEditable(source); in newEditable()