Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java37 protected Rect mLastClipBounds = new Rect(); field in AnimateableViewBounds
128 if (!mLastClipBounds.equals(mClipBounds)) { in updateClipBounds()
132 mLastClipBounds.set(mClipBounds); in updateClipBounds()