Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/grid/
DAnimateableGridViewBounds.java20 import com.android.systemui.shared.recents.view.AnimateableViewBounds;
23 class AnimateableGridViewBounds extends AnimateableViewBounds {
DGridTaskView.java22 import com.android.systemui.shared.recents.view.AnimateableViewBounds;
60 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/view/
DAnimateableViewBounds.java30 public class AnimateableViewBounds extends ViewOutlineProvider { class
42 public AnimateableViewBounds(View source, int cornerRadius) { in AnimateableViewBounds() method in AnimateableViewBounds
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskView.java58 import com.android.systemui.shared.recents.view.AnimateableViewBounds;
143 private AnimateableViewBounds mViewBounds;
210 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()
211 return new AnimateableViewBounds(this, mContext.getResources().getDimensionPixelSize( in createOutlineProvider()
216 AnimateableViewBounds getViewBounds() { in getViewBounds()