Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskView.java142 private AnimateableViewBounds mViewBounds; field in TaskView
179 mViewBounds = createOutlineProvider(); in TaskView()
183 setOutlineProvider(mViewBounds); in TaskView()
216 return mViewBounds; in getViewBounds()
295 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) { in updateViewPropertiesToTaskTransform()
296 mViewBounds.setAlpha(toTransform.viewOutlineAlpha); in updateViewPropertiesToTaskTransform()
312 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) { in updateViewPropertiesToTaskTransform()
314 mViewBounds.getAlpha(), toTransform.viewOutlineAlpha); in updateViewPropertiesToTaskTransform()
686 Rect clipBounds = new Rect(mViewBounds.getClipBounds()); in onLongClick()
/frameworks/base/core/java/android/transition/
DChangeBounds.java376 private ViewBounds mViewBounds = viewBounds; in createAnimator()