f441fa06a2
- Adapted to Xiaomi SDM660 - Implemented with tilt sensor SQUASHED COMMITS: ----------------- * sdm845-common: Introduce raise to wake gesture - Highly inspired by iOS raise to wake * EvoX notes: - Adapted to OnePlus sdm845 - Strings will be added to packages/resources/devicesettings which is where all current strings are located * sdm845-common: doze: Add min interval for raise2wake - avoid having early wakeup * sd845-common: doze: raise2wake: Check proximity before wakeup - To avoid having unnecessary wakeups when phone inside the pocket * sdm845-common: doze: Enable pickup when raise to wake is toggled - This is needed in order for raise to wake to function properly. References: *f45b58b511
*dc69b3678c
Co-authored-by: Nauval Rizky <enuma.alrizky@gmail.com> Co-authored-by: AnierinB <anierinb@evolution-x.org> Signed-off-by: Nauval Rizky <enuma.alrizky@gmail.com> Signed-off-by: Joey Huab <joey@evolution-x.org> Signed-off-by: AnierinB <anierinb@evolution-x.org> Signed-off-by: OdSazib <odsazib@gmail.com>
9 lines
811 B
XML
9 lines
811 B
XML
<!-- drawable/arrow_decision_outline.xml -->
|
|
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:height="24dp"
|
|
android:width="24dp"
|
|
android:viewportWidth="24"
|
|
android:viewportHeight="24"
|
|
android:tint="?android:attr/colorControlNormal" >
|
|
<path android:fillColor="#000" android:pathData="M9.64,13.4C8.63,12.5 7.34,12.03 6,12V15L2,11L6,7V10C7.67,10 9.3,10.57 10.63,11.59C10.22,12.15 9.89,12.76 9.64,13.4M18,15V12C17.5,12 13.5,12.16 13.05,16.2C14.61,16.75 15.43,18.47 14.88,20.03C14.33,21.59 12.61,22.41 11.05,21.86C9.5,21.3 8.67,19.59 9.22,18.03C9.5,17.17 10.2,16.5 11.05,16.2C11.34,12.61 14.4,9.88 18,10V7L22,11L18,15M13,19A1,1 0 0,0 12,18A1,1 0 0,0 11,19A1,1 0 0,0 12,20A1,1 0 0,0 13,19M11,11.12C11.58,10.46 12.25,9.89 13,9.43V5H16L12,1L8,5H11V11.12Z" />
|
|
</vector>
|