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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/graph/
H A DBatteryMeterDrawableBase.java87 private final Path mShapePath = new Path(); field in class:BatteryMeterDrawableBase
302 mShapePath.reset();
303 mShapePath.moveTo(mButtonFrame.left, mButtonFrame.top);
304 mShapePath.lineTo(mButtonFrame.right, mButtonFrame.top);
305 mShapePath.lineTo(mButtonFrame.right, mFrame.top);
306 mShapePath.lineTo(mFrame.right, mFrame.top);
307 mShapePath.lineTo(mFrame.right, mFrame.bottom);
308 mShapePath.lineTo(mFrame.left, mFrame.bottom);
309 mShapePath.lineTo(mFrame.left, mFrame.top);
310 mShapePath
[all...]

Completed in 5581 milliseconds