Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/widget/
H A DEditor.java2891 public TextView sourceTextView; field in Editor.DragLocalState
2894 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument
2895 this.sourceTextView = sourceTextView; in DragLocalState()
2909 && dragLocalState.sourceTextView == mTextView; in onDrop()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt70121 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;