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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DBatteryMeterView.java55 private float mSubpixelSmoothingLeft; field in class:BatteryMeterView
212 mSubpixelSmoothingLeft = context.getResources().getFraction(
327 mButtonFrame.top += mSubpixelSmoothingLeft;
328 mButtonFrame.left += mSubpixelSmoothingLeft;
333 mFrame.left += mSubpixelSmoothingLeft;
334 mFrame.top += mSubpixelSmoothingLeft;

Completed in 103 milliseconds