Searched refs:mHomeButtonLongPressDurationMs (Results 1 – 1 of 1) sorted by relevance
241 private Optional<Long> mHomeButtonLongPressDurationMs; field in NavigationBar449 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()