鸿蒙 5 视频播放器:折叠屏悬停状态控制栏下沉方案
一、悬停状态检测与适配框架importohos.agp.components.Component;importohos.app.Context;importohos.hiviewdfx.HiLog;importohos.hiviewdfx.HiLogLabel;importohos.utils.zson.ZSONObject;importohos.window.WindowManager;publicclassFoldableHelper{privatestaticfinalHiLogLabelLABELnewHiLogLabel(HiLog.LOGAPP,0x00101,"FoldableHelper");设备状态publicenumFoldState{UNKNOWN,未知状态FLAT,完全展开FOLDED,完全折叠HALF...