应该使用什么来代替弃用的 RotaryEncoder.getScaledScrollFactor() 方法?
What should be used instead of deprecated RotaryEncoder.getScaledScrollFactor() method?
android.support.wearable.input.RotaryEncoder
class 中的方法 getScaledScrollFactor
现已弃用,但没有解释应该使用什么来代替。
来自官方documentation:
getScaledScrollFactor(Context context) This method is deprecated. use
either getScaledVerticalScrollFactor(ViewConfiguration, Context) or
getScaledHorizontalScrollFactor(ViewConfiguration, Context) instead
现在 RotaryEncoder
已完全弃用,其方法应替换为 com.google.android.wearable.input.RotaryEncoderHelper
.
中的方法
android.support.wearable.input.RotaryEncoder
class 中的方法 getScaledScrollFactor
现已弃用,但没有解释应该使用什么来代替。
来自官方documentation:
getScaledScrollFactor(Context context) This method is deprecated. use either getScaledVerticalScrollFactor(ViewConfiguration, Context) or getScaledHorizontalScrollFactor(ViewConfiguration, Context) instead
现在 RotaryEncoder
已完全弃用,其方法应替换为 com.google.android.wearable.input.RotaryEncoderHelper
.