Searched defs:mEditableFactory (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DTextView.java277 private Editable.Factory mEditableFactory = Editable.Factory.getInstance(); field in class:TextView
3504 mEditableFactory = factory;
3612 Editable t = mEditableFactory.newEditable(text);

Completed in 21 milliseconds