Home
last modified time | relevance | path

Searched defs:applyStrategy (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java51 private TextLinksParams( in TextLinksParams()
167 public Builder setApplyStrategy(@TextLinks.ApplyStrategy int applyStrategy) { in setApplyStrategy()
204 private static int checkApplyStrategy(int applyStrategy) { in checkApplyStrategy()
DTextLinks.java156 @ApplyStrategy int applyStrategy, in apply()