Searched refs:TaskMenuView (Results 1 – 2 of 2) sorted by relevance
57 public class TaskMenuView extends AbstractFloatingView { class98 public TaskMenuView(Context context, AttributeSet attrs) { in TaskMenuView() method in TaskMenuView102 public TaskMenuView(Context context, AttributeSet attrs, int defStyleAttr) { in TaskMenuView() method in TaskMenuView163 public static TaskMenuView showForTask(TaskView taskView) { in showForTask()165 final TaskMenuView taskMenuView = (TaskMenuView) activity.getLayoutInflater().inflate( in showForTask()
153 private TaskMenuView mMenuView;229 public TaskMenuView getMenuView() { in getMenuView()380 mMenuView = TaskMenuView.showForTask(this); in showTaskMenu()