Home
last modified time | relevance | path

Searched refs:sourceTextView (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java2380 public TextView sourceTextView; field in Editor.DragLocalState
2383 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument
2384 this.sourceTextView = sourceTextView; in DragLocalState()
2420 dragLocalState.sourceTextView == mTextView; in onDrop()