Searched refs:mBoltFrame (Results 1 – 1 of 1) sorted by relevance
92 private final RectF mBoltFrame = new RectF(); field in BatteryMeterDrawableBase370 if (mBoltFrame.left != bl || mBoltFrame.top != bt in draw()371 || mBoltFrame.right != br || mBoltFrame.bottom != bb) { in draw()372 mBoltFrame.set(bl, bt, br, bb); in draw()375 mBoltFrame.left + mBoltPoints[0] * mBoltFrame.width(), in draw()376 mBoltFrame.top + mBoltPoints[1] * mBoltFrame.height()); 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()[all …]