Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/math/
DMath3DHelper.java36 int polySize = poly.length/dimension; in flatBound() local
42 for (int i = 0; i < polySize; i++) { in flatBound()
66 int polySize = poly.length/dimension; in translate() local
68 for (int i = 0; i < polySize; i++) { in translate()