Searched refs:AnimateableViewBounds (Results 1 – 4 of 4) sorted by relevance
20 import com.android.systemui.recents.views.AnimateableViewBounds;23 class AnimateableGridViewBounds extends AnimateableViewBounds {
22 import com.android.systemui.recents.views.AnimateableViewBounds;60 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()
29 public class AnimateableViewBounds extends ViewOutlineProvider { class41 public AnimateableViewBounds(View source, int cornerRadius) { in AnimateableViewBounds() method in AnimateableViewBounds
142 private AnimateableViewBounds mViewBounds;209 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()210 return new AnimateableViewBounds(this, mContext.getResources().getDimensionPixelSize( in createOutlineProvider()215 AnimateableViewBounds getViewBounds() { in getViewBounds()