Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DSlashDrawable.java60 private final RectF mSlashRect = new RectF(0, 0, 0, 0); field in SlashDrawable
156 mPath.addRoundRect(mSlashRect, radiusX, radiusY, Direction.CW); in draw()
167 m.setTranslate(mSlashRect.width(), 0); in draw()
169 mPath.addRoundRect(mSlashRect, 1.0f * width, 1.0f * height, Direction.CW); in draw()
183 mSlashRect.left = left; in updateRect()
184 mSlashRect.top = top; in updateRect()
185 mSlashRect.right = right; in updateRect()
186 mSlashRect.bottom = bottom; in updateRect()