Searched refs:hasChanged (Results 1 – 10 of 10) sorted by relevance
319 boolean hasChanged = false; in addMemberDevicesIntoMainDevice()322 return hasChanged; in addMemberDevicesIntoMainDevice()347 hasChanged = true; in addMemberDevicesIntoMainDevice()378 hasChanged = true; in addMemberDevicesIntoMainDevice()381 if (hasChanged) { in addMemberDevicesIntoMainDevice()385 return hasChanged; in addMemberDevicesIntoMainDevice()
272 val (hasChanged, hasJumped) = foldState.update(fraction)273 if (hasChanged) {279 val (hasChanged, hasJumped) = dozeState.update(fraction)280 if (hasChanged) {
87 if (!mStore.hasChanged()) return true; in save()
214 public boolean hasChanged() { in hasChanged() method in GestureStore
2088 || parentChange == null || !parentChange.hasChanged()) { in canPromote()2219 if (!changeInfo.hasChanged()) { in calculateTargets()2258 if (parentChange == null || !parentChange.hasChanged()) break; in populateParentChanges()2761 if (dc == null || !mChanges.get(dc).hasChanged()) continue; in applyDisplayChangeIfNeeded()2885 boolean hasChanged() { in hasChanged() method in Transition.ChangeInfo
1451 assertTrue(task1ChangeInfo.hasChanged()); in testTransientLaunch()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11613 HSPLcom/android/server/wm/Transition$ChangeInfo;->hasChanged()Z
28809 HSPLjava/util/Observable;->hasChanged()Z
14867 method public boolean hasChanged();