优化显示逻辑

This commit is contained in:
wangcongtao
2021-03-16 16:25:44 +08:00
parent 5e0d18dbc2
commit 71e809a8ba
15 changed files with 277 additions and 27343 deletions

View File

@@ -419,4 +419,14 @@ public class DebugConfig {
public static boolean isOCHModule(){
return sProductFlavor != null && sProductFlavor.startsWith( "foch" );
}
public static int sSelfCarSpeedYOffset = 20;
public static void setSelfCarSpeedYOffset( int sSelfCarSpeedYOffset ) {
DebugConfig.sSelfCarSpeedYOffset = sSelfCarSpeedYOffset;
}
public static int getSelfCarSpeedYOffset() {
return sSelfCarSpeedYOffset;
}
}