Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java2648 public TextView sourceTextView; field in Editor.DragLocalState
2651 public DragLocalState(TextView sourceTextView, int start, int end) { in DragLocalState() argument
2652 this.sourceTextView = sourceTextView; in DragLocalState()
2689 && dragLocalState.sourceTextView == mTextView; in onDrop()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81227 Landroid/widget/Editor$DragLocalState;->sourceTextView:Landroid/widget/TextView;