Merge branch 'dev_robotaxi-d-app-module_290_220715_2.9.0' of gitlab.zhidaoauto.com:zhjt/AndroidApp/MoGoEagleEye into dev_robotaxi-d-app-module_290_220715_2.9.0
This commit is contained in:
@@ -888,6 +888,14 @@ import kotlin.collections.ArrayList
|
||||
dismissToolsFloatView()
|
||||
}
|
||||
|
||||
override fun showSmallFragment() {
|
||||
// TODO:("展示全览模式地图")
|
||||
}
|
||||
|
||||
override fun hideSmallFragment() {
|
||||
// TODO:("隐藏全览模式地图")
|
||||
}
|
||||
|
||||
private fun showCameraList(cameraList: List<CameraEntity>?) {
|
||||
context?.let {
|
||||
if (cameraViewFloat == null) {
|
||||
|
||||
@@ -186,6 +186,10 @@ interface IMoGoWaringProvider : IMoGoHmiViewProxy {
|
||||
|
||||
fun hideToolsView()
|
||||
|
||||
fun showSmallFragment()
|
||||
|
||||
fun hideSmallFragment()
|
||||
|
||||
/**
|
||||
* 展示转向灯
|
||||
*/
|
||||
|
||||
@@ -301,6 +301,14 @@ object CallerHmiManager : CallerBase() {
|
||||
waringProviderApi?.hideToolsView()
|
||||
}
|
||||
|
||||
fun showSmallFragment() {
|
||||
waringProviderApi?.showSmallFragment()
|
||||
}
|
||||
|
||||
fun hideSmallFragment() {
|
||||
waringProviderApi?.hideSmallFragment()
|
||||
}
|
||||
|
||||
/**
|
||||
*注册工控机升级提示圆点View的回调
|
||||
* @param 提示圆点View
|
||||
|
||||
Reference in New Issue
Block a user