Searched refs:prevBlueprint (Results 1 – 2 of 2) sorted by relevance
54 .collect { (prevBlueprint, blueprint) -> in <lambda>() method59 prevBlueprint != null && in <lambda>()60 prevBlueprint != blueprint in <lambda>()82 prevBlueprint, in <lambda>()
116 val prevBlueprint = mock(KeyguardBlueprint::class.java) in replaceViews_withPrevBlueprint() constant122 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint()125 underTest.replaceViews(constraintLayout, prevBlueprint) in replaceViews_withPrevBlueprint()138 val prevBlueprint = mock(KeyguardBlueprint::class.java) in replaceViews_withPrevBlueprint_withRebuildTargets() constant144 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint_withRebuildTargets()147 underTest.replaceViews(constraintLayout, prevBlueprint, listOf(rebuildSection)) in replaceViews_withPrevBlueprint_withRebuildTargets()