Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics2/ui/view/
DFingerprintEnrollEnrollingUdfpsFragment.kt660 val titleLP = RelativeLayout.LayoutParams(-1, -2) in Context() constant
661 titleLP.addRule(RelativeLayout.ALIGN_PARENT_TOP) in Context()
662 titleLP.addRule(RelativeLayout.END_OF, R.id.udfps_animation_view) in Context()
663 titleLP.topMargin = convertDpToPixel(138f) in Context()
664 titleLP.leftMargin = convertDpToPixel(144f) in Context()
665 titleText.layoutParams = titleLP in Context()
680 val titleLP = RelativeLayout.LayoutParams( in Context() constant
683 titleLP.addRule(RelativeLayout.ALIGN_PARENT_TOP) in Context()
684 titleLP.addRule(RelativeLayout.ALIGN_PARENT_START, R.id.udfps_animation_view) in Context()
685 titleLP.topMargin = convertDpToPixel(138f) in Context()
[all …]