Searched refs:mContentDirty (Results 1 – 2 of 2) sorted by relevance
63 private boolean mContentDirty = true; field in LocalPhotoSource73 mContentDirty = true; in LocalPhotoSource()159 if (!mContentDirty) return; in reload()160 mContentDirty = false; in reload()
29 private AtomicBoolean mContentDirty = new AtomicBoolean(true); field in ChangeNotifier45 return mContentDirty.compareAndSet(true, false); in isDirty()53 if (mContentDirty.compareAndSet(false, true)) { in onChange()