Searched refs:m_xVCLWindow (Results 1 – 1 of 1) sorted by relevance
144 private XWindow m_xVCLWindow; field in EmbedContApp307 return m_xVCLWindow; in getWindow()863 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null… in createVclWindow()866 m_xVCLWindow = WindowHelper.createWindow( m_xServiceFactory, m_aNativeView, aBounds ); in createVclWindow()867 m_xVCLWindow.setVisible( true ); in createVclWindow()892 m_aBitmapPainter = new BitmapPainter( m_xMainThreadExecutor, m_xVCLWindow, m_xBitmap, aRect ); in createVclWindow()
Completed in 12 milliseconds