Searched refs:pending2 (Results 1 – 2 of 2) sorted by relevance
119 TaskViewTransitions.PendingTransition pending2 = in testSetTaskBounds_taskVisible_boundsChangeTransaction() local121 assertThat(pending2).isNull(); in testSetTaskBounds_taskVisible_boundsChangeTransaction()162 TaskViewTransitions.PendingTransition pending2 = in testSetTaskBounds_sameBounds_noTransaction() local164 assertThat(pending2).isNull(); in testSetTaskBounds_sameBounds_noTransaction()227 TaskViewTransitions.PendingTransition pending2 = in testReorderTask_movedToFrontTransaction() local229 assertThat(pending2).isNull(); in testReorderTask_movedToFrontTransaction()248 TaskViewTransitions.PendingTransition pending2 = in testReorderTask_movedToBackTransaction() local250 assertThat(pending2).isNull(); in testReorderTask_movedToBackTransaction()
152 val (attached2, pending2, restored2) = mockWriteValues { "SIGNATURE_$it" } in <lambda>() constant155 .containsExactlyElementsIn(attached2.values() + pending2.values) in <lambda>()