andoridhyc

Results 2 issues of andoridhyc

### 你觉得框架有什么不足之处?【必答】 我做了以下关键改动说明(便于你快速 review): refreshWindowInfo(): 使用 getRealMetrics() 获取真实屏幕宽高赋给 mCurrentWindowWidth / mCurrentWindowHeight(fallback 保持兼容)。 仍然用 getWindowVisibleDisplayFrame() 得到 mTempRect 来计算 mCurrentWindowInvisibleWidth / mCurrentWindowInvisibleHeight(用于在不允许进入刘海区时做限制)。 updateLocation(int x, int y, boolean allowMoveToScreenNotch): 如果允许进入刘海区:使用真实屏幕宽高作为边界(可以移动到屏幕任意位置)。 如果不允许进入刘海区:尝试使用 getSafeInsetRect()(若完整有效则用 real...

help wanted