Searched defs:applied (Results 1 – 2 of 2) sorted by relevance
272 List<Item> applied = applyUpdates(mBefore, DiffUtil.calculateDiff(mCallback, false)); in testDisableMoveDetection() local321 List<Item> applied = applyUpdates(mBefore, result); in check() local342 private void assertEquals(List<Item> applied, List<Item> after) { in assertEquals()
21 to vectors, the returned value is a vector of the function applied to each entry of the input. function