Searched refs:AttributeCache (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DAttributeCache.java35 public final class AttributeCache { class
36 private static AttributeCache sInstance = null;
65 sInstance = new AttributeCache(context);
69 public static AttributeCache instance() {
73 public AttributeCache(Context context) { method in class:AttributeCache
H A DSystemServer.java232 AttributeCache.init(context);
/frameworks/base/services/java/com/android/server/am/
H A DActivityRecord.java20 import com.android.server.AttributeCache;
410 AttributeCache.Entry ent = AttributeCache.instance().get(packageName,
H A DActivityManagerService.java25 import com.android.server.AttributeCache;
3987 AttributeCache ac = AttributeCache.instance();
12327 AttributeCache ac = AttributeCache.instance();
/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java50 import com.android.server.AttributeCache;
3181 private AttributeCache.Entry getCachedAnimations(WindowManager.LayoutParams lp) {
3196 return AttributeCache.instance().get(packageName, resId,
3202 private AttributeCache.Entry getCachedAnimations(String packageName, int resId) {
3211 return AttributeCache.instance().get(packageName, resId,
3221 AttributeCache.Entry ent = getCachedAnimations(lp);
3237 AttributeCache.Entry ent = getCachedAnimations(packageName, resId);
4376 AttributeCache.Entry ent = AttributeCache.instance().get(pkg, theme,

Completed in 206 milliseconds