In Android,we always use dirty to describe something has changed already but has not refresh to the screen.
A dirty object is an object that has changed , but this content has not been synchronized back into the database/disk/screen. It's a typical situation of desynchronization between a cache and a storage.