public class RootHostView extends HostView implements RootHost
| Constructor and Description |
|---|
RootHostView(Context context) |
RootHostView(Context context,
AttributeSet attrs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
findMountContentById(long id) |
void |
notifyVisibleBoundsChanged()
Notifies the host the its visible bounds may have potentially changed.
|
void |
offsetLeftAndRight(int offset) |
void |
offsetTopAndBottom(int offset) |
void |
onAttachedToWindow() |
void |
onDetachedFromWindow() |
protected void |
onMeasure(int widthMeasureSpec,
int heightMeasureSpec) |
void |
setRenderState(RenderState renderState) |
void |
setTranslationX(float translationX) |
void |
setTranslationY(float translationY) |
dispatchDraw, draw, drawableStateChanged, getChildDrawingOrder, getDescriptionOfMountedItems, getMountItemAt, getMountItemCount, getTag, getTag, jumpDrawablesToCurrentState, mount, moveItem, onInterceptTouchEvent, onLayout, onSizeChanged, onTouchEvent, requestLayout, safelyUnmountAll, setForegroundCompat, setInLayout, setInterceptTouchEventHandler, setViewTag, setViewTags, setVisibility, shouldDelayChildPressedState, shouldRequestLayout, unmount, unmount, unsetInLayout, verifyDrawablegetClipChildren, setClipChildrenpublic RootHostView(Context context)
public RootHostView(Context context,
AttributeSet attrs)
public void setRenderState(RenderState renderState)
setRenderState in interface RootHostpublic void notifyVisibleBoundsChanged()
RenderCoreExtensionHostnotifyVisibleBoundsChanged in interface RenderCoreExtensionHostprotected void onMeasure(int widthMeasureSpec,
int heightMeasureSpec)
public void onDetachedFromWindow()
public void onAttachedToWindow()
public void offsetTopAndBottom(int offset)
public void offsetLeftAndRight(int offset)
public void setTranslationX(float translationX)
public void setTranslationY(float translationY)
public java.lang.Object findMountContentById(long id)