mirror of
https://github.com/Evolution-X-Devices/device_samsung_d1
synced 2026-01-27 08:05:40 +00:00
d1: update FOD position
Change-Id: I25a1c578537be209ac005b1d38f5c3088318fc38
This commit is contained in:
@@ -24,19 +24,19 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* WIDTH = 1440
|
* WIDTH = 1080
|
||||||
* X = (WIDTH / 2) - (FOD_SENSOR_SIZE / 2)
|
* X = (WIDTH / 2) - (FOD_SENSOR_SIZE / 2)
|
||||||
*/
|
*/
|
||||||
#define FOD_SENSOR_X 545
|
#define FOD_SENSOR_X 408
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* HEIGHT = 3040
|
* HEIGHT = 2280
|
||||||
* Y = ???
|
* Y = ???
|
||||||
*/
|
*/
|
||||||
#define FOD_SENSOR_Y 2500
|
#define FOD_SENSOR_Y 1650
|
||||||
|
|
||||||
/* Sensor rectangle size */
|
/* Sensor rectangle size */
|
||||||
#define FOD_SENSOR_SIZE 350
|
#define FOD_SENSOR_SIZE 262
|
||||||
|
|
||||||
#define FOD_ENABLE "fod_enable,1"
|
#define FOD_ENABLE "fod_enable,1"
|
||||||
#define FOD_DISABLE "fod_enable,0"
|
#define FOD_DISABLE "fod_enable,0"
|
||||||
|
|||||||
@@ -13,5 +13,5 @@
|
|||||||
-->
|
-->
|
||||||
<resources>
|
<resources>
|
||||||
<!-- The minimum bottom margin of the keyguard security container -->
|
<!-- The minimum bottom margin of the keyguard security container -->
|
||||||
<dimen name="kg_security_container_min_bottom_margin">560px</dimen>
|
<dimen name="kg_security_container_min_bottom_margin">645px</dimen>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
Reference in New Issue
Block a user