Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
DSignalDrawable.java116 private final Path mFullPath = new Path(); field in SignalDrawable
248 mFullPath.reset(); in draw()
249 mFullPath.setFillType(FillType.WINDING); in draw()
257 mFullPath.moveTo(width - padding, height - padding - cornerRadius); in draw()
259 mFullPath.lineTo(width - padding, padding + cornerRadius + mAppliedCornerInset); in draw()
261 mFullPath.arcTo( in draw()
269 mFullPath.lineTo(padding + mAppliedCornerInset + cornerRadius - diagOffset, in draw()
272 mFullPath.arcTo( in draw()
280 mFullPath.lineTo(width - padding - cornerRadius, height - padding); in draw()
282 mFullPath.arcTo( in draw()
[all …]
/frameworks/base/libs/hwui/
DPropertyValuesHolder.h107 , mFullPath(ptr) in FullPathColorPropertyValuesHolder()
115 VectorDrawable::FullPath* mFullPath;
124 , mFullPath(ptr) in FullPathPropertyValuesHolder()
131 VectorDrawable::FullPath* mFullPath;
DPropertyValuesHolder.cpp94 mFullPath->mutateProperties()->setColorPropertyValue(mPropertyId, animatedValue); in setFraction()
99 mFullPath->mutateProperties()->setPropertyValue(mPropertyId, animatedValue); in setFraction()