Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewGroup.java587 private static float[] sDebugLines; field in ViewGroup
9332 if (sDebugLines== null) { in drawRect()
9334 sDebugLines = new float[16]; in drawRect()
9337 sDebugLines[0] = x1; in drawRect()
9338 sDebugLines[1] = y1; in drawRect()
9339 sDebugLines[2] = x2; in drawRect()
9340 sDebugLines[3] = y1; in drawRect()
9342 sDebugLines[4] = x2; in drawRect()
9343 sDebugLines[5] = y1; in drawRect()
9344 sDebugLines[6] = x2; in drawRect()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt63603 Landroid/view/ViewGroup;->sDebugLines:[F