Searched refs:interestingChanges (Results 1 – 1 of 1) sorted by relevance
1049 public static boolean needNewResources(int configChanges, int interestingChanges) { in needNewResources() argument1050 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0; in needNewResources()