Files
tustu/app/obfuscated_packages/L/TimeTrueFunction.java
johndoe6345789 347ed15b78 Add Gauge Color Setters and Properties Menu
- Introduced multiple GaugeColorSetter classes (B to L) for setting gauge colors dynamically.
- Implemented GaugePropertiesMenu class to manage gauge properties and settings.
- Added action listeners for gauge styles and slider value changes to enhance interactivity.
- Created RadioButtonColorSelectionListener and StaticValueActionListener for handling user input.
- Ensured compatibility with existing gauge components and UI elements.
2026-01-11 07:39:35 +00:00

43 lines
822 B
Java

package L;
import ax.S;
import ax.ab;
import ax.ac;
public class TimeTrueFunction extends ac {
private ab c;
long a = -1L;
double b = 0.0D;
public Z(ab paramab) {
this.c = paramab;
}
public double a(S paramS) {
if (this.c.b(paramS) != 0.0D) {
if (this.a < 0L)
this.a = System.currentTimeMillis();
this.b = (System.currentTimeMillis() - this.a) / 1000.0D;
} else if (this.a > 0L) {
this.a = -1L;
this.b = 0.0D;
}
return this.b;
}
public double b(S paramS) {
return a(paramS);
}
public String toString() {
return "timeTrue( " + this.c.toString() + " )";
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/Z.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/