Searched refs:AttributeCache (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/com/android/internal/policy/ |
D | AttributeCache.java | 43 public final class AttributeCache { class 45 private static AttributeCache sInstance = null; 84 sInstance = new AttributeCache(context); in init() 111 AttributeCache.instance().removePackage(packageName); in onReceive() 116 public static AttributeCache instance() { in instance() 120 public AttributeCache(Context context) { in AttributeCache() method in AttributeCache
|
D | TransitionAnimation.java | 236 AttributeCache.Entry ent = getCachedAnimations(packageName, resId); in loadAnimationRes() 256 AttributeCache.Entry ent = getCachedAnimations(lp); in loadAnimationAttr() 273 AttributeCache.Entry ent = getCachedAnimations(lp); in getAnimationResId() 286 AttributeCache.Entry ent = getCachedAnimations(DEFAULT_PACKAGE, in getDefaultAnimationResId() 314 AttributeCache.Entry ent = getCachedAnimations(packageName, animStyleResId); in loadAnimationAttr() 355 private AttributeCache.Entry getCachedAnimations(LayoutParams lp) { in getCachedAnimations() 373 return AttributeCache.instance().get(packageName, resId, in getCachedAnimations() 380 private AttributeCache.Entry getCachedAnimations(String packageName, int resId) { in getCachedAnimations() 393 return AttributeCache.instance().get(packageName, resId, in getCachedAnimations() 1411 AttributeCache.init(context); in initAttributeCache() [all …]
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | StorageEventHelper.java | 51 import com.android.internal.policy.AttributeCache; 124 AttributeCache.instance().removePackage(ps.getPackageName()); in onVolumeForgotten() 274 AttributeCache.instance().removePackage(ps.getPackageName()); in unloadPrivatePackagesInner()
|
/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
D | TaskFragmentAnimationSpec.java | 43 import com.android.internal.policy.AttributeCache; 65 AttributeCache.init(mContext); in TaskFragmentAnimationSpec()
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PermissionPolicyService.java | 90 import com.android.internal.policy.AttributeCache; 1237 final AttributeCache.Entry ent = AttributeCache.instance() in isNoDisplayActivity()
|
/frameworks/opt/car/services/updatableServices/tests/src/com/android/server/wm/ |
D | CarLaunchParamsModifierUpdatableTest.java | 61 import com.android.internal.policy.AttributeCache; 220 AttributeCache.init(getInstrumentation().getTargetContext()); in setUp()
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | WindowTestsBase.java | 122 import com.android.internal.policy.AttributeCache; 218 AttributeCache.init(getInstrumentation().getTargetContext()); in setUpOnceBase()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | ActivityRecord.java | 385 import com.android.internal.policy.AttributeCache; 2183 final AttributeCache.Entry ent = AttributeCache.instance().get(packageName, in ActivityRecord() 2512 final AttributeCache.Entry ent = AttributeCache.instance().get(pkg, theme, in validateStartingWindowTheme() 7501 final AttributeCache.Entry ent = AttributeCache.instance().get(packageName, theme, in isIconStylePreferred()
|
D | ActivityTaskManagerService.java | 261 import com.android.internal.policy.AttributeCache; 4683 AttributeCache ac = AttributeCache.instance(); in updateGlobalConfigurationLocked()
|
/frameworks/base/services/java/com/android/server/ |
D | SystemServer.java | 107 import com.android.internal.policy.AttributeCache; 1300 AttributeCache.init(mSystemContext); in startBootstrapServices()
|
/frameworks/base/config/ |
D | dirty-image-objects | 104 Lcom/android/internal/policy/AttributeCache; 5
|
D | preloaded-classes | 11493 com.android.internal.policy.AttributeCache
|
D | boot-image-profile.txt | 44059 Lcom/android/internal/policy/AttributeCache;
|
/frameworks/base/boot/ |
D | preloaded-classes | 11462 com.android.internal.policy.AttributeCache
|
D | boot-image-profile.txt | 33898 Lcom/android/internal/policy/AttributeCache;
|