Searched refs:getGenerationId (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java86 if (cached.second == bitmap.getGenerationId()) {
99 generationId = bitmap.getGenerationId();
/frameworks/base/libs/hwui/
H A DPatchCache.h74 uint32_t getGenerationId() const { function in class:android::uirenderer::PatchCache
H A DDisplayListOp.h854 if (!mMesh || renderer.getCaches().patchCache.getGenerationId() != mGenerationId) {
858 mGenerationId = cache.getGenerationId();
/frameworks/base/core/java/android/view/
H A DSurface.java216 public int getGenerationId() { method in class:Surface
H A DViewRootImpl.java1506 final int surfaceGenerationId = mSurface.getGenerationId();
1672 } else if (surfaceGenerationId != mSurface.getGenerationId() &&
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java337 public int getGenerationId() { method in class:Bitmap

Completed in 164 milliseconds