Home
last modified time | relevance | path

Searched refs:HOME_BUTTON_LONG_PRESS_DURATION_MS (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/config/sysui/
H A DSystemUiDeviceConfigFlags.java495 public static final String HOME_BUTTON_LONG_PRESS_DURATION_MS = field in SystemUiDeviceConfigFlags
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarTest.java29 …tic com.android.internal.config.sysui.SystemUiDeviceConfigFlags.HOME_BUTTON_LONG_PRESS_DURATION_MS;
307 HOME_BUTTON_LONG_PRESS_DURATION_MS, in testHomeLongPressWithCustomDuration()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java38 …tic com.android.internal.config.sysui.SystemUiDeviceConfigFlags.HOME_BUTTON_LONG_PRESS_DURATION_MS;
448 if (properties.getKeyset().contains(HOME_BUTTON_LONG_PRESS_DURATION_MS)) {
450 properties.getLong(HOME_BUTTON_LONG_PRESS_DURATION_MS, 0))
709 HOME_BUTTON_LONG_PRESS_DURATION_MS, in onInit()