Searched refs:mTmpInvalidateRect (Results 1 – 1 of 1) sorted by relevance
157 private final Rect mTmpInvalidateRect = new Rect(); field in LockPatternView990 mTmpInvalidateRect.setEmpty(); in handleActionMove()1034 mTmpInvalidateRect.union(Math.round(left), Math.round(top), in handleActionMove()1043 mInvalidate.union(mTmpInvalidateRect); in handleActionMove()1045 mInvalidate.set(mTmpInvalidateRect); in handleActionMove()