Searched refs:m_xVCLWindow (Results 1 – 1 of 1) sorted by relevance
142 private XWindow m_xVCLWindow; field in EmbedContApp305 return m_xVCLWindow; in getWindow()861 …if ( m_xVCLWindow == null && m_xServiceFactory != null && m_xEmbedObj != null && m_xBitmap != null… in createVclWindow()864 m_xVCLWindow = WindowHelper.createWindow( m_xServiceFactory, m_aNativeView, aBounds ); in createVclWindow()865 m_xVCLWindow.setVisible( true ); in createVclWindow()890 m_aBitmapPainter = new BitmapPainter( m_xMainThreadExecutor, m_xVCLWindow, m_xBitmap, aRect ); in createVclWindow()
Completed in 15 milliseconds