On Tue, 21 Sep 2021 23:33:49 GMT, Sergey Bylokhov <[email protected]> wrote:

> _AppKit sets the value of this property to YES when a live resizing operation 
> involving the view is underway. Use this property to determine when to 
> optimize your view’s drawing behavior. Typically, you access this property 
> from your drawRect: method and use the value to change the fidelity of the 
> content you draw, or to draw your content more efficiently_

I did not check but I think it might be set when the "resize animation" is in 
progress.

-------------

PR: https://git.openjdk.java.net/jdk/pull/5497

Reply via email to