Searched refs:TaskMenuView (Results 1 – 2 of 2) sorted by relevance
55 public class TaskMenuView extends AbstractFloatingView { class96 public TaskMenuView(Context context, AttributeSet attrs) { in TaskMenuView() method in TaskMenuView100 public TaskMenuView(Context context, AttributeSet attrs, int defStyleAttr) { in TaskMenuView() method in TaskMenuView161 public static TaskMenuView showForTask(TaskView taskView) { in showForTask()163 final TaskMenuView taskMenuView = (TaskMenuView) activity.getLayoutInflater().inflate( in showForTask()
154 private TaskMenuView mMenuView;233 public TaskMenuView getMenuView() { in getMenuView()390 mMenuView = TaskMenuView.showForTask(this); in showTaskMenu()