Searched refs:mViewBounds (Results 1 – 2 of 2) sorted by relevance
142 private AnimateableViewBounds mViewBounds; field in TaskView179 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()
376 private ViewBounds mViewBounds = viewBounds; in createAnimator()