Searched refs:mBoltFrame (Results 1 – 1 of 1) sorted by relevance
89 private final RectF mBoltFrame = new RectF(); field in BatteryMeterDrawableBase347 if (mBoltFrame.left != bl || mBoltFrame.top != bt in draw()348 || mBoltFrame.right != br || mBoltFrame.bottom != bb) { in draw()349 mBoltFrame.set(bl, bt, br, bb); in draw()352 mBoltFrame.left + mBoltPoints[0] * mBoltFrame.width(), in draw()353 mBoltFrame.top + mBoltPoints[1] * mBoltFrame.height()); in draw()356 mBoltFrame.left + mBoltPoints[i] * mBoltFrame.width(), in draw()357 mBoltFrame.top + mBoltPoints[i + 1] * mBoltFrame.height()); in draw()360 mBoltFrame.left + mBoltPoints[0] * mBoltFrame.width(), in draw()361 mBoltFrame.top + mBoltPoints[1] * mBoltFrame.height()); in draw()[all …]