HomeSort by relevance Sort by last modified time
    Searched defs:TaskViewTransform (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewTransform.java 35 public class TaskViewTransform {
79 * Copies the transform state from another {@link TaskViewTransform}.
81 public void copyFrom(TaskViewTransform other) {
94 public boolean isSame(TaskViewTransform other) {
TaskView.java 148 private final TaskViewTransform mTargetAnimationTransform = new TaskViewTransform();
284 void updateViewPropertiesToTaskTransform(TaskViewTransform toTransform,
338 TaskViewTransform.reset(this);
354 boolean isAnimatingTo(TaskViewTransform transform) {
550 public void onStartLaunchTargetEnterAnimation(TaskViewTransform transform, int duration,

Completed in 100 milliseconds