Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/textclassifier/
DTextLinksParams.java46 private final int mApplyStrategy; field in TextLinksParams
53 mApplyStrategy = applyStrategy; in TextLinksParams()
130 if (mApplyStrategy == TextLinks.APPLY_STRATEGY_REPLACE) { in apply()
157 private int mApplyStrategy = TextLinks.APPLY_STRATEGY_IGNORE; field in TextLinksParams.Builder
167 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()
197 return new TextLinksParams(mApplyStrategy, mSpanFactory); in build()