Searched refs:mApplyStrategy (Results 1 – 1 of 1) sorted by relevance
46 private final int mApplyStrategy; field in TextLinksParams53 mApplyStrategy = applyStrategy; in TextLinksParams()130 if (mApplyStrategy == TextLinks.APPLY_STRATEGY_REPLACE) { in apply()157 private int mApplyStrategy = TextLinks.APPLY_STRATEGY_IGNORE; field in TextLinksParams.Builder167 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()197 return new TextLinksParams(mApplyStrategy, mSpanFactory); in build()