Home
last modified time | relevance | path

Searched refs:RenderAction (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/impl/
H A DRenderActionTestUtil.java26 BridgeContext oldContext = RenderAction.sCurrentContext; in setBridgeContext()
27 RenderAction.sCurrentContext = context; in setBridgeContext()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DAndroidLocale.java19 import com.android.layoutlib.bridge.impl.RenderAction;
51 BridgeContext context = RenderAction.getCurrentContext(); in getDefault()
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/android/
H A DBridgeContextTest.java20 import com.android.layoutlib.bridge.impl.RenderAction;
56 Configuration configuration = RenderAction.getConfiguration(params); in basic()
103 Configuration configuration = RenderAction.getConfiguration(params); in checkNoErrorWhenUsingDefaults()
/aosp12/frameworks/layoutlib/bridge/src/android/os/
H A DHandlerThread_Delegate.java20 import com.android.layoutlib.bridge.impl.RenderAction;
58 BridgeContext context = RenderAction.getCurrentContext(); in run()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
H A DAdapterHelper.java26 import com.android.layoutlib.bridge.impl.RenderAction;
46 BridgeContext context = RenderAction.getCurrentContext(); in getView()
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderAction.java65 public abstract class RenderAction<T extends RenderParams> { class
87 protected RenderAction(T params) { in RenderAction() method in RenderAction
H A DRenderDrawable.java54 public class RenderDrawable extends RenderAction<DrawableParams> {
H A DRenderSessionImpl.java109 public class RenderSessionImpl extends RenderAction<SessionParams> {
/aosp12/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
H A DRenderTests.java31 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()
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/
H A DTypeface_Delegate.java27 import com.android.layoutlib.bridge.impl.RenderAction;
291 return Typeface_Delegate.createFromDisk(RenderAction.getCurrentContext(), familyName, in create()
H A DBitmap_Delegate.java26 import com.android.layoutlib.bridge.impl.RenderAction;
128 BridgeContext currentContext = RenderAction.getCurrentContext(); in createBitmap()