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
-
Method Summary
Modifier and TypeMethodDescriptionprotected float
getAlpha()
protected int
protected float
protected boolean
protected float
protected int
protected void
getInverseMatrix
(Matrix matrix) protected int
getLeft()
protected void
protected float
protected float
protected int
getRight()
protected float
protected float
protected float
protected float
protected float
protected int
getTop()
protected float
protected float
protected float
protected int
getWidth()
protected boolean
protected boolean
protected boolean
protected static boolean
nIsValid
(long n) protected boolean
offsetLeftAndRight
(int offset) protected boolean
offsetTopAndBottom
(int offset) protected boolean
protected boolean
setAlpha
(float alpha) protected boolean
setBottom
(int bottom) protected boolean
setCameraDistance
(float cameraDistance) protected boolean
setClipToOutline
(boolean clipToOutline) protected boolean
setElevation
(float lift) protected boolean
setHasOverlappingRendering
(boolean overlappingRendering) protected boolean
setLeft
(int left) protected boolean
setLeftTopRightBottom
(int left, int top, int right, int bottom) protected boolean
setPivotX
(float pivotX) protected boolean
setPivotY
(float pivotY) protected boolean
setPosition
(int left, int top, int right, int bottom) protected boolean
setPosition
(Rect position) protected boolean
setRight
(int right) 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
setTop
(int top) 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
-
resetPivot
-
setPivotX
-
getPivotX
-
setPivotY
-
getPivotY
-
setLeft
-
getLeft
-
setTop
-
getTop
-
setRight
-
getRight
-
setBottom
-
getBottom
-
getWidth
-
getHeight
-
setLeftTopRightBottom
-
setPosition
-
setPosition
-
offsetLeftAndRight
-
offsetTopAndBottom
-
getInverseMatrix
-
getMatrix
-
hasIdentityMatrix
-
nIsValid
-