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

Commit 3dbfb2ad authored by Robert Horvath's avatar Robert Horvath Committed by Automerger Merge Worker
Browse files

Merge "Expose getPreferKeepClearForFocusDelay as TestApi" into tm-dev am: d0b6f0a4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16932090

Change-Id: I1ac9eaa54f943d477dd2c5b5e6af4e58b2e5b15d
parents 3c6d192a d0b6f0a4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2878,6 +2878,7 @@ package android.view {
    method public static int getHoverTooltipHideTimeout();
    method public static int getHoverTooltipShowTimeout();
    method public static int getLongPressTooltipHideTimeout();
    method public int getPreferKeepClearForFocusDelay();
  }

  public class ViewDebug {
+1 −0
Original line number Diff line number Diff line
@@ -1104,6 +1104,7 @@ public class ViewConfiguration {
     *         clear, or -1 if Views should not set themselves as preferred to keep clear.
     * @hide
     */
    @TestApi
    public int getPreferKeepClearForFocusDelay() {
        return mPreferKeepClearForFocusDelay;
    }