Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DEditor.java3012 public TextView sourceTextView; field in Editor.DragLocalState
3015 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument
3016 this.sourceTextView = sourceTextView; in DragLocalState()
3030 && dragLocalState.sourceTextView == mTextView; in onDrop()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt66798 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;