Searched refs:mTmpInvalidateRect (Results 1 – 1 of 1) sorted by relevance
135 private final Rect mTmpInvalidateRect = new Rect(); field in LockPatternView922 mTmpInvalidateRect.setEmpty(); in handleActionMove()966 mTmpInvalidateRect.union(Math.round(left), Math.round(top), in handleActionMove()975 mInvalidate.union(mTmpInvalidateRect); in handleActionMove()977 mInvalidate.set(mTmpInvalidateRect); in handleActionMove()