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
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected float
getAlpha()
protected int
getBottom()
protected float
getCameraDistance()
protected boolean
getClipToOutline()
protected float
getElevation()
protected int
getHeight()
protected void
getInverseMatrix(Matrix matrix)
protected int
getLeft()
protected void
getMatrix(Matrix matrix)
protected float
getPivotX()
protected float
getPivotY()
protected int
getRight()
protected float
getRotationX()
protected float
getRotationY()
protected float
getRotationZ()
protected float
getScaleX()
protected float
getScaleY()
protected int
getTop()
protected float
getTranslationX()
protected float
getTranslationY()
protected float
getTranslationZ()
protected int
getWidth()
protected boolean
hasIdentityMatrix()
protected boolean
hasOverlappingRendering()
protected boolean
isPivotExplicitlySet()
protected static boolean
nIsValid(long n)
protected boolean
offsetLeftAndRight(int offset)
protected boolean
offsetTopAndBottom(int offset)
protected boolean
resetPivot()
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)
-
-
-
Method Detail
-
setAlpha
@Implementation protected boolean setAlpha(float alpha)
-
getAlpha
@Implementation protected float getAlpha()
-
setCameraDistance
@Implementation protected boolean setCameraDistance(float cameraDistance)
-
getCameraDistance
@Implementation protected float getCameraDistance()
-
setClipToOutline
@Implementation protected boolean setClipToOutline(boolean clipToOutline)
-
getClipToOutline
@Implementation protected boolean getClipToOutline()
-
setElevation
@Implementation protected boolean setElevation(float lift)
-
getElevation
@Implementation protected float getElevation()
-
setHasOverlappingRendering
@Implementation protected boolean setHasOverlappingRendering(boolean overlappingRendering)
-
hasOverlappingRendering
@Implementation protected boolean hasOverlappingRendering()
-
setRotationZ
@Implementation protected boolean setRotationZ(float rotation)
-
getRotationZ
@Implementation protected float getRotationZ()
-
setRotationX
@Implementation protected boolean setRotationX(float rotationX)
-
getRotationX
@Implementation protected float getRotationX()
-
setRotationY
@Implementation protected boolean setRotationY(float rotationY)
-
getRotationY
@Implementation protected float getRotationY()
-
setScaleX
@Implementation protected boolean setScaleX(float scaleX)
-
getScaleX
@Implementation protected float getScaleX()
-
setScaleY
@Implementation protected boolean setScaleY(float scaleY)
-
getScaleY
@Implementation protected float getScaleY()
-
setTranslationX
@Implementation protected boolean setTranslationX(float translationX)
-
setTranslationY
@Implementation protected boolean setTranslationY(float translationY)
-
setTranslationZ
@Implementation protected boolean setTranslationZ(float translationZ)
-
getTranslationX
@Implementation protected float getTranslationX()
-
getTranslationY
@Implementation protected float getTranslationY()
-
getTranslationZ
@Implementation protected float getTranslationZ()
-
isPivotExplicitlySet
@Implementation protected boolean isPivotExplicitlySet()
-
resetPivot
@Implementation protected boolean resetPivot()
-
setPivotX
@Implementation protected boolean setPivotX(float pivotX)
-
getPivotX
@Implementation protected float getPivotX()
-
setPivotY
@Implementation protected boolean setPivotY(float pivotY)
-
getPivotY
@Implementation protected float getPivotY()
-
setLeft
@Implementation protected boolean setLeft(int left)
-
getLeft
@Implementation protected int getLeft()
-
setTop
@Implementation protected boolean setTop(int top)
-
getTop
@Implementation protected int getTop()
-
setRight
@Implementation protected boolean setRight(int right)
-
getRight
@Implementation protected int getRight()
-
setBottom
@Implementation protected boolean setBottom(int bottom)
-
getBottom
@Implementation protected int getBottom()
-
getWidth
@Implementation protected int getWidth()
-
getHeight
@Implementation protected int getHeight()
-
setLeftTopRightBottom
@Implementation protected boolean setLeftTopRightBottom(int left, int top, int right, int bottom)
-
setPosition
@Implementation protected boolean setPosition(int left, int top, int right, int bottom)
-
setPosition
@Implementation protected boolean setPosition(Rect position)
-
offsetLeftAndRight
@Implementation protected boolean offsetLeftAndRight(int offset)
-
offsetTopAndBottom
@Implementation protected boolean offsetTopAndBottom(int offset)
-
getInverseMatrix
@Implementation protected void getInverseMatrix(Matrix matrix)
-
getMatrix
@Implementation protected void getMatrix(Matrix matrix)
-
hasIdentityMatrix
@Implementation protected boolean hasIdentityMatrix()
-
nIsValid
@Implementation protected static boolean nIsValid(long n)
-
-