Searched refs:interestingChanges (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1071 * @param interestingChanges The configuration changes that the resource
1076 public static boolean needNewResources(int configChanges, int interestingChanges) { argument
1077 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0;

Completed in 407 milliseconds