public class RenderNode


Stubs for RenderNode on M-P devices.

Summary

Public methods

static @NonNull RenderNode
create(@Nullable String name, @Nullable View owningView)

stub

void

stub

void

Same stub as discardDisplayList however it was named destroyDisplayListData in Android M and earlier

void

stub

void

stub

float

stub

int

stub

float

stub

boolean

stub

float

stub

void

stub

void
getMatrix(@NonNull Matrix outMatrix)

stub

float

stub

float

stub

float

stub

float

stub

float

stub

float

stub

float

stub

int

stub

float

stub

float

stub

float

stub

boolean

stub

boolean

stub

boolean

stub

boolean

stub

boolean

stub

boolean

stub

boolean
offsetLeftAndRight(int offset)

stub

boolean
offsetTopAndBottom(int offset)

stub

void

stub

boolean
setAlpha(float alpha)

stub

boolean

stub

boolean

stub

boolean
setBottom(int bottom)

stub

boolean
setCameraDistance(float distance)

stub

boolean

stub

boolean
setClipToBounds(boolean clipToBounds)

stub

boolean
setClipToOutline(boolean clipToOutline)

stub

boolean
setElevation(float lift)

stub

boolean
setHasOverlappingRendering(boolean hasOverlappingRendering)

stub

boolean

stub

boolean
setLayerType(int layerType)

stub

boolean
setLeft(int left)

stub

boolean
setLeftTopRightBottom(int left, int top, int right, int bottom)

stub

boolean

stub

boolean
setPivotX(float pivotX)

stub

boolean
setPivotY(float pivotY)

stub

boolean
setProjectBackwards(boolean shouldProject)

stub

boolean
setProjectionReceiver(boolean shouldReceive)

stub

boolean
setRevealClip(boolean shouldClip, float x, float y, float radius)

stub

boolean
setRight(int right)

stub

boolean
setRotation(float rotation)

stub

boolean
setRotationX(float rotationX)

stub

boolean
setRotationY(float rotationY)

stub

boolean
setScaleX(float scaleX)

stub

boolean
setScaleY(float scaleY)

stub

boolean
setSpotShadowColor(int color)

stub

boolean

stub

boolean
setTop(int top)

stub

boolean
setTranslationX(float translationX)

stub

boolean
setTranslationY(float translationY)

stub

boolean
setTranslationZ(float translationZ)

stub

@NonNull DisplayListCanvas
start(int width, int height)

stub

Public methods

create

Added in 1.0.0
public static @NonNull RenderNode create(@Nullable String name, @Nullable View owningView)

stub

destroy

Added in 1.0.0
public void destroy()

stub

destroyDisplayListData

Added in 1.2.0
public void destroyDisplayListData()

Same stub as discardDisplayList however it was named destroyDisplayListData in Android M and earlier

discardDisplayList

Added in 1.0.0
public void discardDisplayList()

stub

end

Added in 1.0.0
public void end(@NonNull DisplayListCanvas canvas)

stub

getAlpha

Added in 1.0.0
public float getAlpha()

stub

getAmbientShadowColor

Added in 1.2.0
public int getAmbientShadowColor()

stub

getCameraDistance

Added in 1.0.0
public float getCameraDistance()

stub

getClipToOutline

Added in 1.0.0
public boolean getClipToOutline()

stub

getElevation

Added in 1.0.0
public float getElevation()

stub

getInverseMatrix

Added in 1.0.0
public void getInverseMatrix(@NonNull Matrix outMatrix)

stub

getMatrix

Added in 1.0.0
public void getMatrix(@NonNull Matrix outMatrix)

stub

getPivotX

Added in 1.0.0
public float getPivotX()

stub

getPivotY

Added in 1.0.0
public float getPivotY()

stub

getRotation

Added in 1.0.0
public float getRotation()

stub

getRotationX

Added in 1.0.0
public float getRotationX()

stub

getRotationY

Added in 1.0.0
public float getRotationY()

stub

getScaleX

Added in 1.0.0
public float getScaleX()

stub

getScaleY

Added in 1.0.0
public float getScaleY()

stub

getSpotShadowColor

Added in 1.2.0
public int getSpotShadowColor()

stub

getTranslationX

Added in 1.0.0
public float getTranslationX()

stub

