Merge "Expose getPreferKeepClearForFocusDelay as TestApi" into tm-dev

This commit is contained in:
Robert Horvath
2022-03-07 12:19:45 +00:00
committed by Android (Google) Code Review
2 changed files with 2 additions and 0 deletions

View File

@@ -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 {

View File

@@ -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;
}