Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DAnimateableViewBounds.java29 public class AnimateableViewBounds extends ViewOutlineProvider { class
46 public AnimateableViewBounds(TaskView source, int cornerRadius) { in AnimateableViewBounds() method in AnimateableViewBounds
DTaskView.java69 AnimateableViewBounds mViewBounds;
106 mViewBounds = new AnimateableViewBounds(this, mConfig.taskViewRoundedCornerRadiusPx); in TaskView()
126 AnimateableViewBounds getViewBounds() { in getViewBounds()