Searched refs:mProfileShapes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
H A DHardwareRenderer.java806 float[][] mProfileShapes; field in class:HardwareRenderer.GlRenderer
847 mProfileShapes = null;
1848 final float[] r = mProfileShapes[j];
1863 final float[] r = mProfileShapes[j];
1891 for (int i = 0; i < mProfileShapes.length; i++) {
1895 mGlCanvas.drawRects(mProfileShapes[i], count * 4, mProfilePaint);
1898 mGlCanvas.drawLines(mProfileShapes[i], 0, count * 4, mProfilePaint);
1909 mGlCanvas.drawRect(mProfileShapes[2][index], mProfileShapes[2][index + 1],
1910 mProfileShapes[
[all...]

Completed in 509 milliseconds