Home
last modified time | relevance | path

Searched defs:hitRect (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/safetycenter/ui/
DSafetyCenterTouchTarget.kt61 val hitRect = Rect() in configureSizeUsingWidthOnly() constant
85 val hitRect = Rect() in configureSizeUsingBothWidthAndHeight() constant
/packages/services/DeviceAsWebcam/impl/src/com/android/deviceaswebcam/
DDeviceAsWebcamPreview.java417 Rect hitRect = new Rect(); in setupMainLayout() local