Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java47 private final int mApplyStrategy; field in TextLinksParams
54 mApplyStrategy = applyStrategy; in TextLinksParams()
124 if (mApplyStrategy == TextLinks.APPLY_STRATEGY_REPLACE) { in apply()
151 private int mApplyStrategy = TextLinks.APPLY_STRATEGY_IGNORE; field in TextLinksParams.Builder
161 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()
191 return new TextLinksParams(mApplyStrategy, mSpanFactory); in build()
DTextLinks.java650 private @ApplyStrategy int mApplyStrategy; field in TextLinks.Options
709 mApplyStrategy = applyStrategy; in setApplyStrategy()
731 return mApplyStrategy; in getApplyStrategy()
/frameworks/support/textclassifier/src/main/java/androidx/textclassifier/
DTextLinks.java286 private @ApplyStrategy int mApplyStrategy; field in TextLinks.Options
323 mApplyStrategy = applyStrategy; in setApplyStrategy()
375 return mApplyStrategy; in getApplyStrategy()
412 dest.writeInt(mApplyStrategy); in writeToParcel()
437 mApplyStrategy = in.readInt(); in Options()