Merge "Code reformatting for upcoming automated code changes."

This commit is contained in:
Treehugger Robot
2018-08-20 15:11:28 +00:00
committed by Gerrit Code Review

View File

@@ -77,7 +77,8 @@ public class MediaController extends FrameLayout {
private View mDecor;
private WindowManager.LayoutParams mDecorLayoutParams;
private ProgressBar mProgress;
private TextView mEndTime, mCurrentTime;
private TextView mEndTime;
private TextView mCurrentTime;
private boolean mShowing;
private boolean mDragging;
private static final int sDefaultTimeout = 3000;