Searched refs:applyStrategy (Results 1 – 3 of 3) sorted by relevance
52 @TextLinks.ApplyStrategy int applyStrategy, in TextLinksParams()54 mApplyStrategy = applyStrategy; in TextLinksParams()160 public Builder setApplyStrategy(@TextLinks.ApplyStrategy int applyStrategy) { in setApplyStrategy() argument161 mApplyStrategy = checkApplyStrategy(applyStrategy); in setApplyStrategy()197 private static int checkApplyStrategy(int applyStrategy) { in checkApplyStrategy() argument198 if (applyStrategy != TextLinks.APPLY_STRATEGY_IGNORE in checkApplyStrategy()199 && applyStrategy != TextLinks.APPLY_STRATEGY_REPLACE) { in checkApplyStrategy()203 return applyStrategy; in checkApplyStrategy()
139 @ApplyStrategy int applyStrategy, in apply() argument143 .setApplyStrategy(applyStrategy) in apply()707 public Options setApplyStrategy(@ApplyStrategy int applyStrategy) { in setApplyStrategy() argument708 checkValidApplyStrategy(applyStrategy); in setApplyStrategy()709 mApplyStrategy = applyStrategy; in setApplyStrategy()749 private static void checkValidApplyStrategy(int applyStrategy) { in checkValidApplyStrategy() argument750 if (applyStrategy != APPLY_STRATEGY_IGNORE && applyStrategy != APPLY_STRATEGY_REPLACE) { in checkValidApplyStrategy()
108 @ApplyStrategy int applyStrategy, in apply() argument111 checkValidApplyStrategy(applyStrategy); in apply()129 if (applyStrategy == APPLY_STRATEGY_REPLACE) { in apply()321 public Options setApplyStrategy(@ApplyStrategy int applyStrategy) { in setApplyStrategy() argument322 checkValidApplyStrategy(applyStrategy); in setApplyStrategy()323 mApplyStrategy = applyStrategy; in setApplyStrategy()536 private static void checkValidApplyStrategy(int applyStrategy) { in checkValidApplyStrategy() argument537 if (applyStrategy != APPLY_STRATEGY_IGNORE && applyStrategy != APPLY_STRATEGY_REPLACE) { in checkValidApplyStrategy()