Searched refs:mFill (Results 1 – 6 of 6) sorted by relevance
35 private final Paint mFill = new Paint(); field in CircleTimerView131 mFill.setAntiAlias(true); in init()132 mFill.setStyle(Paint.Style.FILL); in init()133 mFill.setColor(mRedColor); in init()227 canvas.drawRect(-mRectHalfWidth, -mRectHalfWidth, mRectHalfWidth, mRectHalfWidth, mFill); in drawRedDiamond()
57 private short mFill; field in SlideModel428 return mFill; in getFill()435 mFill = fill; in setFill()469 } else if (mFill != ElementTime.FILL_FREEZE) { in handleEvent()
53 protected short mFill; field in MediaModel166 return mFill; in getFill()173 mFill = fill; in setFill()
104 } else if (mFill != ElementTime.FILL_FREEZE) { in handleEvent()
173 if (mFill != ElementTime.FILL_FREEZE) { in handleEvent()
119 } else if (mFill != ElementTime.FILL_FREEZE) { in handleEvent()