HomeSort by relevance Sort by last modified time
    Searched refs:RenderSessionImpl (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/layoutlib/bridge/src/android/content/res/
Resources_Theme_Delegate.java 19 import com.android.layoutlib.bridge.impl.RenderSessionImpl;
40 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(attrs);
48 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(resid, attrs);
55 return RenderSessionImpl.getCurrentContext().obtainStyledAttributes(
64 return RenderSessionImpl.getCurrentContext().resolveThemeAttribute(
  /frameworks/base/tools/layoutlib/bridge/src/android/animation/
AnimationThread.java 24 import com.android.layoutlib.bridge.impl.RenderSessionImpl;
68 private final RenderSessionImpl mSession;
73 public AnimationThread(RenderSessionImpl scene, String threadName,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PlayAnimationThread.java 30 public PlayAnimationThread(Animator animator, RenderSessionImpl scene, String animName,
RenderSessionImpl.java 104 public class RenderSessionImpl extends RenderAction<SessionParams> {
143 * This <b>must</b> be followed by a call to {@link RenderSessionImpl#init()}, which act as a
144 * call to {@link RenderSessionImpl#acquire(long)}
148 public RenderSessionImpl(SessionParams params) {
742 listener.onNewFrame(RenderSessionImpl.this.getSession());
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
BridgeRenderSession.java 25 import com.android.layoutlib.bridge.impl.RenderSessionImpl;
38 * {@link RenderSessionImpl}.
43 private final RenderSessionImpl mSession;
189 /*package*/ BridgeRenderSession(RenderSessionImpl scene, Result lastResult) {
Bridge.java 31 import com.android.layoutlib.bridge.impl.RenderSessionImpl;
317 RenderSessionImpl scene = new RenderSessionImpl(params);

Completed in 79 milliseconds