Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySection.kt154 centerIcon( in <lambda>()
163 centerIcon(udfpsLocation, authController.udfpsRadius, constraintSet) in <lambda>()
167 centerIcon( in <lambda>()
187 internal fun centerIcon(center: Point, radius: Float, constraintSet: ConstraintSet) { in <lambda>() method in com.android.systemui.keyguard.ui.view.layout.sections.DefaultDeviceEntrySection
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/ui/view/layout/sections/
DDefaultDeviceEntrySectionTest.kt147 underTest.centerIcon(Point(5, 6), 1F, cs) in testCenterIcon_udfps_refactor_off()
163 underTest.centerIcon(Point(5, 6), 1F, cs) in testCenterIcon_udfps_refactor_on()