Files
tustu/app/obfuscated_packages/L/TimeNowFunction.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

54 lines
972 B
Java

package L;
import ax.S;
import ax.ac;
public class TimeNowFunction extends ac {
private static long a = System.currentTimeMillis();
private static boolean b = false;
private static long c = 0L;
public static long a() {
return c;
}
public static void a(long paramLong) {
c = paramLong;
}
public static boolean b() {
return b;
}
public static void a(boolean paramBoolean) {
b = paramBoolean;
}
public static long c() {
return a;
}
public static void b(long paramLong) {
a = paramLong;
}
public double a(S paramS) {
return b() ? ((a() - a) / 1000.0D) : ((System.currentTimeMillis() - a) / 1000.0D);
}
public double b(S paramS) {
return a(paramS);
}
public String toString() {
return "timeNow()";
}
}
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/X.class
* Java compiler version: 8 (52.0)
* JD-Core Version: 1.1.3
*/