Searched refs:sourceTextView (Results 1 – 2 of 2) sorted by relevance
2648 public TextView sourceTextView; field in Editor.DragLocalState2651 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument2652 this.sourceTextView = sourceTextView; in DragLocalState()2689 && dragLocalState.sourceTextView == mTextView; in onDrop()
81227 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;