file: android.widget.Editor
package android.widget;
/**
* Helper class used by TextView to handle editable text views.
*
* @hide
*/
public class Editor {
....
}
和
file: android.widget.TextView
package android.widget;
@RemoteView
public class TextView extends View implements ViewTreeObserver.OnPreDrawListener {
}
但是我无法理解为什么我的单位能够做到
但我无法做到
我如何访问单元android.widget.Editor?