Searched refs:mBoltPoints (Results 1 – 1 of 1) sorted by relevance
84 private final float[] mBoltPoints; field in BatteryMeterDrawableBase158 mBoltPoints = loadPoints(res, R.array.batterymeter_bolt_points); in BatteryMeterDrawableBase()375 mBoltFrame.left + mBoltPoints[0] * mBoltFrame.width(), in draw()376 mBoltFrame.top + mBoltPoints[1] * mBoltFrame.height()); in draw()377 for (int i = 2; i < mBoltPoints.length; i += 2) { in draw()379 mBoltFrame.left + mBoltPoints[i] * mBoltFrame.width(), in draw()380 mBoltFrame.top + mBoltPoints[i + 1] * mBoltFrame.height()); in draw()383 mBoltFrame.left + mBoltPoints[0] * mBoltFrame.width(), in draw()384 mBoltFrame.top + mBoltPoints[1] * mBoltFrame.height()); in draw()