Searched refs:sourceTextView (Results 1 – 1 of 1) sorted by relevance
1825 public TextView sourceTextView; field in Editor.DragLocalState1828 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument1829 this.sourceTextView = sourceTextView; in DragLocalState()1852 dragLocalState.sourceTextView == mTextView; in onDrop()