Searched refs:centerIcon (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/view/layout/sections/ |
D | DefaultDeviceEntrySection.kt | 154 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/ |
D | DefaultDeviceEntrySectionTest.kt | 147 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()
|