Searched refs:mViewBounds (Results 1 – 3 of 3) sorted by relevance
142 private AnimateableViewBounds mViewBounds; field in TaskView179 mViewBounds = new AnimateableViewBounds(this, res.getDimensionPixelSize( in TaskView()184 setOutlineProvider(mViewBounds); in TaskView()210 return mViewBounds; in getViewBounds()290 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) { in updateViewPropertiesToTaskTransform()291 mViewBounds.setAlpha(toTransform.viewOutlineAlpha); in updateViewPropertiesToTaskTransform()307 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) { in updateViewPropertiesToTaskTransform()309 mViewBounds.getAlpha(), toTransform.viewOutlineAlpha); in updateViewPropertiesToTaskTransform()670 Rect clipBounds = new Rect(mViewBounds.mClipBounds); in onLongClick()
50 private final Rect mViewBounds = new Rect(); field in Illustration158 mViewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()165 intrinsicHeight, mViewBounds, mIllustrationBounds); in onLayout()
340 private ViewBounds mViewBounds = viewBounds; in createAnimator()