Skip to content

haptics: Allow to set predefined feedback for texture tick effect#1312

Open
iusmac wants to merge 1 commit into
crdroidandroid:16.0from
iusmac:haptics-allow-to-define-fallback-vibrator-pattern-for-soft-ticks
Open

haptics: Allow to set predefined feedback for texture tick effect#1312
iusmac wants to merge 1 commit into
crdroidandroid:16.0from
iusmac:haptics-allow-to-define-fallback-vibrator-pattern-for-soft-ticks

Conversation

@iusmac
Copy link
Copy Markdown
Member

@iusmac iusmac commented May 18, 2026

Currently, the texture soft ticks will play only if there's a hardware-specific implementation. So, there may be no haptic feedback at all in actions called repeatedly (e.g., when dragging a slider thumb or when performing a back gesture). This is the case for most older devices, see 1.

This CL allows to configure the wave timings via overlay to replicate the texture tick effect implementation. The start & end time values may need to be tuned, so it's not too disruptive to the user.

NOTE: when set, this will ignore the hardware-specific implementation, if any (assuming none).

Currently, the texture soft ticks will play only if there's a
hardware-specific implementation. So, there may be no haptic feedback at
all in actions called repeatedly (e.g., when dragging a slider thumb or
when performing a back gesture). This is the case for most older
devices, see [1].

This CL allows to configure the wave timings via overlay to replicate
the texture tick effect implementation. The start & end time values may
need to be tuned, so it's not too disruptive to the user.

NOTE: when set, this will ignore the hardware-specific implementation,
if any (assuming none).

[1]: crdroidandroid/issue_tracker#14

Signed-off-by: iusmac <iusico.maxim@libero.it>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant