Searched refs:equal (Results 1 – 3 of 3) sorted by relevance
44 if (equal(newVal, item.getValue())) in bindEditor()69 private static boolean equal(Object a, Object b) { in equal() method in TextEditor
92 } else if (!Objects.equal(value, propertyValue)) { in getValue()
34 import static com.google.common.base.Objects.equal;653 if (!equal(oldConfiguration.getTheme(), mConfiguration.getTheme())) { in setConfiguration()656 if (!equal(oldConfiguration.getDevice(), mConfiguration.getDevice())) { in setConfiguration()1172 boolean changed = !Objects.equal(mConfiguration.getLocale(), locale); in setLocale()1594 if (preferred != null && !Objects.equal(preferred, mConfiguration.getTheme())) { in onSelectActivity()1640 if (!Objects.equal(oldTheme, mConfiguration.getTheme())) { in onRenderingTargetChange()