Method getScaledScrollFactor
in the android.support.wearable.input.RotaryEncoder
class is now deprecated, but there is no explanation of what should be used instead.
From the official documentation:
getScaledScrollFactor(Context context) This method is deprecated. use either getScaledVerticalScrollFactor(ViewConfiguration, Context) or getScaledHorizontalScrollFactor(ViewConfiguration, Context) instead