Home
last modified time | relevance | path

Searched refs:reshapeInThread (Results 1 – 1 of 1) sorted by relevance

/external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
DAwtPanel.java202 reshapeInThread(1, 1); in initialize()
206 private void reshapeInThread(int width, int height) { in reshapeInThread() method in AwtPanel
266 reshapeInThread(newWidth, newHeight); in postFrame()