Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -55139,6 +55139,7 @@ package android.view { method @Deprecated public static int getMaximumDrawingCacheSize(); method @Deprecated public static int getMaximumFlingVelocity(); method @Deprecated public static int getMinimumFlingVelocity(); method public static int getMultiPressTimeout(); method public static int getPressedStateDuration(); method @FloatRange(from=1.0) public float getScaledAmbiguousGestureMultiplier(); method public int getScaledDoubleTapSlop(); core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -53244,6 +53244,7 @@ package android.view { method @Deprecated public static int getMaximumDrawingCacheSize(); method @Deprecated public static int getMaximumFlingVelocity(); method @Deprecated public static int getMinimumFlingVelocity(); method public static int getMultiPressTimeout(); method public static int getPressedStateDuration(); method @FloatRange(from=1.0) public float getScaledAmbiguousGestureMultiplier(); method public int getScaledDoubleTapSlop(); core/java/android/view/ViewConfiguration.java +0 −1 Original line number Diff line number Diff line Loading @@ -604,7 +604,6 @@ public class ViewConfiguration { /** * @return the duration in milliseconds between the first tap's up event and the second tap's * down event for an interaction to be considered part of the same multi-press. * @hide */ public static int getMultiPressTimeout() { return AppGlobals.getIntCoreSetting(Settings.Secure.MULTI_PRESS_TIMEOUT, Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -55139,6 +55139,7 @@ package android.view { method @Deprecated public static int getMaximumDrawingCacheSize(); method @Deprecated public static int getMaximumFlingVelocity(); method @Deprecated public static int getMinimumFlingVelocity(); method public static int getMultiPressTimeout(); method public static int getPressedStateDuration(); method @FloatRange(from=1.0) public float getScaledAmbiguousGestureMultiplier(); method public int getScaledDoubleTapSlop();
core/api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -53244,6 +53244,7 @@ package android.view { method @Deprecated public static int getMaximumDrawingCacheSize(); method @Deprecated public static int getMaximumFlingVelocity(); method @Deprecated public static int getMinimumFlingVelocity(); method public static int getMultiPressTimeout(); method public static int getPressedStateDuration(); method @FloatRange(from=1.0) public float getScaledAmbiguousGestureMultiplier(); method public int getScaledDoubleTapSlop();
core/java/android/view/ViewConfiguration.java +0 −1 Original line number Diff line number Diff line Loading @@ -604,7 +604,6 @@ public class ViewConfiguration { /** * @return the duration in milliseconds between the first tap's up event and the second tap's * down event for an interaction to be considered part of the same multi-press. * @hide */ public static int getMultiPressTimeout() { return AppGlobals.getIntCoreSetting(Settings.Secure.MULTI_PRESS_TIMEOUT, Loading