[6.7.0][Opt]起终点绘制监听Och业务数据变化
This commit is contained in:
@@ -179,12 +179,14 @@ class MapContainerLayout @JvmOverloads constructor(
|
||||
override fun onAnimationStart(animation: Animator) {
|
||||
super.onAnimationStart(animation)
|
||||
isPlayingAnim = true
|
||||
overMapView.setIsPlaying(true)
|
||||
overMapView.setMapFlag(isScaled)
|
||||
}
|
||||
|
||||
override fun onAnimationCancel(animation: Animator) {
|
||||
super.onAnimationCancel(animation)
|
||||
isPlayingAnim = false
|
||||
overMapView.setIsPlaying(false)
|
||||
overMapView.swapSettings()
|
||||
updateShadowBg(isScaled)
|
||||
isScaled = !isScaled
|
||||
@@ -199,6 +201,7 @@ class MapContainerLayout @JvmOverloads constructor(
|
||||
override fun onAnimationEnd(animation: Animator) {
|
||||
super.onAnimationEnd(animation)
|
||||
isPlayingAnim = false
|
||||
overMapView.setIsPlaying(false)
|
||||
overMapView.swapSettings()
|
||||
updateShadowBg(isScaled)
|
||||
isScaled = !isScaled
|
||||
|
||||
Reference in New Issue
Block a user