Home
last modified time | relevance | path

Searched refs:AnimateableViewBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/grid/
DAnimateableGridViewBounds.java20 import com.android.systemui.recents.views.AnimateableViewBounds;
23 class AnimateableGridViewBounds extends AnimateableViewBounds {
DGridTaskView.java22 import com.android.systemui.recents.views.AnimateableViewBounds;
60 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java29 public class AnimateableViewBounds extends ViewOutlineProvider { class
41 public AnimateableViewBounds(View source, int cornerRadius) { in AnimateableViewBounds() method in AnimateableViewBounds
DTaskView.java142 private AnimateableViewBounds mViewBounds;
209 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()
210 return new AnimateableViewBounds(this, mContext.getResources().getDimensionPixelSize( in createOutlineProvider()
215 AnimateableViewBounds getViewBounds() { in getViewBounds()