Searched refs:mApplyStrategy (Results 1 – 3 of 3) sorted by relevance
47 private final int mApplyStrategy; field in TextLinksParams54 mApplyStrategy = applyStrategy; in TextLinksParams()124 if (mApplyStrategy == TextLinks.APPLY_STRATEGY_REPLACE) { in apply()151 private int mApplyStrategy = TextLinks.APPLY_STRATEGY_IGNORE; field in TextLinksParams.Builder161 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()191 return new TextLinksParams(mApplyStrategy, mSpanFactory); in build()
650 private @ApplyStrategy int mApplyStrategy; field in TextLinks.Options709 mApplyStrategy = applyStrategy; in setApplyStrategy()731 return mApplyStrategy; in getApplyStrategy()
286 private @ApplyStrategy int mApplyStrategy; field in TextLinks.Options323 mApplyStrategy = applyStrategy; in setApplyStrategy()375 return mApplyStrategy; in getApplyStrategy()412 dest.writeInt(mApplyStrategy); in writeToParcel()437 mApplyStrategy = in.readInt(); in Options()