| | |
| | | mLayoutParams.addRule(RelativeLayout.BELOW, R.id.rl_title);
|
| | | frLiveWindow.setLayoutParams(mLayoutParams);
|
| | | MediaPlayHelper.quitFullScreen(DeviceOnlineMediaPlayActivity.this);
|
| | | llController.setVisibility(View.VISIBLE);
|
| | | llController.setVisibility(View.GONE);
|
| | | rlTitle.setVisibility(View.VISIBLE);
|
| | | llSpeak1.setVisibility(View.GONE);
|
| | | llCloudStage1.setVisibility(View.GONE);
|
| | |
| | | MediaPlayHelper.setFullScreen(DeviceOnlineMediaPlayActivity.this);
|
| | | llController.setVisibility(View.GONE);
|
| | | rlTitle.setVisibility(View.GONE);
|
| | | llSpeak1.setVisibility(View.VISIBLE);
|
| | | llSpeak1.setVisibility(View.GONE);
|
| | | llCloudStage1.setVisibility(View.VISIBLE);
|
| | | llVideo1.setVisibility(View.VISIBLE);
|
| | | llScreenShot1.setVisibility(View.VISIBLE);
|
| | | llVideo1.setVisibility(View.GONE);
|
| | | llScreenShot1.setVisibility(View.GONE);
|
| | | RelativeLayout.LayoutParams layoutParams = new RelativeLayout.LayoutParams(frRecord
|
| | | .getLayoutParams());
|
| | | layoutParams.removeRule(RelativeLayout.BELOW);
|
| | |
| | | deviceListBean = (DeviceDetailListData.ResponseData.DeviceListBean) bundle.getSerializable(MethodConst.ParamConst.deviceDetail);
|
| | | switchVideoList(true);
|
| | | getDeviceLocalCache();
|
| | | tvDeviceName.setText(deviceListBean.channels.get(deviceListBean.checkedChannel).channelName);
|
| | | // tvDeviceName.setText(deviceListBean.channels.get(deviceListBean.checkedChannel).channelName);
|
| | | tvDeviceName.setText(bundle.getString("titleString"));
|
| | |
|
| | | if(deviceListBean.channels.get(deviceListBean.checkedChannel).resolutions!=null&&deviceListBean.channels.get(deviceListBean.checkedChannel).resolutions.size()>0){
|
| | | showHD = false;
|
| | |
| | | finish();
|
| | | }
|
| | | }
|
| | | if (resultCode == 100 && data != null) {
|
| | | String name = data.getStringExtra(DeviceConstant.IntentKey.DHDEVICE_NEW_NAME);
|
| | | tvDeviceName.setText(name);
|
| | | deviceListBean.channels.get(deviceListBean.checkedChannel).channelName = name;
|
| | | }
|
| | | // if (resultCode == 100 && data != null) {
|
| | | // String name = data.getStringExtra(DeviceConstant.IntentKey.DHDEVICE_NEW_NAME);
|
| | | // tvDeviceName.setText(name);
|
| | | // deviceListBean.channels.get(deviceListBean.checkedChannel).channelName = name;
|
| | | // }
|
| | | }
|
| | |
|
| | |
|