Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java259 float avgx = 0; in intersection() local
262 avgx += poly[i * 2]; in intersection()
265 avgx /= count; in intersection()
268 float[] ctr = new float[] { avgx, avgy }; in intersection()