Home
last modified time | relevance | path

Searched refs:prevBlueprint (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBlueprintViewBinder.kt54 .collect { (prevBlueprint, blueprint) -> in <lambda>() method
59 prevBlueprint != null && in <lambda>()
60 prevBlueprint != blueprint in <lambda>()
82 prevBlueprint, in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/blueprints/
DDefaultKeyguardBlueprintTest.kt116 val prevBlueprint = mock(KeyguardBlueprint::class.java) in replaceViews_withPrevBlueprint() constant
122 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() constant
144 whenever(prevBlueprint.sections).thenReturn(prevSections) in replaceViews_withPrevBlueprint_withRebuildTargets()
147 underTest.replaceViews(constraintLayout, prevBlueprint, listOf(rebuildSection)) in replaceViews_withPrevBlueprint_withRebuildTargets()