Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterTouchTarget.kt94 val currentTouchTargetHeight = hitRect.height() in configureSizeUsingBothWidthAndHeight() constant
96 if (currentTouchTargetHeight < minTouchTargetSize) { in configureSizeUsingBothWidthAndHeight()
97 (minTouchTargetSize - currentTouchTargetHeight) / 2 in configureSizeUsingBothWidthAndHeight()