Searched refs:actualContext (Results 1 – 3 of 3) sorted by relevance
15 protected JmeContext actualContext; field in AwtPanelsContext86 return actualContext.getRenderer(); in getRenderer()106 return actualContext.getTimer(); in getTimer()110 return actualContext != null && actualContext.isCreated(); in isCreated()114 return actualContext != null && actualContext.isRenderable(); in isRenderable()167 if (actualContext != null){ in setSettings()168 actualContext.setSettings(settings); in setSettings()173 if (actualContext != null){ in create()177 actualContext = JmeSystem.newContext(settings, Type.OffscreenSurface); in create()178 actualContext.setSystemListener(new AwtPanelsListener()); in create()[all …]
37 public boolean matchesSafely(Context actualContext) { in matchesSafely() argument46 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedActivity(); in matchesSafely()
46 public boolean matchesSafely(Context actualContext) { in matchesSafely() argument55 … Intent actualStartedIntent = shadowOf((ContextWrapper) actualContext).getNextStartedService(); in matchesSafely()