Searched refs:mTmpInvalidateRect (Results 1 – 1 of 1) sorted by relevance
145 private final Rect mTmpInvalidateRect = new Rect(); field in LockPatternView964 mTmpInvalidateRect.setEmpty(); in handleActionMove()1008 mTmpInvalidateRect.union(Math.round(left), Math.round(top), in handleActionMove()1017 mInvalidate.union(mTmpInvalidateRect); in handleActionMove()1019 mInvalidate.set(mTmpInvalidateRect); in handleActionMove()