mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-26 06:35:10 +00:00
- Implemented action listeners for various buttons and radio buttons to handle user interactions. - Created listeners for analysis features including locking, unlocking, and toggling visibility. - Added filtering logic for analysis fields and weight items. - Introduced a utility class for handling weight items with proper string representation and equality checks. - Enhanced event handling for X and Y axis selections in the analysis UI. - Added a listener for opening a website link related to TunerStudio.
48 lines
1.0 KiB
Java
48 lines
1.0 KiB
Java
package ao;
|
|
|
|
import W.j;
|
|
import W.n;
|
|
import h.g;
|
|
|
|
public class D {
|
|
public static j a(n paramn) {
|
|
j j = paramn.a(g.a().a("Field.TP"));
|
|
if (j != null)
|
|
return j;
|
|
j = paramn.a(g.a().a("TPS"));
|
|
if (j != null)
|
|
return j;
|
|
j = paramn.a("TPS");
|
|
return (j != null) ? j : null;
|
|
}
|
|
|
|
public static j b(n paramn) {
|
|
j j = paramn.a(g.a().a("VSS2"));
|
|
if (j != null && j.g() > j.h()) {
|
|
bH.D.d("findMphColumn, Using VSS2");
|
|
return j;
|
|
}
|
|
j = paramn.a(g.a().a("SmoothMPH"));
|
|
if (j != null) {
|
|
bH.D.d("findMphColumn, Using SmoothMPH");
|
|
return j;
|
|
}
|
|
j = paramn.a("MPH");
|
|
if (j != null) {
|
|
bH.D.d("findMphColumn, Using MPH");
|
|
return j;
|
|
}
|
|
j = paramn.a(g.a().a("Field.speedMPH"));
|
|
if (j != null) {
|
|
bH.D.d("findMphColumn, Using " + j.a());
|
|
return j;
|
|
}
|
|
return null;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/D.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |