Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DConfiguration.java1049 public static boolean needNewResources(int configChanges, int interestingChanges) { in needNewResources() argument
1050 return (configChanges & (interestingChanges|ActivityInfo.CONFIG_FONT_SCALE)) != 0; in needNewResources()