Home
last modified time | relevance | path

Searched refs:mLastClipBounds (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
DAnimateableViewBounds.java38 protected Rect mLastClipBounds = new Rect(); field in AnimateableViewBounds
129 if (!mLastClipBounds.equals(mClipBounds)) { in updateClipBounds()
133 mLastClipBounds.set(mClipBounds); in updateClipBounds()