compatibilityTester property

CacheCompatibilityTester compatibilityTester
final

Used to test whether ambient parameter changes should invalidate a cached version of this drawable.

For example, if the drawable was constructed using an ambient font size or color, the tester will return false when the font size or color change.

Implementation

final CacheCompatibilityTester compatibilityTester;