Searched refs:mBlinkRect (Results 1 – 1 of 1) sorted by relevance
107 private final Rect mBlinkRect = new Rect(); field in GameView319 mBlinkRect.set(MARGIN + x * sxy, MARGIN + y * sxy,342 if (!mBlinkRect.isEmpty()) {343 invalidate(mBlinkRect);346 mBlinkRect.setEmpty();378 b.putParcelable("gv_blink_rect", mBlinkRect);416 mBlinkRect.set(r);430 if (mSelectedCell >= 0 && mSelectedValue != State.EMPTY && mBlinkRect.top != 0) {432 invalidate(mBlinkRect);