Home
last modified time | relevance | path

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

/aosp12/packages/apps/Camera2/src/com/android/camera/ui/
H A DGridLines.java48 float thirdWidth = mDrawBounds.width() / 3; in onDraw() local
52 final float x = thirdWidth * i; in onDraw()