Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java143 private AnimateableViewBounds mViewBounds; field in TaskView
180 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()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java50 private final Rect mViewBounds = new Rect(); field in Illustration
159 mViewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()
166 intrinsicHeight, mViewBounds, mIllustrationBounds); in onLayout()
/frameworks/support/transition/
Dproguard-rules.pro17 androidx.transition.ChangeBounds$ViewBounds mViewBounds;
/frameworks/support/transition/src/main/java/androidx/transition/
DChangeBounds.java327 private ViewBounds mViewBounds = viewBounds; in createAnimator()
/frameworks/base/core/java/android/transition/
DChangeBounds.java372 private ViewBounds mViewBounds = viewBounds; in createAnimator()