OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:applyNewConfig
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/applications/
InterestingConfigChanges.java
27
boolean
applyNewConfig
(Resources res) {
AppOpsCategory.java
74
boolean
applyNewConfig
(Resources res) {
185
boolean configChange = mLastConfig.
applyNewConfig
(getContext().getResources());
/development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java
167
boolean
applyNewConfig
(Resources res) {
303
boolean configChange = mLastConfig.
applyNewConfig
(getContext().getResources());
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java
169
boolean
applyNewConfig
(Resources res) {
305
boolean configChange = mLastConfig.
applyNewConfig
(getContext().getResources());
Completed in 2488 milliseconds