Searched defs:TaskView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskView.java64 * A {@link TaskView} represents a fixed view of a task. Because the TaskView's layout is directed
66 * the view hierarchy, but not upwards from any of its children (the TaskView will relayout itself
69 public class TaskView extends FixedSizeFrameLayout implements Task.TaskCallbacks, class in inherits:FixedSizeFrameLayout,Task.TaskCallbacks,TaskStackAnimationHelper.Callbacks,View.OnClickListener,View.OnLongClickListener
72 /** The TaskView callbacks */
74 void onTaskViewClipStateChanged(TaskView tv);
82 public static final Property<TaskView, Float> DIM_ALPHA_WITHOUT_HEADER =
83 new FloatProperty<TaskView>("dimAlphaWithoutHeader") {
85 public void setValue(TaskView tv, float dimAlpha) {
90 public Float get(TaskView t
164 public TaskView(Context context) { method in class:TaskView
168 public TaskView(Context context, AttributeSet attrs) { method in class:TaskView
172 public TaskView(Context context, AttributeSet attrs, int defStyleAttr) { method in class:TaskView
176 public TaskView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { method in class:TaskView
[all...]

Completed in 67 milliseconds