Searched refs:sourceTextView (Results 1 – 2 of 2) sorted by relevance
3051 public TextView sourceTextView; field in Editor.DragLocalState3054 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument3055 this.sourceTextView = sourceTextView; in DragLocalState()3069 && dragLocalState.sourceTextView == mTextView; in onDrop()
66155 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;