Home
last modified time | relevance | path

Searched refs:mSlashRect (Results 1 – 2 of 2) 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()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java477 private final RectF mSlashRect = new RectF(); field in SignalDrawable.SlashArtist
490 mPath.addRoundRect(mSlashRect, radius, radius, Direction.CW); in draw()
498 m.setTranslate(mSlashRect.width(), 0); in draw()
500 mPath.addRoundRect(mSlashRect, radius, radius, Direction.CW); in draw()
507 mSlashRect.left = left; in updateRect()
508 mSlashRect.top = top; in updateRect()
509 mSlashRect.right = right; in updateRect()
510 mSlashRect.bottom = bottom; in updateRect()