Searched refs:AnimateableViewBounds (Results 1 – 4 of 4) sorted by relevance
20 import com.android.systemui.shared.recents.view.AnimateableViewBounds;23 class AnimateableGridViewBounds extends AnimateableViewBounds {
22 import com.android.systemui.shared.recents.view.AnimateableViewBounds;60 protected AnimateableViewBounds createOutlineProvider() { in createOutlineProvider()
30 public class AnimateableViewBounds extends ViewOutlineProvider { class42 public AnimateableViewBounds(View source, int cornerRadius) { in AnimateableViewBounds() method in AnimateableViewBounds
58 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()