Loading quickstep/src/com/android/launcher3/statehandlers/DepthController.java +2 −3 Original line number Diff line number Diff line Loading @@ -289,10 +289,9 @@ public class DepthController implements StateHandler<LauncherState>, if (Float.compare(mDepth, depthF) == 0) { return; } if (dispatchTransactionSurface(depthF)) { dispatchTransactionSurface(depthF); mDepth = depthF; } } public void onOverlayScrollChanged(float progress) { // Round out the progress to dedupe frequent, non-perceptable updates Loading Loading
quickstep/src/com/android/launcher3/statehandlers/DepthController.java +2 −3 Original line number Diff line number Diff line Loading @@ -289,10 +289,9 @@ public class DepthController implements StateHandler<LauncherState>, if (Float.compare(mDepth, depthF) == 0) { return; } if (dispatchTransactionSurface(depthF)) { dispatchTransactionSurface(depthF); mDepth = depthF; } } public void onOverlayScrollChanged(float progress) { // Round out the progress to dedupe frequent, non-perceptable updates Loading