LithoView

A ViewGroup that can host the mounted state of a Component.

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, @Nullable attrs: AttributeSet)
constructor(context: ComponentContext)
constructor(context: ComponentContext, @Nullable attrs: AttributeSet)

Types

Link copied to clipboard
LayoutParams that override the LayoutManager.
Link copied to clipboard
Link copied to clipboard

Properties

Link copied to clipboard
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DATE: String = "creditCardExpirationDate"
Link copied to clipboard
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_DAY: String = "creditCardExpirationDay"
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_MONTH: String = "creditCardExpirationMonth"
val AUTOFILL_HINT_CREDIT_CARD_EXPIRATION_YEAR: String = "creditCardExpirationYear"
Link copied to clipboard
val AUTOFILL_HINT_CREDIT_CARD_NUMBER: String = "creditCardNumber"
Link copied to clipboard
val AUTOFILL_HINT_CREDIT_CARD_SECURITY_CODE: String = "creditCardSecurityCode"
Link copied to clipboard
val AUTOFILL_HINT_EMAIL_ADDRESS: String = "emailAddress"
Link copied to clipboard
Link copied to clipboard
val AUTOFILL_HINT_PASSWORD: String = "password"
Link copied to clipboard
Link copied to clipboard
val AUTOFILL_HINT_POSTAL_ADDRESS: String = "postalAddress"
Link copied to clipboard
val AUTOFILL_HINT_POSTAL_CODE: String = "postalCode"
Link copied to clipboard
val AUTOFILL_HINT_USERNAME: String = "username"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val FOCUS_DOWN: Int = 130
Link copied to clipboard
Link copied to clipboard
val FOCUS_LEFT: Int = 17
Link copied to clipboard
val FOCUS_RIGHT: Int = 66
Link copied to clipboard
val FOCUS_UP: Int = 33
Link copied to clipboard
val FOCUSABLE: Int = 1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val GONE: Int = 8
Link copied to clipboard
val HAPTIC_FEEDBACK_ENABLED: Int = 268435456
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val INVISIBLE: Int = 4
Link copied to clipboard
val KEEP_SCREEN_ON: Int = 67108864
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val MEASURED_SIZE_MASK: Int = 16777215
Link copied to clipboard
val MEASURED_STATE_MASK: Int = -16777216
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val NO_ID: Int = -1
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val PARTIAL_ALPHA_TEXTURE_TOO_BIG: String = "PartialAlphaTextureTooBig"
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val SOUND_EFFECTS_ENABLED: Int = 134217728
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val VISIBLE: Int = 0
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
open fun addExtraDataToAccessibilityNodeInfo(info: AccessibilityNodeInfo, extraDataKey: String, arguments: Bundle)
Link copied to clipboard
open fun addFocusables(views: ArrayList<View>, direction: Int, focusableMode: Int)
Link copied to clipboard
open fun addKeyboardNavigationClusters(views: Collection<View>, direction: Int)
Link copied to clipboard
Link copied to clipboard
open fun addTouchables(views: ArrayList<View>)
Link copied to clipboard
open fun addView(child: View)

