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