Searched refs:mViewBounds (Results 1 – 5 of 5) sorted by relevance
143 private AnimateableViewBounds mViewBounds; field in TaskView180 mViewBounds = createOutlineProvider(); in TaskView()184 setOutlineProvider(mViewBounds); in TaskView()217 return mViewBounds; in getViewBounds()296 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) { in updateViewPropertiesToTaskTransform()297 mViewBounds.setAlpha(toTransform.viewOutlineAlpha); in updateViewPropertiesToTaskTransform()313 if (Float.compare(mViewBounds.getAlpha(), toTransform.viewOutlineAlpha) != 0) { in updateViewPropertiesToTaskTransform()315 mViewBounds.getAlpha(), toTransform.viewOutlineAlpha); in updateViewPropertiesToTaskTransform()687 Rect clipBounds = new Rect(mViewBounds.getClipBounds()); in onLongClick()
50 private final Rect mViewBounds = new Rect(); field in Illustration159 mViewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()166 intrinsicHeight, mViewBounds, mIllustrationBounds); in onLayout()
17 androidx.transition.ChangeBounds$ViewBounds mViewBounds;
327 private ViewBounds mViewBounds = viewBounds; in createAnimator()
372 private ViewBounds mViewBounds = viewBounds; in createAnimator()