Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java3051 public TextView sourceTextView; field in Editor.DragLocalState
3054 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument
3055 this.sourceTextView = sourceTextView; in DragLocalState()
3069 && dragLocalState.sourceTextView == mTextView; in onDrop()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt66155 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;