Searched refs:sourceTextView (Results 1 – 2 of 2) sorted by relevance
3012 public TextView sourceTextView; field in Editor.DragLocalState3015 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument3016 this.sourceTextView = sourceTextView; in DragLocalState()3030 && dragLocalState.sourceTextView == mTextView; in onDrop()
66798 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;