Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBar.java242 private Optional<Long> mHomeButtonLongPressDurationMs; field in NavigationBar
481 mHomeButtonLongPressDurationMs = Optional.of(
727 mHomeButtonLongPressDurationMs = Optional.of(mDeviceConfigProxy.getLong( in onInit()
1037 if (mHomeButtonLongPressDurationMs.isPresent() in reconfigureHomeLongClick()
1062 pw.println(" mHomeButtonLongPressDurationMs=" + mHomeButtonLongPressDurationMs); in dump()
1386 mHomeButtonLongPressDurationMs.ifPresent(longPressDuration -> { in onHomeTouch()