Merge "add all those great comments from the other file" into nyc-dev

This commit is contained in:
Chris Wren
2016-03-02 17:51:23 +00:00
committed by Android (Google) Code Review
4 changed files with 1462 additions and 39 deletions

View File

@@ -636,7 +636,7 @@ public class RecentsActivity extends Activity implements ViewTreeObserver.OnPreD
// Focus the next task
EventBus.getDefault().send(new FocusNextTaskViewEvent(timerIndicatorDuration));
MetricsLogger.action(this, MetricsEvent.OVERVIEW_PAGE);
MetricsLogger.action(this, MetricsEvent.ACTION_OVERVIEW_PAGE);
}
}

View File

@@ -161,7 +161,7 @@ public class RecentsHistoryAdapter extends RecyclerView.Adapter<RecentsHistoryAd
ssp.startActivityFromRecents(v.getContext(), task.key.id, task.title,
ActivityOptions.makeBasic());
MetricsLogger.action(v.getContext(), MetricsEvent.OVERVIEW_SELECT,
MetricsLogger.action(v.getContext(), MetricsEvent.ACTION_OVERVIEW_SELECT,
task.key.getComponent().toString());
}

View File

@@ -603,7 +603,7 @@ public class TaskView extends FixedSizeFrameLayout implements Task.TaskCallbacks
EventBus.getDefault().send(new LaunchTaskEvent(this, mTask, null, INVALID_STACK_ID,
screenPinningRequested));
MetricsLogger.action(v.getContext(), MetricsEvent.OVERVIEW_SELECT,
MetricsLogger.action(v.getContext(), MetricsEvent.ACTION_OVERVIEW_SELECT,
mTask.key.getComponent().toString());
}

File diff suppressed because it is too large Load Diff