A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
I
- id() - function in com.airbnb.epoxy.SimpleEpoxyModel
- id(long) - function in com.airbnb.epoxy.SimpleEpoxyModel
- Override the default id in cases where the data subject naturally has an id, like an objectfrom a database.
- id(Array) - function in com.airbnb.epoxy.SimpleEpoxyModel
- Use multiple numbers as the id for this model.
- id(long,long) - function in com.airbnb.epoxy.SimpleEpoxyModel
- Use two numbers as the id for this model.
- id(CharSequence) - function in com.airbnb.epoxy.SimpleEpoxyModel
- Use a string as the model id.
- id(CharSequence,Array) - function in com.airbnb.epoxy.SimpleEpoxyModel
- Use several strings to define the id of the model.
- id(CharSequence,long) - function in com.airbnb.epoxy.SimpleEpoxyModel
- Set an id that is namespaced with a string.
- id() - function in com.airbnb.epoxy.EpoxyModelWithView
- id(long) - function in com.airbnb.epoxy.EpoxyModelWithView
- Override the default id in cases where the data subject naturally has an id, like an objectfrom a database.
- id(Array) - function in com.airbnb.epoxy.EpoxyModelWithView
- Use multiple numbers as the id for this model.
- id(long,long) - function in com.airbnb.epoxy.EpoxyModelWithView
- Use two numbers as the id for this model.
- id(CharSequence) - function in com.airbnb.epoxy.EpoxyModelWithView
- Use a string as the model id.
- id(CharSequence,Array) - function in com.airbnb.epoxy.EpoxyModelWithView
- Use several strings to define the id of the model.
- id(CharSequence,long) - function in com.airbnb.epoxy.EpoxyModelWithView
- Set an id that is namespaced with a string.
- id() - function in com.airbnb.epoxy.EpoxyModel
- id(long) - function in com.airbnb.epoxy.EpoxyModel
- Override the default id in cases where the data subject naturally has an id, like an objectfrom a database.
- id(Array) - function in com.airbnb.epoxy.EpoxyModel
- Use multiple numbers as the id for this model.
- id(long,long) - function in com.airbnb.epoxy.EpoxyModel
- Use two numbers as the id for this model.
- id(CharSequence) - function in com.airbnb.epoxy.EpoxyModel
- Use a string as the model id.
- id(CharSequence,Array) - function in com.airbnb.epoxy.EpoxyModel
- Use several strings to define the id of the model.
- id(CharSequence,long) - function in com.airbnb.epoxy.EpoxyModel
- Set an id that is namespaced with a string.
- id() - function in com.airbnb.epoxy.EpoxyModelWithHolder
- id(long) - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Override the default id in cases where the data subject naturally has an id, like an objectfrom a database.
- id(Array) - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Use multiple numbers as the id for this model.
- id(long,long) - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Use two numbers as the id for this model.
- id(CharSequence) - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Use a string as the model id.
- id(CharSequence,Array) - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Use several strings to define the id of the model.
- id(CharSequence,long) - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Set an id that is namespaced with a string.
- id() - function in com.airbnb.epoxy.EpoxyModelGroup
- id(long) - function in com.airbnb.epoxy.EpoxyModelGroup
- Override the default id in cases where the data subject naturally has an id, like an objectfrom a database.
- id(Array) - function in com.airbnb.epoxy.EpoxyModelGroup
- Use multiple numbers as the id for this model.
- id(long,long) - function in com.airbnb.epoxy.EpoxyModelGroup
- Use two numbers as the id for this model.
- id(CharSequence) - function in com.airbnb.epoxy.EpoxyModelGroup
- Use a string as the model id.
- id(CharSequence,Array) - function in com.airbnb.epoxy.EpoxyModelGroup
- Use several strings to define the id of the model.
- id(CharSequence,long) - function in com.airbnb.epoxy.EpoxyModelGroup
- Set an id that is namespaced with a string.
- id() - function in com.airbnb.epoxy.GroupModel
- id(Long) - function in com.airbnb.epoxy.GroupModel
- id(Number) - function in com.airbnb.epoxy.GroupModel
- id(Long,Long) - function in com.airbnb.epoxy.GroupModel
- id(CharSequence) - function in com.airbnb.epoxy.GroupModel
- id(CharSequence,CharSequence) - function in com.airbnb.epoxy.GroupModel
- id(CharSequence,Long) - function in com.airbnb.epoxy.GroupModel
- IdUtils - class in com.airbnb.epoxy
- Utilities for generating 64-bit long IDs from types such as CharSequence.
- ignoreView(View) - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- IllegalEpoxyUsage - class in com.airbnb.epoxy
- ImageViewMetadata - class in com.airbnb.epoxy.preload
- Default implementation of ViewMetadata for an ImageView.
- indexOfChild(View) - function in android.view.Carousel
- indexOfChild(View) - function in android.view.EpoxyRecyclerView
- inflate(Context,int,ViewGroup) - function in android.view.Carousel
- initAdapterManager() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- initCause(Throwable) - function in java.lang.IllegalEpoxyUsage
- initCause(Throwable) - function in kotlin.EpoxyPreloadException
- initDragging(EpoxyController) - function in com.airbnb.epoxy.EpoxyTouchHelper
- The entry point for setting up drag support.
- initFastScroller(StateListDrawable,Drawable,StateListDrawable,Drawable) - function in androidx.recyclerview.widget.EpoxyRecyclerView
- initSwiping(RecyclerView) - function in com.airbnb.epoxy.EpoxyTouchHelper
- The entry point for setting up swipe support for a RecyclerView.
- insertModelAfter(EpoxyModel,EpoxyModel) - function in com.airbnb.epoxy.SimpleEpoxyAdapter
- Inserts the given model after the other in the models list, and notifies that the itemwas inserted.
- insertModelBefore(EpoxyModel,EpoxyModel) - function in com.airbnb.epoxy.SimpleEpoxyAdapter
- Inserts the given model before the other in the models list, and notifies that theitem was inserted.
- intercept(List) - function in com.airbnb.epoxy.EpoxyController.Interceptor
- This is called immediately after buildModels and before diffing is run and themodels are set on the adapter.
- interpolateOutOfBoundsScroll(RecyclerView,int,int,int,long) - function in androidx.recyclerview.widget.EpoxyModelTouchCallback
- interpolateOutOfBoundsScroll(RecyclerView,Integer,Integer,Integer,Long) - function in androidx.recyclerview.widget.EpoxyTouchHelperCallback
- invalidate(Rect) - function in android.view.Carousel
- invalidate(Rect) - function in android.view.EpoxyRecyclerView
- invalidate(Integer,Integer,Integer,Integer) - function in android.view.EpoxyRecyclerView
- invalidate() - function in android.view.EpoxyRecyclerView
- invalidateChild(View,Rect) - function in android.view.Carousel
- invalidateChild(View,Rect) - function in android.view.EpoxyRecyclerView
- invalidateChildInParent(Array,Rect) - function in android.view.Carousel
- invalidateChildInParent(IntArray,Rect) - function in android.view.EpoxyRecyclerView
- invalidateDrawable(Drawable) - function in android.view.Carousel
- invalidateDrawable(Drawable) - function in android.view.EpoxyRecyclerView
- invalidateGlows() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- invalidateItemDecorations() - function in androidx.recyclerview.widget.Carousel
- invalidateItemDecorations() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- invalidateOutline() - function in android.view.Carousel
- invalidateOutline() - function in android.view.EpoxyRecyclerView
- isAccessibilityEnabled() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isAccessibilityFocused() - function in android.view.Carousel
- isAccessibilityFocused() - function in android.view.EpoxyRecyclerView
- isAccessibilityHeading() - function in android.view.Carousel
- isAccessibilityHeading() - function in android.view.EpoxyRecyclerView
- isActivated() - function in android.view.Carousel
- isActivated() - function in android.view.EpoxyRecyclerView
- isAlwaysDrawnWithCacheEnabled() - function in android.view.Carousel
- isAlwaysDrawnWithCacheEnabled() - function in android.view.EpoxyRecyclerView
- isAnimating() - function in androidx.recyclerview.widget.Carousel
- isAnimating() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isAnimationCacheEnabled() - function in android.view.Carousel
- isAnimationCacheEnabled() - function in android.view.EpoxyRecyclerView
- isAttachedToWindow() - function in androidx.recyclerview.widget.Carousel
- isAttachedToWindow() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isAttachedToWindow() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isAutoHandwritingEnabled() - function in android.view.Carousel
- isAutoHandwritingEnabled() - function in android.view.EpoxyRecyclerView
- isAutoMeasureEnabled() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isChildrenDrawingOrderEnabled() - function in android.view.EpoxyRecyclerView
- isChildrenDrawnWithCacheEnabled() - function in android.view.EpoxyRecyclerView
- isClickable() - function in android.view.Carousel
- isClickable() - function in android.view.EpoxyRecyclerView
- isComputingLayout() - function in androidx.recyclerview.widget.Carousel
- isComputingLayout() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isContextClickable() - function in android.view.Carousel
- isContextClickable() - function in android.view.EpoxyRecyclerView
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.Typed2EpoxyController
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.Typed3EpoxyController
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.AsyncEpoxyController
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.Typed4EpoxyController
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.EpoxyController
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.TypedEpoxyController
- isDebugLoggingEnabled() - function in com.airbnb.epoxy.SimpleEpoxyController
- isDebugValidationEnabled() - function in com.airbnb.epoxy.GroupModel
- isDiffInProgress() - function in com.airbnb.epoxy.EpoxyControllerAdapter
- isDirty() - function in android.view.Carousel
- isDirty() - function in android.view.EpoxyRecyclerView
- isDragEnabledForModel(T) - function in com.airbnb.epoxy.EpoxyTouchHelper.DragCallbacks
- Whether the given model should be draggable.
- isDrawingCacheEnabled() - function in android.view.Carousel
- isDrawingCacheEnabled() - function in android.view.EpoxyRecyclerView
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.Typed2EpoxyController
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.Typed3EpoxyController
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.AsyncEpoxyController
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.Typed4EpoxyController
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.EpoxyController
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.TypedEpoxyController
- isDuplicateFilteringEnabled() - function in com.airbnb.epoxy.SimpleEpoxyController
- isDuplicateParentStateEnabled() - function in android.view.Carousel
- isDuplicateParentStateEnabled() - function in android.view.EpoxyRecyclerView
- isEmpty() - function in com.airbnb.epoxy.SimpleEpoxyAdapter
- isEmpty() - function in com.airbnb.epoxy.EpoxyAdapter
- isEmpty() - function in com.airbnb.epoxy.BaseEpoxyAdapter
- isEmpty() - function in com.airbnb.epoxy.EpoxyControllerAdapter
- isEnabled() - function in android.view.Carousel
- isEnabled() - function in android.view.EpoxyRecyclerView
- isFocusable() - function in android.view.Carousel
- isFocusable() - function in android.view.EpoxyRecyclerView
- isFocusableInTouchMode() - function in android.view.Carousel
- isFocusableInTouchMode() - function in android.view.EpoxyRecyclerView
- isFocused() - function in android.view.Carousel
- isFocused() - function in android.view.EpoxyRecyclerView
- isFocused() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isFocusedByDefault() - function in android.view.Carousel
- isFocusedByDefault() - function in android.view.EpoxyRecyclerView
- isForceDarkAllowed() - function in android.view.Carousel
- isForceDarkAllowed() - function in android.view.EpoxyRecyclerView
- isHapticFeedbackEnabled() - function in android.view.Carousel
- isHapticFeedbackEnabled() - function in android.view.EpoxyRecyclerView
- isHardwareAccelerated() - function in android.view.Carousel
- isHardwareAccelerated() - function in android.view.EpoxyRecyclerView
- isHorizontalFadingEdgeEnabled() - function in android.view.Carousel
- isHorizontalFadingEdgeEnabled() - function in android.view.EpoxyRecyclerView
- isHorizontalScrollBarEnabled() - function in android.view.Carousel
- isHorizontalScrollBarEnabled() - function in android.view.EpoxyRecyclerView
- isHovered() - function in android.view.Carousel
- isHovered() - function in android.view.EpoxyRecyclerView
- isImportantForAccessibility() - function in android.view.Carousel
- isImportantForAccessibility() - function in android.view.EpoxyRecyclerView
- isImportantForAutofill() - function in android.view.Carousel
- isImportantForAutofill() - function in android.view.EpoxyRecyclerView
- isImportantForContentCapture() - function in android.view.Carousel
- isImportantForContentCapture() - function in android.view.EpoxyRecyclerView
- isInEditMode() - function in android.view.Carousel
- isInEditMode() - function in android.view.EpoxyRecyclerView
- isInLayout() - function in android.view.Carousel
- isInLayout() - function in android.view.EpoxyRecyclerView
- isInTouchMode() - function in android.view.Carousel
- isInTouchMode() - function in android.view.EpoxyRecyclerView
- isItemPrefetchEnabled() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isItemViewSwipeEnabled() - function in androidx.recyclerview.widget.EpoxyModelTouchCallback
- isItemViewSwipeEnabled() - function in androidx.recyclerview.widget.EpoxyTouchHelperCallback
- isKeyboardNavigationCluster() - function in android.view.Carousel
- isKeyboardNavigationCluster() - function in android.view.EpoxyRecyclerView
- isLaidOut() - function in android.view.Carousel
- isLaidOut() - function in android.view.EpoxyRecyclerView
- isLayoutDirectionResolved() - function in android.view.Carousel
- isLayoutDirectionResolved() - function in android.view.EpoxyRecyclerView
- isLayoutFrozen() - function in androidx.recyclerview.widget.Carousel
- isLayoutFrozen() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isLayoutHierarchical(RecyclerView.Recycler,RecyclerView.State) - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isLayoutRequested() - function in android.view.Carousel
- isLayoutRequested() - function in android.view.EpoxyRecyclerView
- isLayoutRTL() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isLayoutSuppressed() - function in androidx.recyclerview.widget.Carousel
- isLayoutSuppressed() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isLongClickable() - function in android.view.Carousel
- isLongClickable() - function in android.view.EpoxyRecyclerView
- isLongPressDragEnabled() - function in androidx.recyclerview.widget.EpoxyModelTouchCallback
- isLongPressDragEnabled() - function in androidx.recyclerview.widget.EpoxyTouchHelperCallback
- isMeasurementCacheEnabled() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isMotionEventSplittingEnabled() - function in android.view.Carousel
- isMotionEventSplittingEnabled() - function in android.view.EpoxyRecyclerView
- isMultiSpan() - function in com.airbnb.epoxy.Typed2EpoxyController
- isMultiSpan() - function in com.airbnb.epoxy.Typed3EpoxyController
- isMultiSpan() - function in com.airbnb.epoxy.AsyncEpoxyController
- isMultiSpan() - function in com.airbnb.epoxy.SimpleEpoxyAdapter
- isMultiSpan() - function in com.airbnb.epoxy.Typed4EpoxyController
- isMultiSpan() - function in com.airbnb.epoxy.EpoxyController
- isMultiSpan() - function in com.airbnb.epoxy.TypedEpoxyController
- isMultiSpan() - function in com.airbnb.epoxy.EpoxyAdapter
- isMultiSpan() - function in com.airbnb.epoxy.BaseEpoxyAdapter
- isMultiSpan() - function in com.airbnb.epoxy.EpoxyControllerAdapter
- isMultiSpan() - function in com.airbnb.epoxy.SimpleEpoxyController
- isNestedScrollingEnabled() - function in androidx.recyclerview.widget.Carousel
- isNestedScrollingEnabled() - function in androidx.recyclerview.widget.EpoxyRecyclerView
- isOpaque() - function in android.view.Carousel
- isOpaque() - function in android.view.EpoxyRecyclerView
- isPaddingOffsetRequired() - function in android.view.EpoxyRecyclerView
- isPaddingRelative() - function in android.view.Carousel
- isPaddingRelative() - function in android.view.EpoxyRecyclerView
- isPivotSet() - function in android.view.Carousel
- isPivotSet() - function in android.view.EpoxyRecyclerView
- isPreferKeepClear() - function in android.view.Carousel
- isPreferKeepClear() - function in android.view.EpoxyRecyclerView
- isPressed() - function in android.view.Carousel
- isPressed() - function in android.view.EpoxyRecyclerView
- isRecyclable() - function in androidx.recyclerview.widget.EpoxyViewHolder
- isSaveEnabled() - function in android.view.Carousel
- isSaveEnabled() - function in android.view.EpoxyRecyclerView
- isSaveFromParentEnabled() - function in android.view.Carousel
- isSaveFromParentEnabled() - function in android.view.EpoxyRecyclerView
- isScreenReaderFocusable() - function in android.view.Carousel
- isScreenReaderFocusable() - function in android.view.EpoxyRecyclerView
- isScrollbarFadingEnabled() - function in android.view.Carousel
- isScrollbarFadingEnabled() - function in android.view.EpoxyRecyclerView
- isScrollContainer() - function in android.view.Carousel
- isScrollContainer() - function in android.view.EpoxyRecyclerView
- isSelected() - function in android.view.Carousel
- isSelected() - function in android.view.EpoxyRecyclerView
- isShowingLayoutBounds() - function in android.view.Carousel
- isShowingLayoutBounds() - function in android.view.EpoxyRecyclerView
- isShown() - function in com.airbnb.epoxy.SimpleEpoxyModel
- Whether the model's view should be shown on screen.
- isShown() - function in android.view.Carousel
- isShown() - function in com.airbnb.epoxy.EpoxyModelWithView
- Whether the model's view should be shown on screen.
- isShown() - function in com.airbnb.epoxy.EpoxyModel
- Whether the model's view should be shown on screen.
- isShown() - function in com.airbnb.epoxy.EpoxyModelWithHolder
- Whether the model's view should be shown on screen.
- isShown() - function in com.airbnb.epoxy.EpoxyModelGroup
- Whether the model's view should be shown on screen.
- isShown() - function in android.view.EpoxyRecyclerView
- isShown() - function in com.airbnb.epoxy.GroupModel
- isSmoothScrollbarEnabled() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isSmoothScrolling() - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isSoundEffectsEnabled() - function in android.view.Carousel
- isSoundEffectsEnabled() - function in android.view.EpoxyRecyclerView
- isStickyHeader(int) - function in com.airbnb.epoxy.Typed2EpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.Typed2EpoxyController
- isStickyHeader(int) - function in com.airbnb.epoxy.Typed3EpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.Typed3EpoxyController
- isStickyHeader(int) - function in com.airbnb.epoxy.AsyncEpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.AsyncEpoxyController
- isStickyHeader(int) - function in com.airbnb.epoxy.SimpleEpoxyAdapter
- Called to check if the item at the position is a sticky item,by default returns false.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.SimpleEpoxyAdapter
- isStickyHeader(int) - function in com.airbnb.epoxy.Typed4EpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.Typed4EpoxyController
- isStickyHeader(int) - function in com.airbnb.epoxy.EpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.EpoxyController
- isStickyHeader(int) - function in com.airbnb.epoxy.TypedEpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.TypedEpoxyController
- isStickyHeader(int) - function in com.airbnb.epoxy.EpoxyAdapter
- Called to check if the item at the position is a sticky item,by default returns false.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.EpoxyAdapter
- isStickyHeader(int) - function in com.airbnb.epoxy.BaseEpoxyAdapter
- Called to check if the item at the position is a sticky item,by default returns false.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.BaseEpoxyAdapter
- isStickyHeader(int) - function in com.airbnb.epoxy.EpoxyControllerAdapter
- Delegates the callbacks received in the adapterto the controller.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.EpoxyControllerAdapter
- isStickyHeader(int) - function in com.airbnb.epoxy.SimpleEpoxyController
- Called to check if the item at the position is a sticky item,by default returns false.The sub-classes should override the function if they areusing sticky header feature.
- isStickyHeader(int) - function in com.airbnb.epoxy.stickyheader.SimpleEpoxyController
- isStickyHeader(Integer) - function in com.airbnb.epoxy.stickyheader.StickyHeaderCallbacks
- Return true if the view at the specified position needs to be sticky else false.
- isStickyHeader(View) - function in com.airbnb.epoxy.stickyheader.StickyHeaderLinearLayoutManager
- Returns true if
viewis the current sticky header. - isSwipeEnabledForModel(T) - function in com.airbnb.epoxy.EpoxyTouchHelper.SwipeCallbacks
- Whether the given model should be swipable.
- isTemporarilyDetached() - function in android.view.Carousel
- isTemporarilyDetached() - function in android.view.EpoxyRecyclerView
- isTextAlignmentResolved() - function in android.view.Carousel
- isTextAlignmentResolved() - function in android.view.EpoxyRecyclerView
- isTextDirectionResolved() - function in android.view.Carousel
- isTextDirectionResolved() - function in android.view.EpoxyRecyclerView
- isTransitionGroup() - function in android.view.Carousel
- isTransitionGroup() - function in android.view.EpoxyRecyclerView
- isVerticalFadingEdgeEnabled() - function in android.view.Carousel
- isVerticalFadingEdgeEnabled() - function in android.view.EpoxyRecyclerView
- isVerticalScrollBarEnabled() - function in android.view.Carousel
- isVerticalScrollBarEnabled() - function in android.view.EpoxyRecyclerView
- isViewPartiallyVisible(View,Boolean,Boolean) - function in androidx.recyclerview.widget.StickyHeaderLinearLayoutManager
- isVisibleToUserForAutofill(int) - function in android.view.Carousel
- isVisibleToUserForAutofill(Integer) - function in android.view.EpoxyRecyclerView
- iterator() - function in com.airbnb.epoxy.BoundViewHolders
- iterator() - function in java.lang.BoundViewHolders