Searched refs:RenderAction (Results 1 – 11 of 11) sorted by relevance
26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext()27 RenderAction.sCurrentContext = context; in setBridgeContext()
19 import com.android.layoutlib.bridge.impl.RenderAction;51 BridgeContext context = RenderAction.getCurrentContext(); in getDefault()
20 import com.android.layoutlib.bridge.impl.RenderAction;56 Configuration configuration = RenderAction.getConfiguration(params); in basic()103 Configuration configuration = RenderAction.getConfiguration(params); in checkNoErrorWhenUsingDefaults()
20 import com.android.layoutlib.bridge.impl.RenderAction;58 BridgeContext context = RenderAction.getCurrentContext(); in run()
26 import com.android.layoutlib.bridge.impl.RenderAction;46 BridgeContext context = RenderAction.getCurrentContext(); in getView()
65 public abstract class RenderAction<T extends RenderParams> { class87 protected RenderAction(T params) { in RenderAction() method in RenderAction
54 public class RenderDrawable extends RenderAction<DrawableParams> {
109 public class RenderSessionImpl extends RenderAction<SessionParams> {
31 import com.android.layoutlib.bridge.impl.RenderAction;803 Configuration configuration = RenderAction.getConfiguration(params); in testGetResourceNameVariants()845 Configuration configuration = RenderAction.getConfiguration(params); in testStringEscaping()956 Configuration configuration = RenderAction.getConfiguration(params); in testTypedValue()1034 Configuration configuration = RenderAction.getConfiguration(params); in testColorStateList()1145 Configuration configuration = RenderAction.getConfiguration(params); in testResourcesGetIdentifier()
27 import com.android.layoutlib.bridge.impl.RenderAction;291 return Typeface_Delegate.createFromDisk(RenderAction.getCurrentContext(), familyName, in create()
26 import com.android.layoutlib.bridge.impl.RenderAction;128 BridgeContext currentContext = RenderAction.getCurrentContext(); in createBitmap()