Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBar.java241 private Optional<Long> mHomeButtonLongPressDurationMs; field in NavigationBar
449 mHomeButtonLongPressDurationMs = Optional.of(
707 mHomeButtonLongPressDurationMs = Optional.of(mDeviceConfigProxy.getLong( in onInit()
1004 if (mHomeButtonLongPressDurationMs.isPresent() || !mLongPressHomeEnabled) { in reconfigureHomeLongClick()
1036 pw.println(" mHomeButtonLongPressDurationMs=" + mHomeButtonLongPressDurationMs); in dump()
1338 mHomeButtonLongPressDurationMs.ifPresent(longPressDuration -> { in onHomeTouch()