3523154b071eb8d9fb6958de6edd2877db9352ba
This way we can still log long press attempts even when the feature flags or settings are disabled. We always log LAUNCHER_LONG_PRESS_NAVBAR when a long press is detected, even if nothing else happens. Additionally, we log LAUNCHER_DEEP_PRESS_NAVBAR if the long press was short-circuited by a deep press. In this case both logs will appear. If ENABLE_LPNH_DEEP_PRESS is false, it's possible that LAUNCHER_DEEP_PRESS_NAVBAR will be logged without LAUNCHER_LONG_PRESS_NAVBAR. This is because we log deep press even if the feature is disabled, but it won't cause long press to trigger immediately, so the user may release their finger before the normal long press triggers. Note: getLongPressRunnable will still return null if the flags or other checks fail, so nothing will happen beyond logging. Fix: 313477667 Fix: 310955078 Test: Manual with wwlogcat with flags in various states Flag: NA Change-Id: I40ceb5a22b364c2d5d6e4fdabb546b81c84354eb
Merge "Use global color extraction in widgets for wallpaper preview" into sc-v2-dev am:
9b3ef3e638 am: df311603e9
Description
No description provided
Languages
Java
57.2%
Kotlin
42.4%
AIDL
0.3%