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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java77 private final Path mShapePath = new Path(); field in class:BatteryMeterView
336 mShapePath.reset();
337 mShapePath.moveTo(mButtonFrame.left, mButtonFrame.top);
338 mShapePath.lineTo(mButtonFrame.right, mButtonFrame.top);
339 mShapePath.lineTo(mButtonFrame.right, mFrame.top);
340 mShapePath.lineTo(mFrame.right, mFrame.top);
341 mShapePath.lineTo(mFrame.right, mFrame.bottom);
342 mShapePath.lineTo(mFrame.left, mFrame.bottom);
343 mShapePath.lineTo(mFrame.left, mFrame.top);
344 mShapePath
[all...]

Completed in 101 milliseconds