Searched refs:sourceTextView (Results 1 – 2 of 2) sorted by relevance
2891 public TextView sourceTextView; field in Editor.DragLocalState2894 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument2895 this.sourceTextView = sourceTextView; in DragLocalState()2909 && dragLocalState.sourceTextView == mTextView; in onDrop()
70121 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;