Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterTouchTarget.kt45 val currentTouchTargetWidth = hitRect.width() in configureSize() constant
46 if (currentTouchTargetWidth < minTouchTargetSize) { in configureSize()
48 val adjustInsetBy = (minTouchTargetSize - currentTouchTargetWidth) / 2 in configureSize()