HomeSort by relevance Sort by last modified time
    Searched refs:mViewBounds (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 69 AnimateableViewBounds mViewBounds;
106 mViewBounds = new AnimateableViewBounds(this, mConfig.taskViewRoundedCornerRadiusPx);
112 setOutlineProvider(mViewBounds);
127 return mViewBounds;
308 mViewBounds.animateClipTop(windowInsetTop, duration,
319 mViewBounds.animateClipRight(getMeasuredWidth() - size, duration);
321 mViewBounds.animateClipBottom(getMeasuredHeight() - (windowInsetTop + size), duration);
336 mViewBounds.setClipTop(0);
337 mViewBounds.setClipBottom(0);
338 mViewBounds.setClipRight(0)
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SetupWizardIllustration.java 47 private final Rect mViewBounds = new Rect();
123 mViewBounds.set(0, 0, layoutWidth, layoutHeight);
130 mViewBounds, mForegroundBounds, layoutDirection);

Completed in 517 milliseconds