Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1aa59f86 authored by Justin Koh's avatar Justin Koh
Browse files

Hide getDeviceGlobalActionKeyTimeout

Hide getDeviceGlobalActionKeyTimeout, as requested. Remove mention from
@deprecated notice.
Bug: 14441321

Change-Id: Ic6e84e718c2eaa15a86d8cd4d13645be88490b61
parent 34dd2cdd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -28382,7 +28382,6 @@ package android.view {
  public class ViewConfiguration {
    ctor public deprecated ViewConfiguration();
    method public static android.view.ViewConfiguration get(android.content.Context);
    method public long getDeviceGlobalActionKeyTimeout();
    method public static int getDoubleTapTimeout();
    method public static deprecated int getEdgeSlop();
    method public static deprecated int getFadingEdgeLength();
+3 −1
Original line number Diff line number Diff line
@@ -702,8 +702,9 @@ public class ViewConfiguration {
     *
     * @return how long a user needs to press the relevant key to bring up
     *   the global actions dialog.
     * @deprecated use getDeviceGlobalActionKeyTimeout
     * @deprecated
     */
    @Deprecated
    public static long getGlobalActionKeyTimeout() {
        return GLOBAL_ACTIONS_KEY_TIMEOUT;
    }
@@ -714,6 +715,7 @@ public class ViewConfiguration {
     *
     * @return how long a user needs to press the relevant key to bring up
     *   the global actions dialog.
     * @hide
     */
    public long getDeviceGlobalActionKeyTimeout() {
        return mGlobalActionsKeyTimeout;