OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ConfigurationBoundResourceCache
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/content/res/
ConfigurationBoundResourceCache.java
27
public class
ConfigurationBoundResourceCache
<T> extends ThemedResourceCache<ConstantState<T>> {
ResourcesImpl.java
98
private final
ConfigurationBoundResourceCache
<ComplexColor> mComplexColorCache =
99
new
ConfigurationBoundResourceCache
<>();
100
private final
ConfigurationBoundResourceCache
<Animator> mAnimatorCache =
101
new
ConfigurationBoundResourceCache
<>();
102
private final
ConfigurationBoundResourceCache
<StateListAnimator> mStateListAnimatorCache =
103
new
ConfigurationBoundResourceCache
<>();
312
ConfigurationBoundResourceCache
<Animator> getAnimatorCache() {
316
ConfigurationBoundResourceCache
<StateListAnimator> getStateListAnimatorCache() {
743
final
ConfigurationBoundResourceCache
<ComplexColor> cache = mComplexColorCache;
[
all
...]
Resources.java
302
public
ConfigurationBoundResourceCache
<Animator> getAnimatorCache() {
311
public
ConfigurationBoundResourceCache
<StateListAnimator> getStateListAnimatorCache() {
[
all
...]
/frameworks/base/core/tests/coretests/src/android/content/res/
ConfigurationBoundResourceCacheTest.java
30
ConfigurationBoundResourceCache
<Float> mCache;
39
mCache = new
ConfigurationBoundResourceCache
<>();
/frameworks/base/core/java/android/animation/
AnimatorInflater.java
23
import android.content.res.
ConfigurationBoundResourceCache
;
112
final
ConfigurationBoundResourceCache
<Animator> animatorCache = resources
160
final
ConfigurationBoundResourceCache
<StateListAnimator> cache = resources
[
all
...]
/frameworks/base/
compiled-classes-phone
[
all
...]
Completed in 299 milliseconds