Searched refs:mapPatchFromFullDiff (Results 1 – 3 of 3) sorted by relevance
25 import com.android.systemui.kairos.util.mapPatchFromFullDiff in <lambda>()89 mapPatchFromFullDiff(old.sample(), new.sample()).takeIf { it.isNotEmpty() } in switchIncremental()
30 import com.android.systemui.kairos.util.mapPatchFromFullDiff in <lambda>()185 mapPatchFromFullDiff(old, new).takeIf { it.isNotEmpty() } in toString()
87 fun <K, V> mapPatchFromFullDiff(old: Map<K, V>, new: Map<K, V>): MapPatch<K, V> { in mapPatchFromFullDiff() method