getTranslationY

Added in 1.0.0
public float getTranslationY()

stub

getTranslationZ

Added in 1.0.0
public float getTranslationZ()

stub

hasIdentityMatrix

Added in 1.0.0
public boolean hasIdentityMatrix()

stub

hasOverlappingRendering

Added in 1.0.0
public boolean hasOverlappingRendering()

stub

hasShadow

Added in 1.0.0
public boolean hasShadow()

stub

isAttached

Added in 1.0.0
public boolean isAttached()

stub

isPivotExplicitlySet

Added in 1.0.0
public boolean isPivotExplicitlySet()

stub

isValid

Added in 1.0.0
public boolean isValid()

stub

offsetLeftAndRight

Added in 1.0.0
public boolean offsetLeftAndRight(int offset)

stub

offsetTopAndBottom

Added in 1.0.0
public boolean offsetTopAndBottom(int offset)

stub

output

Added in 1.0.0
public void output()

stub

setAlpha

Added in 1.0.0
public boolean setAlpha(float alpha)

stub

setAmbientShadowColor

Added in 1.2.0
public boolean setAmbientShadowColor(int color)

stub

setAnimationMatrix

Added in 1.0.0
public boolean setAnimationMatrix(@NonNull Matrix matrix)

stub

setBottom

Added in 1.0.0
public boolean setBottom(int bottom)

stub

setCameraDistance

Added in 1.0.0
public boolean setCameraDistance(float distance)

stub

setClipBounds

Added in 1.0.0
public boolean setClipBounds(@Nullable Rect rect)

stub

setClipToBounds

Added in 1.0.0
public boolean setClipToBounds(boolean clipToBounds)

stub

setClipToOutline

Added in 1.0.0
public boolean setClipToOutline(boolean clipToOutline)

stub

setElevation

Added in 1.0.0
public boolean setElevation(float lift)

stub

setHasOverlappingRendering

Added in 1.0.0
public boolean setHasOverlappingRendering(boolean hasOverlappingRendering)

stub

setLayerPaint

Added in 1.0.0
public boolean setLayerPaint(@Nullable Paint paint)

stub

setLayerType

Added in 1.0.0
public boolean setLayerType(int layerType)

stub

setLeft

Added in 1.0.0
public boolean setLeft(int left)

stub

setLeftTopRightBottom

Added in 1.0.0
public boolean setLeftTopRightBottom(int left, int top, int right, int bottom)

stub

setOutline

Added in 1.0.0
public boolean setOutline(@Nullable Outline outline)

stub

setPivotX

Added in 1.0.0
public boolean setPivotX(float pivotX)

stub

setPivotY

Added in 1.0.0
public boolean setPivotY(float pivotY)

stub

setProjectBackwards

Added in 1.0.0
public boolean setProjectBackwards(boolean shouldProject)

stub

setProjectionReceiver

Added in 1.0.0
public boolean setProjectionReceiver(boolean shouldReceive)

stub

setRevealClip

Added in 1.0.0
public boolean setRevealClip(boolean shouldClip, float x, float y, float radius)

stub

setRight

Added in 1.0.0
public boolean setRight(int right)

stub

setRotation

Added in 1.0.0
public boolean setRotation(float rotation)

stub

setRotationX

Added in 1.0.0
public boolean setRotationX(float rotationX)

stub

setRotationY

Added in 1.0.0
public boolean setRotationY(float rotationY)

stub

setScaleX

Added in 1.0.0
public boolean setScaleX(float scaleX)

stub

setScaleY

Added in 1.0.0
public boolean setScaleY(float scaleY)

stub

setSpotShadowColor

Added in 1.2.0
public boolean setSpotShadowColor(int color)

stub

setStaticMatrix

Added in 1.0.0
public boolean setStaticMatrix(@NonNull Matrix matrix)

stub

setTop

Added in 1.0.0
public boolean setTop(int top)

stub

setTranslationX

Added in 1.0.0
public boolean setTranslationX(float translationX)

stub

setTranslationY

Added in 1.0.0
public boolean setTranslationY(float translationY)

stub

setTranslationZ

Added in 1.0.0
public boolean setTranslationZ(float translationZ)

stub

start

Added in 1.0.0
public @NonNull DisplayListCanvas start(int width, int height)

stub