Loading src/com/android/launcher3/logging/StatsLogManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -736,7 +736,8 @@ public class StatsLogManager implements ResourceBasedOverride { COLD(1), HOT(2), TIMEOUT(3), FAIL(4); FAIL(4), COLD_USERWAITING(5); private final int mId; Loading src/com/android/launcher3/views/RecyclerViewFastScroller.java +1 −2 Original line number Diff line number Diff line Loading @@ -285,8 +285,6 @@ public class RecyclerViewFastScroller extends View { } break; case MotionEvent.ACTION_UP: hideKeyboardAsync(ActivityContext.lookupContext(getContext()), getApplicationWindowToken()); case MotionEvent.ACTION_CANCEL: mRv.onFastScrollCompleted(); mTouchOffsetY = 0; Loading @@ -310,6 +308,7 @@ public class RecyclerViewFastScroller extends View { } private void calcTouchOffsetAndPrepToFastScroll(int downY, int lastY) { hideKeyboardAsync(ActivityContext.lookupContext(getContext()), getWindowToken()); mIsDragging = true; if (mCanThumbDetach) { mIsThumbDetached = true; Loading Loading
src/com/android/launcher3/logging/StatsLogManager.java +2 −1 Original line number Diff line number Diff line Loading @@ -736,7 +736,8 @@ public class StatsLogManager implements ResourceBasedOverride { COLD(1), HOT(2), TIMEOUT(3), FAIL(4); FAIL(4), COLD_USERWAITING(5); private final int mId; Loading
src/com/android/launcher3/views/RecyclerViewFastScroller.java +1 −2 Original line number Diff line number Diff line Loading @@ -285,8 +285,6 @@ public class RecyclerViewFastScroller extends View { } break; case MotionEvent.ACTION_UP: hideKeyboardAsync(ActivityContext.lookupContext(getContext()), getApplicationWindowToken()); case MotionEvent.ACTION_CANCEL: mRv.onFastScrollCompleted(); mTouchOffsetY = 0; Loading @@ -310,6 +308,7 @@ public class RecyclerViewFastScroller extends View { } private void calcTouchOffsetAndPrepToFastScroll(int downY, int lastY) { hideKeyboardAsync(ActivityContext.lookupContext(getContext()), getWindowToken()); mIsDragging = true; if (mCanThumbDetach) { mIsThumbDetached = true; Loading