Compare commits

...

3 Commits

Author SHA1 Message Date
f048d72aaf change advertisement 2022-07-04 23:08:27 +09:00
5d0747f9e6 modify zoom level 2022-06-25 22:04:22 +09:00
6d2726d0a6 add gps count 2022-06-25 22:04:15 +09:00
3 changed files with 17 additions and 2 deletions

View File

@ -740,12 +740,15 @@
.end method .end method
.method public final getZoomLevel()I .method public final getZoomLevel()I
.locals 1 .locals 3
.line 1 .line 1
iget v0, p0, Lcom/skt/tmap/engine/navigation/livedata/ZoomLevelController;->zoomLevel:I
return v0 iget v0, p0, Lcom/skt/tmap/engine/navigation/livedata/ZoomLevelController;->zoomLevel:I
const v1,0x1
sub-int v2,v0,v1
return v2
.end method .end method
.method public final setAutoZoomType(Lcom/skt/tmap/engine/navigation/livedata/ZoomLevelController$AutoZoomType;)V .method public final setAutoZoomType(Lcom/skt/tmap/engine/navigation/livedata/ZoomLevelController$AutoZoomType;)V

View File

@ -107,6 +107,7 @@
.line 1 .line 1
iget v0, p0, Lcom/skt/tmap/engine/navigation/location/GpsStatusListener;->fixedSatelliteCount:I iget v0, p0, Lcom/skt/tmap/engine/navigation/location/GpsStatusListener;->fixedSatelliteCount:I
const v0, 0x10
return v0 return v0
.end method .end method

View File

@ -58,10 +58,12 @@
.end annotation .end annotation
.line 1 .line 1
iget v0, p0, Lcom/skt/tmap/mvp/fragment/a1$a;->e:I iget v0, p0, Lcom/skt/tmap/mvp/fragment/a1$a;->e:I
const/4 v1, 0x1 const/4 v1, 0x1
if-ne v0, v1, :cond_0 if-ne v0, v1, :cond_0
const/4 v0, 0x2 const/4 v0, 0x2
@ -90,8 +92,17 @@
move-result p1 move-result p1
const v0,0x1
if-gt p1, v0, :cond_2
return p1
:cond_2
const p1,0x3
return p1 return p1
:cond_1 :cond_1
return v1 return v1
.end method .end method