mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
stuff
This commit is contained in:
29
app/aM/StartedUpdateprogress.java
Normal file
29
app/aM/StartedUpdateprogress.java
Normal file
@@ -0,0 +1,29 @@
|
||||
package aM;
|
||||
|
||||
import W.q;
|
||||
|
||||
class StartedUpdateprogress implements q {
|
||||
long a = -1L;
|
||||
|
||||
String b = "";
|
||||
|
||||
j(f paramf) {}
|
||||
|
||||
public void started(long paramLong) {
|
||||
this.a = paramLong;
|
||||
this.b = (paramLong / 1024L) + " KB";
|
||||
}
|
||||
|
||||
public void updateProgress(long paramLong, double paramDouble) {
|
||||
String str = (paramLong / 1024L) + " KB";
|
||||
this.c.c.a(str + " of " + this.b + ", " + Math.round(paramDouble * 100.0D) + "%");
|
||||
}
|
||||
|
||||
public void completed() {}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/aM/j.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user