You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Deprecated and will be removed in later versions, use Screen#flippedFrame() instead
Screen.prototype.frameInRectangle = function () {
Phoenix.log(
'Deprecated: Function Screen#frameInRectangle() is deprecated and will be removed in later versions, use Screen#flippedFrame() instead.',
);
return this.flippedFrame();
};
// TODO: Deprecated and will be removed in later versions, use Screen#flippedVisibleFrame() instead
Screen.prototype.visibleFrameInRectangle = function () {
Phoenix.log(
'Deprecated: Function Screen#visibleFrameInRectangle() is deprecated and will be removed in later versions, use Screen#flippedVisibleFrame() instead.',