Searched defs:mFullPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DPropertyValuesHolder.h108 , mFullPath(ptr)
115 VectorDrawable::FullPath* mFullPath; member in class:android::uirenderer::FullPathColorPropertyValuesHolder
124 , mFullPath(ptr)
130 VectorDrawable::FullPath* mFullPath; member in class:android::uirenderer::FullPathPropertyValuesHolder
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSignalDrawable.java97 private final Path mFullPath = new Path(); field in class:SignalDrawable
218 mFullPath.reset();
219 mFullPath.setFillType(FillType.WINDING);
223 mFullPath.moveTo(width - padding, height - padding);
224 mFullPath.lineTo(width - padding, padding);
225 mFullPath.lineTo(padding, height - padding);
226 mFullPath.lineTo(width - padding, height - padding);
234 mFullPath.moveTo(width - padding, height - padding);
235 mFullPath.rLineTo(-cutWidth, 0);
236 mFullPath
[all...]

Completed in 269 milliseconds