Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java142 private AnimateableViewBounds mViewBounds; field in TaskView
179 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()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
DIllustration.java50 private final Rect mViewBounds = new Rect(); field in Illustration
158 mViewBounds.set(0, 0, layoutWidth, layoutHeight); in onLayout()
165 intrinsicHeight, mViewBounds, mIllustrationBounds); in onLayout()
/frameworks/base/core/java/android/transition/
DChangeBounds.java340 private ViewBounds mViewBounds = viewBounds; in createAnimator()