Searched refs:AttributeCache (Results 1 - 7 of 7) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/
H A DAttributeCache.java38 public final class AttributeCache { class
39 private static AttributeCache sInstance = null;
75 sInstance = new AttributeCache(context);
79 public static AttributeCache instance() {
83 public AttributeCache(Context context) { method in class:AttributeCache
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java45 import com.android.server.AttributeCache;
6198 AttributeCache ac = AttributeCache.instance();
18727 AttributeCache ac = AttributeCache.instance();
H A DActivityRecord.java70 import com.android.server.AttributeCache;
701 AttributeCache.Entry ent = AttributeCache.instance().get(packageName,
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java242 import com.android.server.AttributeCache;
19323 AttributeCache.instance().removePackage(ps.name);
/frameworks/base/services/core/java/com/android/server/wm/
H A DAppTransition.java77 import com.android.server.AttributeCache;
441 private AttributeCache.Entry getCachedAnimations(WindowManager.LayoutParams lp) {
456 return AttributeCache.instance().get(packageName, resId,
462 private AttributeCache.Entry getCachedAnimations(String packageName, int resId) {
471 return AttributeCache.instance().get(packageName, resId,
481 AttributeCache.Entry ent = getCachedAnimations(lp);
496 AttributeCache.Entry ent = getCachedAnimations(lp);
509 AttributeCache.Entry ent = getCachedAnimations(packageName, resId);
H A DWindowManagerService.java134 import com.android.server.AttributeCache;
4087 AttributeCache.Entry ent = AttributeCache.instance().get(pkg, theme,
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java477 AttributeCache.init(mSystemContext);

Completed in 547 milliseconds