OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mLastConfig
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
208
final InterestingConfigChanges
mLastConfig
= new InterestingConfigChanges();
301
boolean configChange =
mLastConfig
.applyNewConfig(getContext().getResources());
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
208
final InterestingConfigChanges
mLastConfig
= new InterestingConfigChanges();
301
boolean configChange =
mLastConfig
.applyNewConfig(getContext().getResources());
Completed in 102 milliseconds