layoutDirectionMultiplier
A multiplier used to ensure support for both left-to-right and right-to-left layouts. Values such as translation deltas are multiplied by this value. layoutDirectionMultiplier is equal to 1f
if isLtr is true
, and -1f
otherwise.