Searched refs:hasModifications (Results 1 – 5 of 5) sorted by relevance
304 public synchronized boolean hasModifications() { in hasModifications() method in MasterImage313 return loadedPreset.hasModifications(); in hasModifications()317 return mPreset.hasModifications(); in hasModifications()719 mActivity.enableSave(hasModifications()); in available()
142 public boolean hasModifications() { in hasModifications() method in ImageShow143 return MasterImage.getImage().hasModifications(); in hasModifications()
1331 if (!mImageShow.hasModifications()) { in onBackPressed()1395 if (mImageShow.hasModifications()) { in saveImage()
174 public boolean hasModifications() { in hasModifications() method in ImagePreset
290 if (!preset.hasModifications()) { in resetToOriginalImageIfNeeded()