Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java34 protected View mSourceView; field in AnimateableViewBounds
42 mSourceView = source; in AnimateableViewBounds()
59 mSourceView.getWidth() - mClipRect.right, in getOutline()
60 mSourceView.getHeight() - mClipRect.bottom, in getOutline()
64 mSourceView.getWidth() - mClipRect.right, in getOutline()
65 mSourceView.getHeight() - mClipRect.bottom); in getOutline()
76 mSourceView.invalidateOutline(); in setAlpha()
126 mSourceView.getWidth() - Math.max(0, mClipRect.right), in updateClipBounds()
127 mSourceView.getHeight() - Math.max(0, mClipRect.bottom)); in updateClipBounds()
129 mSourceView.setClipBounds(mClipBounds); in updateClipBounds()
[all …]