Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/inputmethod/
H A DInputConnection.java147 @interface GetTextType {} annotation
381 @GetTextType int flags) { in getSurroundingText()
H A DEditorInfo.java932 @IntRange(from = 0) int length, @InputConnection.GetTextType int flags) { in getInitialTextBeforeCursor()
957 public CharSequence getInitialSelectedText(@InputConnection.GetTextType int flags) { in getInitialSelectedText()
1000 @IntRange(from = 0) int length, @InputConnection.GetTextType int flags) { in getInitialTextAfterCursor()
1048 @InputConnection.GetTextType int flags) { in getInitialSurroundingText()
/aosp14/frameworks/base/core/java/android/accessibilityservice/
H A DInputMethod.java305 @InputConnection.GetTextType int flags) { in getSurroundingText()