OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changingvalues
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/coretests/src/android/content/res/
ConfigurationBoundResourceCacheTest.java
158
TypedValue[]
changingValues
= new TypedValue[]{new TypedValue(), new TypedValue()};
167
res.getValue(R.dimen.resource_cache_test_orientation_dependent,
changingValues
[i],
169
changingDim = TypedValue.complexToDimension(
changingValues
[i].data,
176
changingValues
[i].changingConfigurations));
Completed in 56 milliseconds