Home
last modified time | relevance | path

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

/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
138 val prevBlueprint = mock(KeyguardBlueprint::class.java) in replaceViews_withPrevBlueprint_withRebuildTargets() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardBlueprintViewBinder.kt54 .collect { (prevBlueprint, blueprint) -> in <lambda>() method