Searched refs:mTmpInvalidateRect (Results 1 – 1 of 1) sorted by relevance
168 private final Rect mTmpInvalidateRect = new Rect(); field in LockPatternView1112 mTmpInvalidateRect.setEmpty(); in handleActionMove()1156 mTmpInvalidateRect.union(Math.round(left), Math.round(top), in handleActionMove()1165 mInvalidate.union(mTmpInvalidateRect); in handleActionMove()1167 mInvalidate.set(mTmpInvalidateRect); in handleActionMove()