Search code examples
wear-os

What should be used instead of deprecated RotaryEncoder.getScaledScrollFactor() method?


Method getScaledScrollFactor in the android.support.wearable.input.RotaryEncoder class is now deprecated, but there is no explanation of what should be used instead.


Solution

  • From the official documentation:

    getScaledScrollFactor(Context context) This method is deprecated. use either getScaledVerticalScrollFactor(ViewConfiguration, Context) or getScaledHorizontalScrollFactor(ViewConfiguration, Context) instead