Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterTouchTarget.kt70 parent.touchDelegate = TouchDelegate(hitRect, view) in configureSizeUsingWidthOnly()
103 parent.touchDelegate = TouchDelegate(hitRect, view) in configureSizeUsingBothWidthAndHeight()
/packages/apps/ThemePicker/src/com/android/customization/picker/preview/ui/section/
DPreviewWithClockCarouselSectionController.kt134 val touchDelegate = TouchDelegate(rect, clockColorAndSizeButton) in createView() constant
135 view.setTouchDelegate(touchDelegate) in createView()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DA11yUtils.kt39 parentView.touchDelegate = TouchDelegate(largerTouchBounds, childView) in increaseViewTouchTargetSize()