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

Commit dc521b60 authored by Caitlin Cassidy's avatar Caitlin Cassidy Committed by Automerger Merge Worker
Browse files

Merge "[Ongoing Call] Remove TODOs that are no longer relevant." into...

Merge "[Ongoing Call] Remove TODOs that are no longer relevant." into sc-v2-dev am: 7acfec24 am: 7d3fb0fa

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16048649

Change-Id: I5aaf7e3b366307335b0f30c5e049c0b3b0682d67
parents 2f949099 7d3fb0fa
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -53,7 +53,6 @@ open class SwipeStatusBarAwayGestureHandler @Inject constructor(
    private var inputMonitor: InputMonitorCompat? = null
    private var inputReceiver: InputChannelCompat.InputEventReceiver? = null

    // TODO(b/195839150): Update this threshold when the config changes?
    private var swipeDistanceThreshold: Int = context.resources.getDimensionPixelSize(
        com.android.internal.R.dimen.system_gestures_start_threshold
    )
@@ -84,8 +83,6 @@ open class SwipeStatusBarAwayGestureHandler @Inject constructor(
            ACTION_DOWN -> {
                if (
                    // Gesture starts just below the status bar
                    // TODO(b/195839150): Is [statusBarHeight] the correct dimension to use for
                    //   determining which down touches are valid?
                    ev.y >= statusBarWindowController.statusBarHeight
                    && ev.y <= 3 * statusBarWindowController.statusBarHeight
                ) {