Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DPatternBouncerViewModel.kt101 val cellHeightPx = containerSizePx / rowCount in <lambda>() constant
108 val dotRow = (yPx / cellHeightPx).toInt() in <lambda>()
114 val dotPixelY = dotRow * cellHeightPx + cellHeightPx / 2 in <lambda>()
117 val hitRadius = hitFactor * min(cellWidthPx, cellHeightPx) / 2 in <lambda>()