Request frame event for rendering for this window. Requested frame event won't be sent immediately. But, its is guaranty to be sent to sync with next v-sync. Call this function after previous frame event if you want to draw some animation and etc.
()
| 311 | * <p>Call this function after previous frame event if you want to draw some animation and etc.</p> |
| 312 | */ |
| 313 | public abstract void requestFrame(); |
| 314 | |
| 315 | /** |
| 316 | * <p>Expands the window to take up all of the space of the desktop except taskbars, docks, etc.</p> |
nothing calls this directly
no outgoing calls
no test coverage detected