Loading quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +1 −3 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ import android.os.UserManager; import android.provider.Settings; import android.text.TextUtils; import android.view.MotionEvent; import android.view.Surface; import androidx.annotation.BinderThread; Loading Loading @@ -557,8 +556,7 @@ public class RecentsAnimationDeviceState implements DisplayInfoChangeListener { if (mIsOneHandedModeEnabled) { final Info displayInfo = mDisplayController.getInfo(); return (mRotationTouchHelper.touchInOneHandedModeRegion(ev) && displayInfo.rotation != Surface.ROTATION_90 && displayInfo.rotation != Surface.ROTATION_270); && (displayInfo.currentSize.x < displayInfo.currentSize.y)); } return false; } Loading Loading
quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +1 −3 Original line number Diff line number Diff line Loading @@ -63,7 +63,6 @@ import android.os.UserManager; import android.provider.Settings; import android.text.TextUtils; import android.view.MotionEvent; import android.view.Surface; import androidx.annotation.BinderThread; Loading Loading @@ -557,8 +556,7 @@ public class RecentsAnimationDeviceState implements DisplayInfoChangeListener { if (mIsOneHandedModeEnabled) { final Info displayInfo = mDisplayController.getInfo(); return (mRotationTouchHelper.touchInOneHandedModeRegion(ev) && displayInfo.rotation != Surface.ROTATION_90 && displayInfo.rotation != Surface.ROTATION_270); && (displayInfo.currentSize.x < displayInfo.currentSize.y)); } return false; } Loading