OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:changingvalue
(Results
1 - 1
of
1
) sorted by null
/frameworks/base/core/tests/coretests/src/android/content/res/
ConfigurationBoundResourceCacheTest.java
101
TypedValue
changingValue
= new TypedValue();
104
res.getValue(R.dimen.resource_cache_test_orientation_dependent,
changingValue
, true);
105
float changingDim = TypedValue.complexToDimension(
changingValue
.data,
108
new DummyFloatConstantState(changingDim,
changingValue
.changingConfigurations));
125
TypedValue
changingValue
= new TypedValue();
128
res.getValue(R.dimen.resource_cache_test_orientation_dependent,
changingValue
, true);
130
float changingDim = TypedValue.complexToDimension(
changingValue
.data,
135
new DummyFloatConstantState(changingDim,
changingValue
.changingConfigurations));
Completed in 221 milliseconds