Searched refs:RenderAction (Results 1 – 18 of 18) sorted by relevance
19 import com.android.layoutlib.bridge.impl.RenderAction;25 return RenderAction.getCurrentContext(); in getSystemUiContext()
19 import com.android.layoutlib.bridge.impl.RenderAction;33 return RenderAction.getCurrentContext().getContentResolver(); in getContentResolver()
26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext()27 RenderAction.sCurrentContext = context; in setBridgeContext()
19 import com.android.layoutlib.bridge.impl.RenderAction;36 BridgeContext context = RenderAction.getCurrentContext(); in getDefault()
22 import com.android.layoutlib.bridge.impl.RenderAction;29 import static com.android.layoutlib.bridge.impl.RenderAction.getCurrentContext;56 context = RenderAction.findContextFor(moduleClassLoader); in postCallbackDelayedInternal()
21 import com.android.layoutlib.bridge.impl.RenderAction;75 Configuration configuration = RenderAction.getConfiguration(params); in basic()122 Configuration configuration = RenderAction.getConfiguration(params); in checkNoErrorWhenUsingDefaults()155 Configuration configuration = RenderAction.getConfiguration(params); in noExceptionForCustomService()176 Configuration configuration = RenderAction.getConfiguration(params); in dynamicTheming()207 Configuration configuration = RenderAction.getConfiguration(params); in noCrashInPowerManager()234 Configuration configuration = RenderAction.getConfiguration(params); in testTypedValue()286 Configuration configuration = RenderAction.getConfiguration(params); in testWindowMetrics()
21 import com.android.layoutlib.bridge.impl.RenderAction;95 Configuration configuration = RenderAction.getConfiguration(params); in testImageDecoder()
20 import com.android.layoutlib.bridge.impl.RenderAction;58 BridgeContext context = RenderAction.getCurrentContext(); in run()
26 import static com.android.layoutlib.bridge.impl.RenderAction.getCurrentContext;
26 import com.android.layoutlib.bridge.impl.RenderAction;106 return Typeface_Delegate.createFromDisk(RenderAction.getCurrentContext(), familyName, in create()
23 import static com.android.layoutlib.bridge.impl.RenderAction.getCurrentContext;
26 import com.android.layoutlib.bridge.impl.RenderAction;46 BridgeContext context = RenderAction.getCurrentContext(); in getView()
74 public abstract class RenderAction<T extends RenderParams> { class110 protected RenderAction(T params) { in RenderAction() method in RenderAction465 for (BridgeContext c : RenderAction.sContexts) { in findContextFor()
55 public class RenderDrawable extends RenderAction<DrawableParams> {
111 public class RenderSessionImpl extends RenderAction<SessionParams> {
42 import static com.android.layoutlib.bridge.impl.RenderAction.getCurrentContext;
34 import com.android.layoutlib.bridge.impl.RenderAction;838 Configuration configuration = RenderAction.getConfiguration(params); in testGetResourceNameVariants()881 Configuration configuration = RenderAction.getConfiguration(params); in testStringEscaping()1025 Configuration configuration = RenderAction.getConfiguration(params); in testColorStateList()1098 Configuration configuration = RenderAction.getConfiguration(params); in testResourcesGetIdentifier()