Home
last modified time | relevance | path

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

/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderCustomSupport.java166 final Configuration mLastConfiguration = new Configuration(); field in LoaderCustomSupport.InterestingConfigChanges
170 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DLoaderCustom.java164 final Configuration mLastConfiguration = new Configuration(); field in LoaderCustom.InterestingConfigChanges
168 int configChanges = mLastConfiguration.updateFrom(res.getConfiguration()); in applyNewConfig()