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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskView.java 65 * A {@link TaskView} represents a fixed view of a task. Because the TaskView's layout is directed
67 * the view hierarchy, but not upwards from any of its children (the TaskView will relayout itself
70 public class TaskView extends FixedSizeFrameLayout implements Task.TaskCallbacks,
73 /** The TaskView callbacks */
75 void onTaskViewClipStateChanged(TaskView tv);
83 public static final Property<TaskView, Float> DIM_ALPHA_WITHOUT_HEADER =
84 new FloatProperty<TaskView>("dimAlphaWithoutHeader") {
86 public void setValue(TaskView tv, float dimAlpha) {
91 public Float get(TaskView tv)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 

Completed in 2387 milliseconds