Home
last modified time | relevance | path

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

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