Searched refs:RenderSessionImpl (Results 1 – 6 of 6) sorted by relevance
23 import com.android.layoutlib.bridge.impl.RenderSessionImpl;59 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes()72 BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes( in obtainStyledAttributes()84 … BridgeTypedArray ta = RenderSessionImpl.getCurrentContext().internalObtainStyledAttributes(set, in obtainStyledAttributes()97 boolean found = RenderSessionImpl.getCurrentContext().resolveThemeAttribute(resid, in resolveAttribute()123 RenderSessionImpl.getCurrentContext().getRenderResources().applyStyle( in setupResources()134 RenderSessionImpl.getCurrentContext().getRenderResources().clearStyles(); in restoreResources()143 BridgeContext context = RenderSessionImpl.getCurrentContext(); in resolveStyle()
24 import com.android.layoutlib.bridge.impl.RenderSessionImpl;67 private final RenderSessionImpl mSession;72 public AnimationThread(RenderSessionImpl scene, String threadName, in AnimationThread()
24 import com.android.layoutlib.bridge.impl.RenderSessionImpl;45 private final RenderSessionImpl mSession;145 /*package*/ BridgeRenderSession(@Nullable RenderSessionImpl scene, @NonNull Result lastResult) { in BridgeRenderSession()
29 import com.android.layoutlib.bridge.impl.RenderSessionImpl;364 RenderSessionImpl scene = new RenderSessionImpl(params); in createSession()
30 public PlayAnimationThread(Animator animator, RenderSessionImpl scene, String animName, in PlayAnimationThread()
109 public class RenderSessionImpl extends RenderAction<SessionParams> { class152 public RenderSessionImpl(SessionParams params) { in RenderSessionImpl() method in RenderSessionImpl