Home
last modified time | relevance | path

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

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