Package org.robolectric.shadows
Class ShadowRenderNodeQ
java.lang.Object
org.robolectric.shadows.ShadowRenderNodeQ
@Implements(value=android.graphics.RenderNode.class, isInAndroidSdk=false, minSdk=29) public class ShadowRenderNodeQ extends Object
-
Constructor Summary
Constructors Constructor Description ShadowRenderNodeQ()
-
Method Summary
Modifier and Type Method Description protected float
getAlpha()
protected float
getCameraDistance()
protected boolean
getClipToOutline()
protected float
getElevation()
protected float
getPivotX()
protected float
getPivotY()
protected float
getRotationX()
protected float
getRotationY()
protected float
getRotationZ()
protected float
getScaleX()
protected float
getScaleY()
protected float
getTranslationX()
protected float
getTranslationY()
protected float
getTranslationZ()
protected boolean
hasOverlappingRendering()
protected boolean
isPivotExplicitlySet()
protected static boolean
nIsValid(long n)
protected boolean
setAlpha(float alpha)
protected boolean
setCameraDistance(float cameraDistance)
protected boolean
setClipToOutline(boolean clipToOutline)
protected boolean
setElevation(float lift)
protected boolean
setHasOverlappingRendering(boolean overlappingRendering)
protected boolean
setPivotX(float pivotX)
protected boolean
setPivotY(float pivotY)
protected boolean
setRotationX(float rotationX)
protected boolean
setRotationY(float rotationY)
protected boolean
setRotationZ(float rotation)
protected boolean
setScaleX(float scaleX)
protected boolean
setScaleY(float scaleY)
protected boolean
setTranslationX(float translationX)
protected boolean
setTranslationY(float translationY)
protected boolean
setTranslationZ(float translationZ)
-
Constructor Details
-
ShadowRenderNodeQ
public ShadowRenderNodeQ()
-
-
Method Details
-
setAlpha
-
getAlpha
-
setCameraDistance
-
getCameraDistance
-
setClipToOutline
-
getClipToOutline
-
setElevation
-
getElevation
-
setHasOverlappingRendering
-
hasOverlappingRendering
-
setRotationZ
-
getRotationZ
-
setRotationX
-
getRotationX
-
setRotationY
-
getRotationY
-
setScaleX
-
getScaleX
-
setScaleY
-
getScaleY
-
setTranslationX
-
setTranslationY
-
setTranslationZ
-
getTranslationX
-
getTranslationY
-
getTranslationZ
-
isPivotExplicitlySet
-
setPivotX
-
getPivotX
-
setPivotY
-
getPivotY
-
nIsValid
-