Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
DAnimateableViewBounds.java35 protected View mSourceView; field in AnimateableViewBounds
43 mSourceView = source; in AnimateableViewBounds()
60 mSourceView.getWidth() - mClipRect.right, in getOutline()
61 mSourceView.getHeight() - mClipRect.bottom, in getOutline()
65 mSourceView.getWidth() - mClipRect.right, in getOutline()
66 mSourceView.getHeight() - mClipRect.bottom); in getOutline()
77 mSourceView.invalidateOutline(); in setAlpha()
127 mSourceView.getWidth() - Math.max(0, mClipRect.right), in updateClipBounds()
128 mSourceView.getHeight() - Math.max(0, mClipRect.bottom)); in updateClipBounds()
130 mSourceView.setClipBounds(mClipBounds); in updateClipBounds()
[all …]