Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e83cd614 authored by Chris Wren's avatar Chris Wren Committed by Android (Google) Code Review
Browse files

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

parents 484eea70 7c516845
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);
        }
    }

+1 −1
Original line number Diff line number Diff line
@@ -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());
        }

+1 −1
Original line number Diff line number Diff line
@@ -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());
    }

+1459 −36

File changed.

Preview size limit exceeded, changes collapsed.