forked from openkylin/platform_build
Reduced down slop and added action for expanding notifications (2/2)
Added an option to select expanding notifications to execute after a gesture. Exploring swipe down by reducing the touch slope to a smaller value to execute more. Since it is swiping towards the edge, less events will be received and typically hard to trigger when swiping other directions. Bug: 112934365 Test: manual Change-Id: Ibf59c87622e988511fe620ac60ee3d0e44aeb2b2
This commit is contained in:
parent
65e438a7fa
commit
b693371fd7
|
@ -40,9 +40,4 @@ PRODUCT_PACKAGES += \
|
|||
vibrator.default \
|
||||
|
||||
PRODUCT_PACKAGES_DEBUG += \
|
||||
ExperimentNavigationBarFloatingOverlay \
|
||||
ExperimentNavigationBarDefaultOverlay \
|
||||
ExperimentNavigationBarSlimOverlay24 \
|
||||
ExperimentNavigationBarSlimOverlay32 \
|
||||
ExperimentNavigationBarSlimOverlay40 \
|
||||
IconShapeSquareOverlay \
|
||||
frameworks-base-overlays \
|
||||
|
|
Loading…
Reference in New Issue