Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java33 View mSourceView; field in AnimateableViewBounds
46 mSourceView = source; in AnimateableViewBounds()
63 mSourceView.getWidth() - mClipRect.right, in getOutline()
64 mSourceView.getHeight() - mClipRect.bottom, in getOutline()
68 mSourceView.getWidth() - mClipRect.right, in getOutline()
69 mSourceView.getHeight() - mClipRect.bottom); in getOutline()
80 mSourceView.invalidateOutline(); in setAlpha()
115 mSourceView.getWidth() - Math.max(0, mClipRect.right), in updateClipBounds()
116 mSourceView.getHeight() - Math.max(0, mClipRect.bottom)); in updateClipBounds()
118 mSourceView.setClipBounds(mClipBounds); in updateClipBounds()
[all …]