open fun addView(child: View)
open fun addView(child: View, index: Int)
open fun addView(child: View, index: Int, params: ViewGroup.LayoutParams)
Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
Manually adds a View as a child of this ComponentHost for the purposes of testing.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun autofill(value: AutofillValue)
Link copied to clipboard
open fun bringChildToFront(child: View)
Link copied to clipboard
open fun bringToFront()
Link copied to clipboard
Link copied to clipboard
open fun buildLayer()
Link copied to clipboard
open fun callOnClick(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun cancelLongPress()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun canScrollHorizontally(direction: Int): Boolean
Link copied to clipboard
open fun canScrollVertically(direction: Int): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun childHasTransientStateChanged(child: View, childHasTransientState: Boolean)
Link copied to clipboard
open fun clearAnimation()
Link copied to clipboard
open fun clearChildFocus(child: View)
Link copied to clipboard
Link copied to clipboard
open fun clearFocus()
Link copied to clipboard
Link copied to clipboard
open fun combineMeasuredStates(curState: Int, newState: Int): Int
Link copied to clipboard
open fun computeScroll()
Link copied to clipboard
Link copied to clipboard
open fun create(context: Context, component: Component): LithoView
open fun create(context: ComponentContext, component: Component): LithoView
Create a new LithoView instance and initialize it with the given Component root.
open fun create(context: Context, componentTree: ComponentTree): LithoView
open fun create(context: ComponentContext, componentTree: ComponentTree): LithoView
Create a new LithoView instance and initialize it with a custom ComponentTree.
open fun create(context: Context, component: Component, lifecycleProvider: LithoVisibilityEventsController): LithoView

open fun create(context: ComponentContext, component: Component, lifecycleProvider: LithoVisibilityEventsController): LithoView
Creates a new LithoView and sets a new ComponentTree on it.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dispatchCreateViewTranslationRequest(viewIds: Map<AutofillId, Array<Long>>, supportedFormats: Array<Int>, capability: TranslationCapability, requests: List<ViewTranslationRequest>)
Link copied to clipboard
open fun dispatchDisplayHint(hint: Int)
Link copied to clipboard
Link copied to clipboard
open fun dispatchDraw(canvas: Canvas)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dispatchNestedFling(velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
Link copied to clipboard
open fun dispatchNestedPreFling(velocityX: Float, velocityY: Float): Boolean
Link copied to clipboard
open fun dispatchNestedPreScroll(dx: Int, dy: Int, consumed: Array<Int>, offsetInWindow: Array<Int>): Boolean
Link copied to clipboard
open fun dispatchNestedScroll(dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int, offsetInWindow: Array<Int>): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dispatchScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
Link copied to clipboard
open fun dispatchSetActivated(activated: Boolean)
Link copied to clipboard
open fun dispatchSetSelected(selected: Boolean)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun dispatchUnhandledMove(focused: View, direction: Int): Boolean
Link copied to clipboard
open fun dispatchVisibilityEvent(visibilityEventType: Class<out Any>)
Dispatch a visibility events to all the components hosted in this BaseMountingView.
Link copied to clipboard
Link copied to clipboard
open fun dispatchWindowVisibilityChanged(visibility: Int)
Link copied to clipboard
open fun draw(canvas: Canvas)
Link copied to clipboard
Link copied to clipboard
open fun endViewTransition(view: View)
Link copied to clipboard
open fun finaliseDisappearingItem(disappearingItem: MountItem): Boolean
abstract fun finaliseDisappearingItem(p: MountItem): Boolean
Link copied to clipboard
open fun findFocus(): View
Link copied to clipboard
fun <T : View?> findViewById(id: Int): T
Link copied to clipboard
open fun findViewsWithText(outViews: ArrayList<View>, text: CharSequence, flags: Int)
Link copied to clipboard
fun <T : View?> findViewWithTag(tag: Any): T
Link copied to clipboard
Link copied to clipboard
open fun focusSearch(focused: View, direction: Int): View
Link copied to clipboard
open fun forceHasOverlappingRendering(hasOverlappingRendering: Boolean)
Link copied to clipboard
open fun forceLayout()
Link copied to clipboard
Link copied to clipboard
open fun generateDisplayHash(hashAlgorithm: String, bounds: Rect, executor: Executor, callback: DisplayHashResultCallback)
Link copied to clipboard
open fun generateViewId(): Int
Link copied to clipboard
Link copied to clipboard
open fun getAlpha(): Float
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getAttributeResolutionStack(attribute: Int): Array<Int>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getAutofillType(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getBaseline(): Int
Link copied to clipboard
fun getBottom(): Int
Link copied to clipboard
Link copied to clipboard
open fun getChildAt(index: Int): View
Link copied to clipboard
open fun getChildCount(): Int
Link copied to clipboard
open fun getChildMeasureSpec(spec: Int, padding: Int, childDimension: Int): Int
Link copied to clipboard
open fun getChildVisibleRect(child: View, r: Rect, offset: Point): Boolean
Link copied to clipboard
open fun getClipBounds(): Rect
open fun getClipBounds(outRect: Rect): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getDefaultSize(size: Int, measureSpec: Int): Int
Link copied to clipboard
Link copied to clipboard
open fun getDisplay(): Display
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getDrawingRect(outRect: Rect)
Link copied to clipboard
open fun getDrawingTime(): Long
Link copied to clipboard
open fun getElevation(): Float
Link copied to clipboard
open fun getExplicitStyle(): Int
Link copied to clipboard
Link copied to clipboard
open fun getFocusable(): Int
Link copied to clipboard
open fun getFocusables(direction: Int): ArrayList<View>
Link copied to clipboard
open fun getFocusedChild(): View
Link copied to clipboard
open fun getFocusedRect(r: Rect)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getGlobalVisibleRect(r: Rect, globalOffset: Point): Boolean
Link copied to clipboard
open fun getHandler(): Handler
Link copied to clipboard
fun getHeight(): Int
Link copied to clipboard
open fun getHitRect(outRect: Rect)
Link copied to clipboard
Link copied to clipboard
open fun getId(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getLabelFor(): Int
Link copied to clipboard
open fun getLayerType(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getLayoutMode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getLeft(): Int
Link copied to clipboard
Returns the Drawables associated with this ComponentHost for animations, for example the background Drawable and/or the drawable that otherwise has a transitionKey on it that has caused it to be hosted in this ComponentHost.
Link copied to clipboard
Link copied to clipboard
open fun getLocationInSurface(location: Array<Int>)
Link copied to clipboard
open fun getLocationInWindow(outLocation: Array<Int>)
Link copied to clipboard
open fun getLocationOnScreen(outLocation: Array<Int>)
Link copied to clipboard
open fun getMatrix(): Matrix
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getMinimumHeight(): Int
Link copied to clipboard
open fun getMinimumWidth(): Int
Link copied to clipboard
Link copied to clipboard
open fun getMountItemAt(index: Int): MountItem
abstract fun getMountItemAt(p: Int): MountItem
Link copied to clipboard
abstract fun getMountItemCount(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getNextFocusUpId(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getPaddingBottom(): Int
Link copied to clipboard
open fun getPaddingEnd(): Int
Link copied to clipboard
open fun getPaddingLeft(): Int
Link copied to clipboard
open fun getPaddingRight(): Int
Link copied to clipboard
open fun getPaddingStart(): Int
Link copied to clipboard
open fun getPaddingTop(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getPivotX(): Float
Link copied to clipboard
open fun getPivotY(): Float
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getRight(): Int
Link copied to clipboard
open fun getRootView(): View
Link copied to clipboard
Link copied to clipboard
open fun getRotation(): Float
Link copied to clipboard
open fun getRotationX(): Float
Link copied to clipboard
open fun getRotationY(): Float
Link copied to clipboard
open fun getScaleX(): Float
Link copied to clipboard
open fun getScaleY(): Float
Link copied to clipboard
Link copied to clipboard
open fun getScrollBarSize(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getSolidColor(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getTag(): Any
open fun getTag(key: Int): Any
Link copied to clipboard
open fun getTextAlignment(): Int
Link copied to clipboard
Link copied to clipboard
This is a helper method to get all the text (as CharSequence) that is contained inside this ComponentHost.
Link copied to clipboard
open fun getTextDirection(): Int
Link copied to clipboard
Link copied to clipboard
fun getTop(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getVisibility(): Int
Link copied to clipboard
fun getWidth(): Int
Link copied to clipboard
open fun getWindowId(): WindowId
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun getX(): Float
Link copied to clipboard
open fun getY(): Float
Link copied to clipboard
open fun getZ(): Float
Link copied to clipboard
Link copied to clipboard
open fun hasFocus(): Boolean
Link copied to clipboard
open fun hasFocusable(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun indexOfChild(child: View): Int
Link copied to clipboard
open fun inflate(context: Context, resource: Int, root: ViewGroup): View
Link copied to clipboard
open fun invalidate(dirty: Rect)
Link copied to clipboard
fun invalidateChild(child: View, dirty: Rect)
Link copied to clipboard
open fun invalidateChildInParent(location: Array<Int>, dirty: Rect): ViewParent
Link copied to clipboard
open fun invalidateDrawable(drawable: Drawable)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isActivated(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isClickable(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isDirty(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isEnabled(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isFocused(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isHovered(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isInEditMode(): Boolean
Link copied to clipboard
open fun isInLayout(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isLaidOut(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isOpaque(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isPivotSet(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isPressed(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isSelected(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun isShown(): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun isVisibleToUserForAutofill(virtualId: Int): Boolean
Link copied to clipboard
open fun keyboardNavigationClusterSearch(currentCluster: View, direction: Int): View
Link copied to clipboard
fun layout(l: Int, t: Int, r: Int, b: Int)
Link copied to clipboard
fun measure(widthMeasureSpec: Int, heightMeasureSpec: Int)
Link copied to clipboard
open fun mount(index: Int, mountItem: MountItem)
abstract fun mount(p: Int, p1: MountItem)

open fun mount(index: Int, mountItem: MountItem, bounds: Rect)
Mounts the given MountItem with unique index.
Link copied to clipboard
open fun moveItem(item: MountItem, oldIndex: Int, newIndex: Int)
Moves the MountItem associated to oldIndex in the newIndex position.
abstract fun moveItem(p: MountItem, p1: Int, p2: Int)
Link copied to clipboard
open fun notifySubtreeAccessibilityStateChanged(child: View, source: View, changeType: Int)
Link copied to clipboard
open fun notifyVisibleBoundsChanged(visibleRect: Rect, processVisibilityOutputs: Boolean)
Link copied to clipboard
fun offsetDescendantRectToMyCoords(descendant: View, rect: Rect)
Link copied to clipboard
open fun offsetLeftAndRight(offset: Int)
open fun offsetLeftAndRight(offset: Int)
Link copied to clipboard
fun offsetRectIntoDescendantCoords(descendant: View, rect: Rect)
Link copied to clipboard
open fun offsetTopAndBottom(offset: Int)
open fun offsetTopAndBottom(offset: Int)
Link copied to clipboard
Link copied to clipboard
Along with onDetachedFromWindowForTest below, makes the LithoView think it's attached/ detached in a unit test environment.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onCreateViewTranslationRequest(supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
Link copied to clipboard
open fun onCreateVirtualViewTranslationRequests(virtualIds: Array<Long>, supportedFormats: Array<Int>, requestsCollector: Consumer<ViewTranslationRequest>)
Link copied to clipboard
open fun onDescendantInvalidated(child: View, target: View)
Link copied to clipboard
open fun onDragEvent(event: DragEvent): Boolean
Link copied to clipboard
open fun onDrawForeground(canvas: Canvas)
Link copied to clipboard
Link copied to clipboard
fun onFocusChanged(gainFocus: Boolean, direction: Int, @Nullable previouslyFocusedRect: Rect)
Link copied to clipboard
Link copied to clipboard
open fun onHoverChanged(hovered: Boolean)
Link copied to clipboard
open fun onHoverEvent(event: MotionEvent): Boolean
Link copied to clipboard
Link copied to clipboard
open fun onKeyDown(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyLongPress(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyMultiple(keyCode: Int, repeatCount: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyPreIme(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyShortcut(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onKeyUp(keyCode: Int, event: KeyEvent): Boolean
Link copied to clipboard
open fun onNestedFling(target: View, velocityX: Float, velocityY: Float, consumed: Boolean): Boolean
Link copied to clipboard
open fun onNestedPreFling(target: View, velocityX: Float, velocityY: Float): Boolean
Link copied to clipboard
open fun onNestedPrePerformAccessibilityAction(target: View, action: Int, args: Bundle): Boolean
Link copied to clipboard
open fun onNestedPreScroll(target: View, dx: Int, dy: Int, consumed: Array<Int>)
Link copied to clipboard
open fun onNestedScroll(target: View, dxConsumed: Int, dyConsumed: Int, dxUnconsumed: Int, dyUnconsumed: Int)
Link copied to clipboard
open fun onNestedScrollAccepted(child: View, target: View, axes: Int)
Link copied to clipboard
open fun onPointerCaptureChange(hasCapture: Boolean)
Link copied to clipboard
open fun onProvideAutofillStructure(structure: ViewStructure, flags: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onProvideStructure(structure: ViewStructure)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onRegisterForPremount(@Nullable frameTime: Long)
abstract fun onRegisterForPremount(p: Long)
Link copied to clipboard
open fun onResolvePointerIcon(event: MotionEvent, pointerIndex: Int): PointerIcon
Link copied to clipboard
open fun onRtlPropertiesChanged(layoutDirection: Int)
Link copied to clipboard
open fun onScreenStateChanged(screenState: Int)
Link copied to clipboard
open fun onScrollCaptureSearch(localVisibleRect: Rect, windowOffset: Point, targets: Consumer<ScrollCaptureTarget>)
Link copied to clipboard
open fun onStartNestedScroll(child: View, target: View, nestedScrollAxes: Int): Boolean
Link copied to clipboard
Link copied to clipboard
open fun onStopNestedScroll(child: View)
Link copied to clipboard
open fun onTouchEvent(event: MotionEvent): Boolean
open fun onTouchEvent(event: MotionEvent): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onViewAdded(child: View)
Link copied to clipboard
open fun onViewRemoved(child: View)
Link copied to clipboard
Link copied to clipboard
open fun onVisibilityAggregated(isVisible: Boolean)
Link copied to clipboard
open fun onWindowFocusChanged(hasWindowFocus: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun performAccessibilityAction(action: Int, arguments: Bundle): Boolean
open fun performAccessibilityAction(action: Int, arguments: Bundle): Boolean
Link copied to clipboard
open fun performClick(): Boolean
Link copied to clipboard
Link copied to clipboard
open fun performHapticFeedback(feedbackConstant: Int): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun playSoundEffect(soundConstant: Int)
Link copied to clipboard
open fun post(action: Runnable): Boolean
Link copied to clipboard
open fun postDelayed(action: Runnable, delayMillis: Long): Boolean
Link copied to clipboard
open fun postInvalidate()
Link copied to clipboard
open fun postInvalidateDelayed(delayMilliseconds: Long)
Link copied to clipboard
Link copied to clipboard
open fun postOnAnimation(action: Runnable)
Link copied to clipboard
open fun postOnAnimationDelayed(action: Runnable, delayMillis: Long)
Link copied to clipboard
open fun rebind()
Link copied to clipboard
open fun recomputeViewAttributes(child: View)
Link copied to clipboard
Link copied to clipboard
open fun release()
Deprecated: Consider subscribing the LithoView to a LithoLifecycleOwner instead.
Link copied to clipboard
Link copied to clipboard
open fun removeAllViews()
Link copied to clipboard

Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
open fun removeCallbacks(action: Runnable): Boolean
Link copied to clipboard
open fun removeView(view: View)

open fun removeView(view: View)
Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
open fun removeViewAt(index: Int)

open fun removeViewAt(index: Int)
Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
open fun removeViewInLayout(view: View)

open fun removeViewInLayout(view: View)
Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
open fun removeViews(start: Int, count: Int)

open fun removeViews(start: Int, count: Int)
Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
open fun removeViewsInLayout(start: Int, count: Int)

open fun removeViewsInLayout(start: Int, count: Int)
Litho handles adding/removing views automatically using mount/unmount calls.
Link copied to clipboard
Link copied to clipboard
open fun requestChildFocus(child: View, focused: View)
Link copied to clipboard
open fun requestChildRectangleOnScreen(child: View, rectangle: Rect, immediate: Boolean): Boolean
Link copied to clipboard
open fun requestDisallowInterceptTouchEvent(disallowIntercept: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun requestFocus(direction: Int, previouslyFocusedRect: Rect): Boolean
Link copied to clipboard
Link copied to clipboard
open fun requestLayout()
open fun requestLayout()
Link copied to clipboard
Link copied to clipboard
open fun requestRectangleOnScreen(rectangle: Rect): Boolean
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T : View?> requireViewById(id: Int): T
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun resetPivot()
Link copied to clipboard
open fun resolveSize(size: Int, measureSpec: Int): Int
Link copied to clipboard
open fun resolveSizeAndState(size: Int, measureSpec: Int, childMeasuredState: Int): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun safelyUnmountAll()
Link copied to clipboard
fun saveAttributeDataForStyleable(context: Context, styleable: Array<Int>, attrs: AttributeSet, t: TypedArray, defStyleAttr: Int, defStyleRes: Int)
Link copied to clipboard
Link copied to clipboard
open fun scheduleDrawable(who: Drawable, what: Runnable, when: Long)
Link copied to clipboard
Link copied to clipboard
open fun scrollBy(x: Int, y: Int)
Link copied to clipboard
open fun scrollTo(x: Int, y: Int)
Link copied to clipboard
open fun sendAccessibilityEvent(eventType: Int)
Link copied to clipboard
open fun setAccessibilityHeading(isHeading: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setAccessibilityPaneTitle(accessibilityPaneTitle: CharSequence)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setActivated(activated: Boolean)
Link copied to clipboard
open fun setAddStatesFromChildren(addsStates: Boolean)
Link copied to clipboard
open fun setAllowClickWhenDisabled(clickableWhenDisabled: Boolean)
Link copied to clipboard
open fun setAlpha(alpha: Float)
open fun setAlpha(alpha: Float)
Link copied to clipboard
Link copied to clipboard
open fun setAnimatedHeight(height: Int)
Sets the height that the BaseMountingView should take on the next measure pass and then requests a layout.
abstract fun setAnimatedHeight(p: Int)
Link copied to clipboard
open fun setAnimatedWidth(width: Int)
Sets the width that the BaseMountingView should take on the next measure pass and then requests a layout.
abstract fun setAnimatedWidth(p: Int)
Link copied to clipboard
open fun setAnimation(animation: Animation)
Link copied to clipboard
Link copied to clipboard
open fun setAnimationMatrix(matrix: Matrix)
Link copied to clipboard
open fun setAutofillHints(autofillHints: Array<String>)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setBackground(background: Drawable)
Link copied to clipboard
open fun setBackgroundColor(color: Int)
Link copied to clipboard
open fun setBackgroundDrawable(background: Drawable)
Link copied to clipboard
open fun setBackgroundResource(resid: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setBottom(bottom: Int)
Link copied to clipboard
open fun setCameraDistance(distance: Float)
Link copied to clipboard
open fun setClickable(clickable: Boolean)
Link copied to clipboard
open fun setClipBounds(clipBounds: Rect)
Link copied to clipboard
open fun setClipChildren(clipChildren: Boolean)
Link copied to clipboard
open fun setClipToOutline(clipToOutline: Boolean)
Link copied to clipboard
open fun setClipToPadding(clipToPadding: Boolean)
Link copied to clipboard
open fun setComponent(component: Component)
Change the root component synchronously.
Link copied to clipboard
open fun setComponentAsync(component: Component)
Change the root component measuring it on a background thread before updating the UI.
Link copied to clipboard
open fun setComponentTree(@Nullable componentTree: ComponentTree)
open fun setComponentTree(@Nullable componentTree: ComponentTree, unmountAllWhenComponentTreeSetToNull: Boolean)
Link copied to clipboard
open fun setContentCaptureSession(contentCaptureSession: ContentCaptureSession)
Link copied to clipboard
open fun setContentDescription(contentDescription: CharSequence)

open fun setContentDescription(@Nullable contentDescription: CharSequence)
Host views implement their own content description handling instead of just delegating to the underlying view framework for performance reasons as the framework sets/resets content description very frequently on host views and the underlying accessibility notifications might cause performance issues.
Link copied to clipboard
open fun setContextClickable(contextClickable: Boolean)
Link copied to clipboard
open fun setDefaultFocusHighlightEnabled(defaultFocusHighlightEnabled: Boolean)
Link copied to clipboard
open fun setDescendantFocusability(focusability: Int)
Link copied to clipboard
Link copied to clipboard
open fun setDrawingCacheEnabled(enabled: Boolean)
Link copied to clipboard
open fun setDrawingCacheQuality(quality: Int)
Link copied to clipboard
Link copied to clipboard
open fun setElevation(elevation: Float)
Link copied to clipboard
open fun setEnabled(enabled: Boolean)
open fun setEnabled(enabled: Boolean)
Link copied to clipboard
open fun setFadingEdgeLength(length: Int)
Link copied to clipboard
Link copied to clipboard
open fun setFitsSystemWindows(fitSystemWindows: Boolean)
Link copied to clipboard
open fun setFocusable(focusable: Boolean)
Link copied to clipboard
open fun setFocusableInTouchMode(focusableInTouchMode: Boolean)
Link copied to clipboard
open fun setFocusedByDefault(isFocusedByDefault: Boolean)
Link copied to clipboard
open fun setForceDarkAllowed(allow: Boolean)
Link copied to clipboard
open fun setForeground(foreground: Drawable)
Link copied to clipboard
open fun setForegroundGravity(gravity: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setHapticFeedbackEnabled(hapticFeedbackEnabled: Boolean)
Link copied to clipboard
open fun setHasTransientState(hasTransientState: Boolean)
open fun setHasTransientState(hasTransientState: Boolean)
Link copied to clipboard
open fun setHorizontalFadingEdgeEnabled(horizontalFadingEdgeEnabled: Boolean)
Link copied to clipboard
open fun setHorizontalScrollBarEnabled(horizontalScrollBarEnabled: Boolean)
Link copied to clipboard
open fun setHovered(hovered: Boolean)
Link copied to clipboard
open fun setId(id: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setInLayout()
open fun setInLayout()
Link copied to clipboard
open fun setKeepScreenOn(keepScreenOn: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setLabelFor(id: Int)
Link copied to clipboard
open fun setLayerPaint(paint: Paint)
Link copied to clipboard
open fun setLayerType(layerType: Int, paint: Paint)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setLayoutDirection(layoutDirection: Int)
Link copied to clipboard
open fun setLayoutMode(layoutMode: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun setLeft(left: Int)
Link copied to clipboard
fun setLeftTopRightBottom(left: Int, top: Int, right: Int, bottom: Int)
Link copied to clipboard
open fun setLongClickable(longClickable: Boolean)
Link copied to clipboard
open fun setMinimumHeight(minHeight: Int)
Link copied to clipboard
open fun setMinimumWidth(minWidth: Int)
Link copied to clipboard
Link copied to clipboard
open fun setMountStartupLoggingInfo(startupLogger: LithoStartupLogger, startupLoggerAttribution: String, firstMountCalled: Array<Boolean>, lastMountCalled: Array<Boolean>, isLastAdapterItem: Boolean, isOrientationVertical: Boolean)
Link copied to clipboard
The usage of this method is not encouraged and it is only being used in the scope of a temporary experiment.
Link copied to clipboard
Link copied to clipboard
open fun setNextClusterForwardId(nextClusterForwardId: Int)
Link copied to clipboard
open fun setNextFocusDownId(nextFocusDownId: Int)
Link copied to clipboard
open fun setNextFocusForwardId(nextFocusForwardId: Int)
Link copied to clipboard
open fun setNextFocusLeftId(nextFocusLeftId: Int)
Link copied to clipboard
open fun setNextFocusRightId(nextFocusRightId: Int)
Link copied to clipboard
open fun setNextFocusUpId(nextFocusUpId: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setOverScrollMode(overScrollMode: Int)
Link copied to clipboard
open fun setPadding(left: Int, top: Int, right: Int, bottom: Int)
Link copied to clipboard
open fun setPaddingRelative(start: Int, top: Int, end: Int, bottom: Int)
Link copied to clipboard
open fun setPersistentDrawingCache(drawingCacheToKeep: Int)
Link copied to clipboard
open fun setPivotX(pivotX: Float)
Link copied to clipboard
open fun setPivotY(pivotY: Float)
Link copied to clipboard
open fun setPointerIcon(pointerIcon: PointerIcon)
Link copied to clipboard
fun setPreferKeepClear(preferKeepClear: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setPressed(pressed: Boolean)
Link copied to clipboard
open fun setRenderEffect(renderEffect: RenderEffect)
Link copied to clipboard
open fun setRenderTreeUpdateListener(@Nullable listener: RenderTreeUpdateListener)
abstract fun setRenderTreeUpdateListener(p: RenderTreeUpdateListener)
Link copied to clipboard
fun setRevealOnFocusHint(revealOnFocus: Boolean)
Link copied to clipboard
fun setRight(right: Int)
Link copied to clipboard
open fun setRotation(rotation: Float)
Link copied to clipboard
open fun setRotationX(rotationX: Float)
Link copied to clipboard
open fun setRotationY(rotationY: Float)
Link copied to clipboard
Link copied to clipboard
open fun setSaveEnabled(enabled: Boolean)
Link copied to clipboard
Link copied to clipboard
open fun setScaleX(scaleX: Float)
Link copied to clipboard
open fun setScaleY(scaleY: Float)
Link copied to clipboard
open fun setScreenReaderFocusable(screenReaderFocusable: Boolean)
Link copied to clipboard
open fun setScrollBarDefaultDelayBeforeFade(scrollBarDefaultDelayBeforeFade: Int)
Link copied to clipboard
open fun setScrollBarFadeDuration(scrollBarFadeDuration: Int)
Link copied to clipboard
open fun setScrollbarFadingEnabled(fadeScrollbars: Boolean)
Link copied to clipboard
open fun setScrollBarSize(scrollBarSize: Int)
Link copied to clipboard
open fun setScrollBarStyle(style: Int)
Link copied to clipboard
open fun setScrollCaptureHint(hint: Int)
Link copied to clipboard
open fun setScrollContainer(isScrollContainer: Boolean)
Link copied to clipboard
open fun setScrollIndicators(indicators: Int)
Link copied to clipboard
open fun setScrollX(value: Int)
Link copied to clipboard
open fun setScrollY(value: Int)
Link copied to clipboard
open fun setSelected(selected: Boolean)
Link copied to clipboard
open fun setSkipMountingIfNotVisible(skipMountingIfNotVisible: Boolean)
If true, calling setVisibilityHint will delegate to setVisibilityHint and skip mounting if the visibility hint was set to false.
Link copied to clipboard
open fun setSoundEffectsEnabled(soundEffectsEnabled: Boolean)
Link copied to clipboard
open fun setStateDescription(stateDescription: CharSequence)
Link copied to clipboard
open fun setStateListAnimator(stateListAnimator: StateListAnimator)
Link copied to clipboard
Link copied to clipboard
open fun setSystemUiVisibility(visibility: Int)
Link copied to clipboard
open fun setTag(tag: Any)
open fun setTag(tag: Any)
open fun setTag(key: Int, @Nullable tag: Any)
Link copied to clipboard
open fun setTextAlignment(textAlignment: Int)
Link copied to clipboard
open fun setTextDirection(textDirection: Int)
Link copied to clipboard
open fun setTooltipText(tooltipText: CharSequence)
Link copied to clipboard
fun setTop(top: Int)
Link copied to clipboard
open fun setTouchDelegate(delegate: TouchDelegate)
Link copied to clipboard
open fun setTouchscreenBlocksFocus(touchscreenBlocksFocus: Boolean)
Link copied to clipboard
open fun setTransitionAlpha(alpha: Float)
Link copied to clipboard
open fun setTransitionGroup(isTransitionGroup: Boolean)
Link copied to clipboard
fun setTransitionName(transitionName: String)
Link copied to clipboard
open fun setTransitionVisibility(visibility: Int)
Link copied to clipboard
open fun setTranslationX(translationX: Float)
open fun setTranslationX(translationX: Float)
Link copied to clipboard
open fun setTranslationY(translationY: Float)
open fun setTranslationY(translationY: Float)
Link copied to clipboard
open fun setTranslationZ(translationZ: Float)
Link copied to clipboard
open fun setVerticalFadingEdgeEnabled(verticalFadingEdgeEnabled: Boolean)
Link copied to clipboard
open fun setVerticalScrollBarEnabled(verticalScrollBarEnabled: Boolean)
Link copied to clipboard
open fun setVerticalScrollbarPosition(position: Int)
Link copied to clipboard
open fun setViewTags(@Nullable viewTags: SparseArray<Any>)
Sets view tags on this host.
Link copied to clipboard
open fun setVisibility(visibility: Int)
open fun setVisibility(visibility: Int)
Link copied to clipboard
open fun setVisibilityHint(isVisible: Boolean)
Deprecated: Consider subscribing the LithoView to a LithoLifecycleOwner instead.
open fun setVisibilityHint(isVisible: Boolean, skipMountingIfNotVisible: Boolean)
Marked as @Deprecated.
Link copied to clipboard
open fun setWillNotCacheDrawing(willNotCacheDrawing: Boolean)
Link copied to clipboard
open fun setWillNotDraw(willNotDraw: Boolean)
Link copied to clipboard
open fun setX(x: Float)
Link copied to clipboard
open fun setY(y: Float)
Link copied to clipboard
open fun setZ(z: Float)
Link copied to clipboard
Link copied to clipboard
open fun showContextMenuForChild(originalView: View): Boolean
Link copied to clipboard
Link copied to clipboard
open fun startActionModeForChild(originalView: View, callback: ActionMode.Callback): ActionMode
Link copied to clipboard
open fun startAnimation(animation: Animation)
Link copied to clipboard
open fun startDisappearingMountItem(mountItem: MountItem)
This method is needed because if the disappearing item ended up being remounted to the root, then the index can be different than the one it was created with.
abstract fun startDisappearingMountItem(p: MountItem)
Link copied to clipboard
fun startDrag(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
Link copied to clipboard
fun startDragAndDrop(data: ClipData, shadowBuilder: View.DragShadowBuilder, myLocalState: Any, flags: Int): Boolean
Link copied to clipboard
Link copied to clipboard
open fun startNestedScroll(axes: Int): Boolean
Link copied to clipboard
open fun startViewTransition(view: View)
Link copied to clipboard
open fun stopNestedScroll()
If this LithoView has a ComponentTree attached to it, set a LithoVisibilityEventsController if it doesn't already have one.
Link copied to clipboard
open fun suppressLayout(suppress: Boolean)
Link copied to clipboard
If set to true, the onMeasure(..) call won't measure the ComponentTree with the given measure specs, but it will just use them as measured dimensions.
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
Link copied to clipboard
open fun transformMatrixToLocal(matrix: Matrix)
Link copied to clipboard
open fun unbind()
To be called this when the LithoView is about to become inactive.
Link copied to clipboard
open fun unmount(item: MountItem)
abstract fun unmount(p: MountItem)

open fun unmount(index: Int, mountItem: MountItem)
Unmounts the given MountItem with unique index.
Link copied to clipboard
open fun unmountAllItems()
Deprecated: Consider subscribing the BaseMountingView to a LithoLifecycleOwner instead.
Link copied to clipboard
open fun unscheduleDrawable(who: Drawable, what: Runnable)
Link copied to clipboard
open fun unsetInLayout()
open fun unsetInLayout()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun willNotDraw(): Boolean