Searched refs:sourceTextView (Results 1 – 1 of 1) sorted by relevance
2794 public TextView sourceTextView; field in Editor.DragLocalState2797 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument2798 this.sourceTextView = sourceTextView; in DragLocalState()2835 && dragLocalState.sourceTextView == mTextView; in onDrop()