Merge "add all those great comments from the other file" into nyc-dev
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
@@ -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
Reference in New Issue
Block a user