//Granify Android SDK/com.granifyinc.granifysdk.campaigns.inlineView/GranifyInlineView

GranifyInlineView

class GranifyInlineView(activityContext: Context, attributeSet: AttributeSet) : FrameLayout

A view that an inline campaign can be displayed into. Handlers to expand and collapse the view must be provided so that inline views can be displayed.

Since

1.7.0

Parameters

androidJvm

   
activityContext The Context of the current activity.
attributeSet A collection of attributes, as found associated with a tag in an XML document. This value may be null.

Constructors

   
GranifyInlineView [androidJvm]
constructor(activityContext: Context, attributeSet: AttributeSet)

Functions

Name Summary
addChildrenForAccessibility [androidJvm]
open override fun addChildrenForAccessibility(p0: ArrayList<View>)
addExtraDataToAccessibilityNodeInfo [androidJvm]
open override fun addExtraDataToAccessibilityNodeInfo(p0: AccessibilityNodeInfo, p1: String, p2: Bundle?)
addFocusables [androidJvm]
open fun addFocusables(p0: ArrayList<View>, p1: Int)
open override fun addFocusables(p0: ArrayList<View>, p1: Int, p2: Int)
addKeyboardNavigationClusters [androidJvm]
open override fun addKeyboardNavigationClusters(p0: MutableCollection<View>, p1: Int)
addOnAttachStateChangeListener [androidJvm]
open fun addOnAttachStateChangeListener(p0: View.OnAttachStateChangeListener)
addOnLayoutChangeListener [androidJvm]
open fun addOnLayoutChangeListener(p0: View.OnLayoutChangeListener)
addOnUnhandledKeyEventListener [androidJvm]
open fun addOnUnhandledKeyEventListener(p0: View.OnUnhandledKeyEventListener)
addStatesFromChildren [androidJvm]
open fun addStatesFromChildren(): Boolean
addTouchables [androidJvm]
open override fun addTouchables(p0: ArrayList<View>)
addView [androidJvm]
open fun addView(p0: View)
open override fun addView(p0: View, p1: ViewGroup.LayoutParams)
open fun addView(p0: View, p1: Int)
open fun addView(p0: View, p1: Int, p2: ViewGroup.LayoutParams)
open fun addView(p0: View, p1: Int, p2: Int)
animate [androidJvm]
open fun animate(): ViewPropertyAnimator
announceForAccessibility [androidJvm]
open fun announceForAccessibility(p0: CharSequence)
autofill [androidJvm]
open fun autofill(p0: SparseArray<AutofillValue>)
open fun autofill(p0: AutofillValue)
bringChildToFront [androidJvm]
open override fun bringChildToFront(p0: View)
bringToFront [androidJvm]
open fun bringToFront()
buildDrawingCache [androidJvm]
open fun buildDrawingCache()
open fun buildDrawingCache(p0: Boolean)
buildLayer [androidJvm]
open fun buildLayer()
callOnClick [androidJvm]
open fun callOnClick(): Boolean
cancelDragAndDrop [androidJvm]
fun cancelDragAndDrop()
cancelLongPress [androidJvm]
open fun cancelLongPress()
cancelPendingInputEvents [androidJvm]
fun cancelPendingInputEvents()
canResolveLayoutDirection [androidJvm]
open fun canResolveLayoutDirection(): Boolean
canResolveTextAlignment [androidJvm]
open fun canResolveTextAlignment(): Boolean
canResolveTextDirection [androidJvm]
open fun canResolveTextDirection(): Boolean
canScrollHorizontally [androidJvm]
open fun canScrollHorizontally(p0: Int): Boolean
canScrollVertically [androidJvm]
open fun canScrollVertically(p0: Int): Boolean
checkInputConnectionProxy [androidJvm]
open fun checkInputConnectionProxy(p0: View): Boolean
childDrawableStateChanged [androidJvm]
open override fun childDrawableStateChanged(p0: View)
childHasTransientStateChanged [androidJvm]
open override fun childHasTransientStateChanged(p0: View, p1: Boolean)
clearAnimation [androidJvm]
open fun clearAnimation()
clearChildFocus [androidJvm]
open override fun clearChildFocus(p0: View)
clearDisappearingChildren [androidJvm]
open fun clearDisappearingChildren()
clearFocus [androidJvm]
open override fun clearFocus()
clearViewTranslationCallback [androidJvm]
open fun clearViewTranslationCallback()
computeScroll [androidJvm]
open fun computeScroll()
computeSystemWindowInsets [androidJvm]
open fun computeSystemWindowInsets(p0: WindowInsets, p1: Rect): WindowInsets
createAccessibilityNodeInfo [androidJvm]
open fun createAccessibilityNodeInfo(): AccessibilityNodeInfo
createContextMenu [androidJvm]
open fun createContextMenu(p0: ContextMenu)
destroyDrawingCache [androidJvm]
open fun destroyDrawingCache()
dispatchApplyWindowInsets [androidJvm]
open override fun dispatchApplyWindowInsets(p0: WindowInsets): WindowInsets
dispatchCapturedPointerEvent [androidJvm]
open override fun dispatchCapturedPointerEvent(p0: MotionEvent): Boolean
dispatchConfigurationChanged [androidJvm]
open override fun dispatchConfigurationChanged(p0: Configuration)
dispatchCreateViewTranslationRequest [androidJvm]
open override fun dispatchCreateViewTranslationRequest(p0: MutableMap<AutofillId, LongArray>, p1: IntArray, p2: TranslationCapability, p3: MutableList<ViewTranslationRequest>)
dispatchDisplayHint [androidJvm]
open override fun dispatchDisplayHint(p0: Int)
dispatchDragEvent [androidJvm]
open override fun dispatchDragEvent(p0: DragEvent): Boolean
dispatchDrawableHotspotChanged [androidJvm]
open override fun dispatchDrawableHotspotChanged(p0: Float, p1: Float)
dispatchFinishTemporaryDetach [androidJvm]
open override fun dispatchFinishTemporaryDetach()
dispatchGenericMotionEvent [androidJvm]
open fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
dispatchKeyEvent [androidJvm]
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
dispatchKeyEventPreIme [androidJvm]
open override fun dispatchKeyEventPreIme(p0: KeyEvent): Boolean
dispatchKeyShortcutEvent [androidJvm]
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
dispatchNestedFling [androidJvm]
open fun dispatchNestedFling(p0: Float, p1: Float, p2: Boolean): Boolean
dispatchNestedPreFling [androidJvm]
open fun dispatchNestedPreFling(p0: Float, p1: Float): Boolean
dispatchNestedPrePerformAccessibilityAction [androidJvm]
open fun dispatchNestedPrePerformAccessibilityAction(p0: Int, p1: Bundle?): Boolean
dispatchNestedPreScroll [androidJvm]
open fun dispatchNestedPreScroll(p0: Int, p1: Int, p2: IntArray?, p3: IntArray?): Boolean
dispatchNestedScroll [androidJvm]
open fun dispatchNestedScroll(p0: Int, p1: Int, p2: Int, p3: Int, p4: IntArray?): Boolean
dispatchPointerCaptureChanged [androidJvm]
open override fun dispatchPointerCaptureChanged(p0: Boolean)
dispatchPopulateAccessibilityEvent [androidJvm]
open fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
dispatchProvideAutofillStructure [androidJvm]
open override fun dispatchProvideAutofillStructure(p0: ViewStructure, p1: Int)
dispatchProvideStructure [androidJvm]
open override fun dispatchProvideStructure(p0: ViewStructure)
dispatchScrollCaptureSearch [androidJvm]
open override fun dispatchScrollCaptureSearch(p0: Rect, p1: Point, p2: Consumer<ScrollCaptureTarget>)
dispatchSetActivated [androidJvm]
open override fun dispatchSetActivated(p0: Boolean)
dispatchSetSelected [androidJvm]
open override fun dispatchSetSelected(p0: Boolean)
dispatchStartTemporaryDetach [androidJvm]
open override fun dispatchStartTemporaryDetach()
dispatchSystemUiVisibilityChanged [androidJvm]
open override fun dispatchSystemUiVisibilityChanged(p0: Int)
dispatchTouchEvent [androidJvm]
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
dispatchTrackballEvent [androidJvm]
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
dispatchUnhandledMove [androidJvm]
open override fun dispatchUnhandledMove(p0: View, p1: Int): Boolean
dispatchWindowFocusChanged [androidJvm]
open override fun dispatchWindowFocusChanged(p0: Boolean)
dispatchWindowInsetsAnimationEnd [androidJvm]
open override fun dispatchWindowInsetsAnimationEnd(p0: WindowInsetsAnimation)
dispatchWindowInsetsAnimationPrepare [androidJvm]
open override fun dispatchWindowInsetsAnimationPrepare(p0: WindowInsetsAnimation)
dispatchWindowInsetsAnimationProgress [androidJvm]
open override fun dispatchWindowInsetsAnimationProgress(p0: WindowInsets, p1: MutableList<WindowInsetsAnimation>): WindowInsets
dispatchWindowInsetsAnimationStart [androidJvm]
open override fun dispatchWindowInsetsAnimationStart(p0: WindowInsetsAnimation, p1: WindowInsetsAnimation.Bounds): WindowInsetsAnimation.Bounds
dispatchWindowSystemUiVisiblityChanged [androidJvm]
open override fun dispatchWindowSystemUiVisiblityChanged(p0: Int)
dispatchWindowVisibilityChanged [androidJvm]
open override fun dispatchWindowVisibilityChanged(p0: Int)
draw [androidJvm]
open fun draw(p0: Canvas)
drawableHotspotChanged [androidJvm]
open fun drawableHotspotChanged(p0: Float, p1: Float)
endViewTransition [androidJvm]
open fun endViewTransition(p0: View)
findFocus [androidJvm]
open override fun findFocus(): View
findOnBackInvokedDispatcher [androidJvm]
fun findOnBackInvokedDispatcher(): OnBackInvokedDispatcher?
findOnBackInvokedDispatcherForChild [androidJvm]
open override fun findOnBackInvokedDispatcherForChild(p0: View, p1: View): OnBackInvokedDispatcher?
findViewById [androidJvm]
fun <T : View> findViewById(p0: Int): T
findViewsWithText [androidJvm]
open override fun findViewsWithText(p0: ArrayList<View>, p1: CharSequence, p2: Int)
findViewWithTag [androidJvm]
fun <T : View> findViewWithTag(p0: Any): T
focusableViewAvailable [androidJvm]
open override fun focusableViewAvailable(p0: View)
focusSearch [androidJvm]
open fun focusSearch(p0: Int): View
open override fun focusSearch(p0: View, p1: Int): View
forceHasOverlappingRendering [androidJvm]
open fun forceHasOverlappingRendering(p0: Boolean)
forceLayout [androidJvm]
open fun forceLayout()
gatherTransparentRegion [androidJvm]
open override fun gatherTransparentRegion(p0: Region?): Boolean
generateDisplayHash [androidJvm]
open fun generateDisplayHash(p0: String, p1: Rect?, p2: Executor, p3: DisplayHashResultCallback)
generateLayoutParams [androidJvm]
open override fun generateLayoutParams(p0: AttributeSet): FrameLayout.LayoutParams
getAccessibilityClassName [androidJvm]
open override fun getAccessibilityClassName(): CharSequence
getAccessibilityDelegate [androidJvm]
open fun getAccessibilityDelegate(): View.AccessibilityDelegate
getAccessibilityLiveRegion [androidJvm]
open fun getAccessibilityLiveRegion(): Int
getAccessibilityNodeProvider [androidJvm]
open fun getAccessibilityNodeProvider(): AccessibilityNodeProvider
getAccessibilityPaneTitle [androidJvm]
open fun getAccessibilityPaneTitle(): CharSequence?
getAccessibilityTraversalAfter [androidJvm]
open fun getAccessibilityTraversalAfter(): Int
getAccessibilityTraversalBefore [androidJvm]
open fun getAccessibilityTraversalBefore(): Int
getAlpha [androidJvm]
open fun getAlpha(): Float
getAnimation [androidJvm]
open fun getAnimation(): Animation
getAnimationMatrix [androidJvm]
open fun getAnimationMatrix(): Matrix?
getApplicationWindowToken [androidJvm]
open fun getApplicationWindowToken(): IBinder
getAttributeResolutionStack [androidJvm]
open fun getAttributeResolutionStack(p0: Int): IntArray
getAttributeSourceResourceMap [androidJvm]
open fun getAttributeSourceResourceMap(): MutableMap<Int, Int>
getAutofillHints [androidJvm]
open fun getAutofillHints(): Array<String>?
getAutofillId [androidJvm]
fun getAutofillId(): AutofillId
getAutofillType [androidJvm]
open fun getAutofillType(): Int
getAutofillValue [androidJvm]
open fun getAutofillValue(): AutofillValue?
getBackground [androidJvm]
open fun getBackground(): Drawable
getBackgroundTintBlendMode [androidJvm]
open fun getBackgroundTintBlendMode(): BlendMode?
getBackgroundTintList [androidJvm]
open fun getBackgroundTintList(): ColorStateList?
getBackgroundTintMode [androidJvm]
open fun getBackgroundTintMode(): PorterDuff.Mode?
getBaseline [androidJvm]
open fun getBaseline(): Int
getBottom [androidJvm]
fun getBottom(): Int
getCameraDistance [androidJvm]
open fun getCameraDistance(): Float
getChildAt [androidJvm]
open fun getChildAt(p0: Int): View
getChildCount [androidJvm]
open fun getChildCount(): Int
getChildDrawingOrder [androidJvm]
fun getChildDrawingOrder(p0: Int): Int
getChildVisibleRect [androidJvm]
open override fun getChildVisibleRect(p0: View, p1: Rect, p2: Point): Boolean
getClipBounds [androidJvm]
open fun getClipBounds(): Rect
open fun getClipBounds(p0: Rect): Boolean
getClipChildren [androidJvm]
open fun getClipChildren(): Boolean
getClipToOutline [androidJvm]
fun getClipToOutline(): Boolean
getClipToPadding [androidJvm]
open fun getClipToPadding(): Boolean
getConsiderGoneChildrenWhenMeasuring [androidJvm]
open fun getConsiderGoneChildrenWhenMeasuring(): Boolean
getContentCaptureSession [androidJvm]
fun getContentCaptureSession(): ContentCaptureSession?
getContentDescription [androidJvm]
open fun getContentDescription(): CharSequence
getContext [androidJvm]
fun getContext(): Context
getDefaultFocusHighlightEnabled [androidJvm]
fun getDefaultFocusHighlightEnabled(): Boolean
getDescendantFocusability [androidJvm]
open fun getDescendantFocusability(): Int
getDisplay [androidJvm]
open fun getDisplay(): Display
getDrawableState [androidJvm]
fun getDrawableState(): IntArray
getDrawingCache [androidJvm]
open fun getDrawingCache(): Bitmap
open fun getDrawingCache(p0: Boolean): Bitmap
getDrawingCacheBackgroundColor [androidJvm]
open fun getDrawingCacheBackgroundColor(): Int
getDrawingCacheQuality [androidJvm]
open fun getDrawingCacheQuality(): Int
getDrawingRect [androidJvm]
open fun getDrawingRect(p0: Rect)
getDrawingTime [androidJvm]
open fun getDrawingTime(): Long
getElevation [androidJvm]
open fun getElevation(): Float
getExplicitStyle [androidJvm]
open fun getExplicitStyle(): Int
getFilterTouchesWhenObscured [androidJvm]
open fun getFilterTouchesWhenObscured(): Boolean
getFitsSystemWindows [androidJvm]
open fun getFitsSystemWindows(): Boolean
getFocusable [androidJvm]
open fun getFocusable(): Int
getFocusables [androidJvm]
open fun getFocusables(p0: Int): ArrayList<View>
getFocusedChild [androidJvm]
open fun getFocusedChild(): View
getFocusedRect [androidJvm]
open fun getFocusedRect(p0: Rect)
getForeground [androidJvm]
open fun getForeground(): Drawable
getForegroundGravity [androidJvm]
open fun getForegroundGravity(): Int
getForegroundTintBlendMode [androidJvm]
open fun getForegroundTintBlendMode(): BlendMode?
getForegroundTintList [androidJvm]
open fun getForegroundTintList(): ColorStateList?
getForegroundTintMode [androidJvm]
open fun getForegroundTintMode(): PorterDuff.Mode?
getGlobalVisibleRect [androidJvm]
fun getGlobalVisibleRect(p0: Rect): Boolean
open fun getGlobalVisibleRect(p0: Rect, p1: Point): Boolean
getHandler [androidJvm]
open fun getHandler(): Handler
getHasOverlappingRendering [androidJvm]
fun getHasOverlappingRendering(): Boolean
getHeight [androidJvm]
fun getHeight(): Int
getHitRect [androidJvm]
open fun getHitRect(p0: Rect)
getHorizontalFadingEdgeLength [androidJvm]
open fun getHorizontalFadingEdgeLength(): Int
getHorizontalScrollbarThumbDrawable [androidJvm]
open fun getHorizontalScrollbarThumbDrawable(): Drawable?
getHorizontalScrollbarTrackDrawable [androidJvm]
open fun getHorizontalScrollbarTrackDrawable(): Drawable?
getId [androidJvm]
open fun getId(): Int
getImportantForAccessibility [androidJvm]
open fun getImportantForAccessibility(): Int
getImportantForAutofill [androidJvm]
open fun getImportantForAutofill(): Int
getImportantForContentCapture [androidJvm]
open fun getImportantForContentCapture(): Int
getKeepScreenOn [androidJvm]
open fun getKeepScreenOn(): Boolean
getKeyDispatcherState [androidJvm]
open fun getKeyDispatcherState(): KeyEvent.DispatcherState
getLabelFor [androidJvm]
open fun getLabelFor(): Int
getLayerType [androidJvm]
open fun getLayerType(): Int
getLayoutAnimation [androidJvm]
open fun getLayoutAnimation(): LayoutAnimationController
getLayoutAnimationListener [androidJvm]
open fun getLayoutAnimationListener(): Animation.AnimationListener
getLayoutDirection [androidJvm]
open fun getLayoutDirection(): Int
getLayoutMode [androidJvm]
open fun getLayoutMode(): Int
getLayoutParams [androidJvm]
open fun getLayoutParams(): ViewGroup.LayoutParams
getLayoutTransition [androidJvm]
open fun getLayoutTransition(): LayoutTransition
getLeft [androidJvm]
fun getLeft(): Int
getLocalVisibleRect [androidJvm]
fun getLocalVisibleRect(p0: Rect): Boolean
getLocationInSurface [androidJvm]
open fun getLocationInSurface(p0: IntArray)
getLocationInWindow [androidJvm]
open fun getLocationInWindow(p0: IntArray)
getLocationOnScreen [androidJvm]
open fun getLocationOnScreen(p0: IntArray)
getMatrix [androidJvm]
open fun getMatrix(): Matrix
getMeasureAllChildren [androidJvm]
open fun getMeasureAllChildren(): Boolean
getMeasuredHeight [androidJvm]
fun getMeasuredHeight(): Int
getMeasuredHeightAndState [androidJvm]
fun getMeasuredHeightAndState(): Int
getMeasuredState [androidJvm]
fun getMeasuredState(): Int
getMeasuredWidth [androidJvm]
fun getMeasuredWidth(): Int
getMeasuredWidthAndState [androidJvm]
fun getMeasuredWidthAndState(): Int
getMinimumHeight [androidJvm]
open fun getMinimumHeight(): Int
getMinimumWidth [androidJvm]
open fun getMinimumWidth(): Int
getNestedScrollAxes [androidJvm]
open fun getNestedScrollAxes(): Int
getNextClusterForwardId [androidJvm]
open fun getNextClusterForwardId(): Int
getNextFocusDownId [androidJvm]
open fun getNextFocusDownId(): Int
getNextFocusForwardId [androidJvm]
open fun getNextFocusForwardId(): Int
getNextFocusLeftId [androidJvm]
open fun getNextFocusLeftId(): Int
getNextFocusRightId [androidJvm]
open fun getNextFocusRightId(): Int
getNextFocusUpId [androidJvm]
open fun getNextFocusUpId(): Int
getOnFocusChangeListener [androidJvm]
open fun getOnFocusChangeListener(): View.OnFocusChangeListener
getOutlineAmbientShadowColor [androidJvm]
open fun getOutlineAmbientShadowColor(): Int
getOutlineProvider [androidJvm]
open fun getOutlineProvider(): ViewOutlineProvider
getOutlineSpotShadowColor [androidJvm]
open fun getOutlineSpotShadowColor(): Int
getOverlay [androidJvm]
open override fun getOverlay(): ViewGroupOverlay
getOverScrollMode [androidJvm]
open fun getOverScrollMode(): Int
getPaddingBottom [androidJvm]
open fun getPaddingBottom(): Int
getPaddingEnd [androidJvm]
open fun getPaddingEnd(): Int
getPaddingLeft [androidJvm]
open fun getPaddingLeft(): Int
getPaddingRight [androidJvm]
open fun getPaddingRight(): Int
getPaddingStart [androidJvm]
open fun getPaddingStart(): Int
getPaddingTop [androidJvm]
open fun getPaddingTop(): Int
getParent [androidJvm]
fun getParent(): ViewParent
getParentForAccessibility [androidJvm]
open fun getParentForAccessibility(): ViewParent
getPersistentDrawingCache [androidJvm]
open fun getPersistentDrawingCache(): Int
getPivotX [androidJvm]
open fun getPivotX(): Float
getPivotY [androidJvm]
open fun getPivotY(): Float
getPointerIcon [androidJvm]
open fun getPointerIcon(): PointerIcon
getPreferKeepClearRects [androidJvm]
fun getPreferKeepClearRects(): MutableList<Rect>
getReceiveContentMimeTypes [androidJvm]
open fun getReceiveContentMimeTypes(): Array<String>?
getResources [androidJvm]
open fun getResources(): Resources
getRevealOnFocusHint [androidJvm]
fun getRevealOnFocusHint(): Boolean
getRight [androidJvm]
fun getRight(): Int
getRootSurfaceControl [androidJvm]
open fun getRootSurfaceControl(): AttachedSurfaceControl?
getRootView [androidJvm]
open fun getRootView(): View
getRootWindowInsets [androidJvm]
open fun getRootWindowInsets(): WindowInsets
getRotation [androidJvm]
open fun getRotation(): Float
getRotationX [androidJvm]
open fun getRotationX(): Float
getRotationY [androidJvm]
open fun getRotationY(): Float
getScaleX [androidJvm]
open fun getScaleX(): Float
getScaleY [androidJvm]
open fun getScaleY(): Float
getScrollBarDefaultDelayBeforeFade [androidJvm]
open fun getScrollBarDefaultDelayBeforeFade(): Int
getScrollBarFadeDuration [androidJvm]
open fun getScrollBarFadeDuration(): Int
getScrollBarSize [androidJvm]
open fun getScrollBarSize(): Int
getScrollBarStyle [androidJvm]
open fun getScrollBarStyle(): Int
getScrollCaptureHint [androidJvm]
open fun getScrollCaptureHint(): Int
getScrollIndicators [androidJvm]
open fun getScrollIndicators(): Int
getScrollX [androidJvm]
fun getScrollX(): Int
getScrollY [androidJvm]
fun getScrollY(): Int
getSolidColor [androidJvm]
open fun getSolidColor(): Int
getSourceLayoutResId [androidJvm]
open fun getSourceLayoutResId(): Int
getStateDescription [androidJvm]
fun getStateDescription(): CharSequence?
getStateListAnimator [androidJvm]
open fun getStateListAnimator(): StateListAnimator
getSystemGestureExclusionRects [androidJvm]
open fun getSystemGestureExclusionRects(): MutableList<Rect>
getSystemUiVisibility [androidJvm]
open fun getSystemUiVisibility(): Int
getTag [androidJvm]
open fun getTag(): Any
open fun getTag(p0: Int): Any
getTextAlignment [androidJvm]
open fun getTextAlignment(): Int
getTextDirection [androidJvm]
open fun getTextDirection(): Int
getTooltipText [androidJvm]
open fun getTooltipText(): CharSequence?
getTop [androidJvm]
fun getTop(): Int
getTouchables [androidJvm]
open fun getTouchables(): ArrayList<View>
getTouchDelegate [androidJvm]
open fun getTouchDelegate(): TouchDelegate
getTouchscreenBlocksFocus [androidJvm]
open fun getTouchscreenBlocksFocus(): Boolean
getTransitionAlpha [androidJvm]
open fun getTransitionAlpha(): Float
getTransitionName [androidJvm]
open fun getTransitionName(): String
getTranslationX [androidJvm]
open fun getTranslationX(): Float
getTranslationY [androidJvm]
open fun getTranslationY(): Float
getTranslationZ [androidJvm]
open fun getTranslationZ(): Float
getUniqueDrawingId [androidJvm]
open fun getUniqueDrawingId(): Long
getVerticalFadingEdgeLength [androidJvm]
open fun getVerticalFadingEdgeLength(): Int
getVerticalScrollbarPosition [androidJvm]
open fun getVerticalScrollbarPosition(): Int
getVerticalScrollbarThumbDrawable [androidJvm]
open fun getVerticalScrollbarThumbDrawable(): Drawable?
getVerticalScrollbarTrackDrawable [androidJvm]
open fun getVerticalScrollbarTrackDrawable(): Drawable?
getVerticalScrollbarWidth [androidJvm]
open fun getVerticalScrollbarWidth(): Int
getViewTranslationResponse [androidJvm]
open fun getViewTranslationResponse(): ViewTranslationResponse?
getViewTreeObserver [androidJvm]
open fun getViewTreeObserver(): ViewTreeObserver
getVisibility [androidJvm]
open fun getVisibility(): Int
getWidth [androidJvm]
fun getWidth(): Int
getWindowId [androidJvm]
open fun getWindowId(): WindowId
getWindowInsetsController [androidJvm]
open fun getWindowInsetsController(): WindowInsetsController?
getWindowSystemUiVisibility [androidJvm]
open fun getWindowSystemUiVisibility(): Int
getWindowToken [androidJvm]
open fun getWindowToken(): IBinder
getWindowVisibility [androidJvm]
open fun getWindowVisibility(): Int
getWindowVisibleDisplayFrame [androidJvm]
open fun getWindowVisibleDisplayFrame(p0: Rect)
getX [androidJvm]
open fun getX(): Float
getY [androidJvm]
open fun getY(): Float
getZ [androidJvm]
open fun getZ(): Float
hasExplicitFocusable [androidJvm]
open fun hasExplicitFocusable(): Boolean
hasFocus [androidJvm]
open override fun hasFocus(): Boolean
hasFocusable [androidJvm]
open fun hasFocusable(): Boolean
hasNestedScrollingParent [androidJvm]
open fun hasNestedScrollingParent(): Boolean
hasOnClickListeners [androidJvm]
open fun hasOnClickListeners(): Boolean
hasOnLongClickListeners [androidJvm]
open fun hasOnLongClickListeners(): Boolean
hasOverlappingRendering [androidJvm]
open fun hasOverlappingRendering(): Boolean
hasPointerCapture [androidJvm]
open fun hasPointerCapture(): Boolean
hasTransientState [androidJvm]
open override fun hasTransientState(): Boolean
hasWindowFocus [androidJvm]
open fun hasWindowFocus(): Boolean
indexOfChild [androidJvm]
open fun indexOfChild(p0: View): Int
invalidate [androidJvm]
open fun invalidate()
open fun invalidate(p0: Rect)
open fun invalidate(p0: Int, p1: Int, p2: Int, p3: Int)
invalidateChild [androidJvm]
override fun invalidateChild(p0: View, p1: Rect)
invalidateChildInParent [androidJvm]
open override fun invalidateChildInParent(p0: IntArray, p1: Rect): ViewParent
invalidateDrawable [androidJvm]
open override fun invalidateDrawable(p0: Drawable)
invalidateOutline [androidJvm]
open fun invalidateOutline()
isAccessibilityFocused [androidJvm]
open fun isAccessibilityFocused(): Boolean
isAccessibilityHeading [androidJvm]
open fun isAccessibilityHeading(): Boolean
isActivated [androidJvm]
open fun isActivated(): Boolean
isAlwaysDrawnWithCacheEnabled [androidJvm]
open fun isAlwaysDrawnWithCacheEnabled(): Boolean
isAnimationCacheEnabled [androidJvm]
open fun isAnimationCacheEnabled(): Boolean
isAttachedToWindow [androidJvm]
open fun isAttachedToWindow(): Boolean
isAutoHandwritingEnabled [androidJvm]
open fun isAutoHandwritingEnabled(): Boolean
isClickable [androidJvm]
open fun isClickable(): Boolean
isContextClickable [androidJvm]
open fun isContextClickable(): Boolean
isDirty [androidJvm]
open fun isDirty(): Boolean
isDrawingCacheEnabled [androidJvm]
open fun isDrawingCacheEnabled(): Boolean
isDuplicateParentStateEnabled [androidJvm]
open fun isDuplicateParentStateEnabled(): Boolean
isEnabled [androidJvm]
open fun isEnabled(): Boolean
isFocusable [androidJvm]
fun isFocusable(): Boolean
isFocusableInTouchMode [androidJvm]
fun isFocusableInTouchMode(): Boolean
isFocused [androidJvm]
open fun isFocused(): Boolean
isFocusedByDefault [androidJvm]
fun isFocusedByDefault(): Boolean
isForceDarkAllowed [androidJvm]
open fun isForceDarkAllowed(): Boolean
isHapticFeedbackEnabled [androidJvm]
open fun isHapticFeedbackEnabled(): Boolean
isHardwareAccelerated [androidJvm]
open fun isHardwareAccelerated(): Boolean
isHorizontalFadingEdgeEnabled [androidJvm]
open fun isHorizontalFadingEdgeEnabled(): Boolean
isHorizontalScrollBarEnabled [androidJvm]
open fun isHorizontalScrollBarEnabled(): Boolean
isHovered [androidJvm]
open fun isHovered(): Boolean
isImportantForAccessibility [androidJvm]
open fun isImportantForAccessibility(): Boolean
isImportantForAutofill [androidJvm]
fun isImportantForAutofill(): Boolean
isImportantForContentCapture [androidJvm]
fun isImportantForContentCapture(): Boolean
isInEditMode [androidJvm]
open fun isInEditMode(): Boolean
isInLayout [androidJvm]
open fun isInLayout(): Boolean
isInTouchMode [androidJvm]
open fun isInTouchMode(): Boolean
isKeyboardNavigationCluster [androidJvm]
fun isKeyboardNavigationCluster(): Boolean
isLaidOut [androidJvm]
open fun isLaidOut(): Boolean
isLayoutDirectionResolved [androidJvm]
open fun isLayoutDirectionResolved(): Boolean
isLayoutRequested [androidJvm]
open fun isLayoutRequested(): Boolean
isLayoutSuppressed [androidJvm]
open fun isLayoutSuppressed(): Boolean
isLongClickable [androidJvm]
open fun isLongClickable(): Boolean
isMotionEventSplittingEnabled [androidJvm]
open fun isMotionEventSplittingEnabled(): Boolean
isNestedScrollingEnabled [androidJvm]
open fun isNestedScrollingEnabled(): Boolean
isOpaque [androidJvm]
open fun isOpaque(): Boolean
isPaddingRelative [androidJvm]
open fun isPaddingRelative(): Boolean
isPivotSet [androidJvm]
open fun isPivotSet(): Boolean
isPreferKeepClear [androidJvm]
fun isPreferKeepClear(): Boolean
isPressed [androidJvm]
open fun isPressed(): Boolean
isSaveEnabled [androidJvm]
open fun isSaveEnabled(): Boolean
isSaveFromParentEnabled [androidJvm]
open fun isSaveFromParentEnabled(): Boolean
isScreenReaderFocusable [androidJvm]
open fun isScreenReaderFocusable(): Boolean
isScrollbarFadingEnabled [androidJvm]
open fun isScrollbarFadingEnabled(): Boolean
isScrollContainer [androidJvm]
open fun isScrollContainer(): Boolean
isSelected [androidJvm]
open fun isSelected(): Boolean
isShowingLayoutBounds [androidJvm]
fun isShowingLayoutBounds(): Boolean
isShown [androidJvm]
open fun isShown(): Boolean
isSoundEffectsEnabled [androidJvm]
open fun isSoundEffectsEnabled(): Boolean
isTemporarilyDetached [androidJvm]
fun isTemporarilyDetached(): Boolean
isTextAlignmentResolved [androidJvm]
open fun isTextAlignmentResolved(): Boolean
isTextDirectionResolved [androidJvm]
open fun isTextDirectionResolved(): Boolean
isTransitionGroup [androidJvm]
open fun isTransitionGroup(): Boolean
isVerticalFadingEdgeEnabled [androidJvm]
open fun isVerticalFadingEdgeEnabled(): Boolean
isVerticalScrollBarEnabled [androidJvm]
open fun isVerticalScrollBarEnabled(): Boolean
isVisibleToUserForAutofill [androidJvm]
open fun isVisibleToUserForAutofill(p0: Int): Boolean
jumpDrawablesToCurrentState [androidJvm]
open override fun jumpDrawablesToCurrentState()
keyboardNavigationClusterSearch [androidJvm]
open fun keyboardNavigationClusterSearch(p0: View, p1: Int): View
layout [androidJvm]
override fun layout(p0: Int, p1: Int, p2: Int, p3: Int)
measure [androidJvm]
fun measure(p0: Int, p1: Int)
notifySubtreeAccessibilityStateChanged [androidJvm]
open override fun notifySubtreeAccessibilityStateChanged(p0: View, p1: View, p2: Int)
offsetDescendantRectToMyCoords [androidJvm]
fun offsetDescendantRectToMyCoords(p0: View, p1: Rect)
offsetLeftAndRight [androidJvm]
open fun offsetLeftAndRight(p0: Int)
offsetRectIntoDescendantCoords [androidJvm]
fun offsetRectIntoDescendantCoords(p0: View, p1: Rect)
offsetTopAndBottom [androidJvm]
open fun offsetTopAndBottom(p0: Int)
onApplyWindowInsets [androidJvm]
open fun onApplyWindowInsets(p0: WindowInsets): WindowInsets
onCancelPendingInputEvents [androidJvm]
open fun onCancelPendingInputEvents()
onCapturedPointerEvent [androidJvm]
open fun onCapturedPointerEvent(p0: MotionEvent): Boolean
onCheckIsTextEditor [androidJvm]
open fun onCheckIsTextEditor(): Boolean
onCreateInputConnection [androidJvm]
open fun onCreateInputConnection(p0: EditorInfo): InputConnection
onCreateViewTranslationRequest [androidJvm]
open fun onCreateViewTranslationRequest(p0: IntArray, p1: Consumer<ViewTranslationRequest>)
onCreateVirtualViewTranslationRequests [androidJvm]
open fun onCreateVirtualViewTranslationRequests(p0: LongArray, p1: IntArray, p2: Consumer<ViewTranslationRequest>)
onDescendantInvalidated [androidJvm]
open override fun onDescendantInvalidated(p0: View, p1: View)
onDragEvent [androidJvm]
open fun onDragEvent(p0: DragEvent): Boolean
onDrawForeground [androidJvm]
open fun onDrawForeground(p0: Canvas)
onFilterTouchEventForSecurity [androidJvm]
open fun onFilterTouchEventForSecurity(p0: MotionEvent): Boolean
onFinishTemporaryDetach [androidJvm]
open override fun onFinishTemporaryDetach()
onGenericMotionEvent [androidJvm]
open fun onGenericMotionEvent(p0: MotionEvent): Boolean
onHoverChanged [androidJvm]
open fun onHoverChanged(p0: Boolean)
onHoverEvent [androidJvm]
open fun onHoverEvent(p0: MotionEvent): Boolean
onInitializeAccessibilityEvent [androidJvm]
open fun onInitializeAccessibilityEvent(p0: AccessibilityEvent)
onInitializeAccessibilityNodeInfo [androidJvm]
open fun onInitializeAccessibilityNodeInfo(p0: AccessibilityNodeInfo)
onInterceptHoverEvent [androidJvm]
open fun onInterceptHoverEvent(p0: MotionEvent): Boolean
onInterceptTouchEvent [androidJvm]
open fun onInterceptTouchEvent(p0: MotionEvent): Boolean
onKeyDown [androidJvm]
open override fun onKeyDown(p0: Int, p1: KeyEvent): Boolean
onKeyLongPress [androidJvm]
open override fun onKeyLongPress(p0: Int, p1: KeyEvent): Boolean
onKeyMultiple [androidJvm]
open override fun onKeyMultiple(p0: Int, p1: Int, p2: KeyEvent): Boolean
onKeyPreIme [androidJvm]
open fun onKeyPreIme(p0: Int, p1: KeyEvent): Boolean
onKeyShortcut [androidJvm]
open fun onKeyShortcut(p0: Int, p1: KeyEvent): Boolean
onKeyUp [androidJvm]
open override fun onKeyUp(p0: Int, p1: KeyEvent): Boolean
onNestedFling [androidJvm]
open override fun onNestedFling(p0: View, p1: Float, p2: Float, p3: Boolean): Boolean
onNestedPreFling [androidJvm]
open override fun onNestedPreFling(p0: View, p1: Float, p2: Float): Boolean
onNestedPrePerformAccessibilityAction [androidJvm]
open override fun onNestedPrePerformAccessibilityAction(p0: View, p1: Int, p2: Bundle?): Boolean
onNestedPreScroll [androidJvm]
open override fun onNestedPreScroll(p0: View, p1: Int, p2: Int, p3: IntArray)
onNestedScroll [androidJvm]
open override fun onNestedScroll(p0: View, p1: Int, p2: Int, p3: Int, p4: Int)
onNestedScrollAccepted [androidJvm]
open override fun onNestedScrollAccepted(p0: View, p1: View, p2: Int)
onPointerCaptureChange [androidJvm]
open fun onPointerCaptureChange(p0: Boolean)
onPopulateAccessibilityEvent [androidJvm]
open fun onPopulateAccessibilityEvent(p0: AccessibilityEvent)
onProvideAutofillStructure [androidJvm]
open fun onProvideAutofillStructure(p0: ViewStructure, p1: Int)
onProvideAutofillVirtualStructure [androidJvm]
open fun onProvideAutofillVirtualStructure(p0: ViewStructure, p1: Int)
onProvideContentCaptureStructure [androidJvm]
open fun onProvideContentCaptureStructure(p0: ViewStructure, p1: Int)
onProvideStructure [androidJvm]
open fun onProvideStructure(p0: ViewStructure)
onProvideVirtualStructure [androidJvm]
open fun onProvideVirtualStructure(p0: ViewStructure)
onReceiveContent [androidJvm]
open fun onReceiveContent(p0: ContentInfo): ContentInfo?
onRequestSendAccessibilityEvent [androidJvm]
open fun onRequestSendAccessibilityEvent(p0: View, p1: AccessibilityEvent): Boolean
onResolvePointerIcon [androidJvm]
open override fun onResolvePointerIcon(p0: MotionEvent, p1: Int): PointerIcon
onRtlPropertiesChanged [androidJvm]
open fun onRtlPropertiesChanged(p0: Int)
onScreenStateChanged [androidJvm]
open fun onScreenStateChanged(p0: Int)
onScrollCaptureSearch [androidJvm]
open fun onScrollCaptureSearch(p0: Rect, p1: Point, p2: Consumer<ScrollCaptureTarget>)
onStartNestedScroll [androidJvm]
open override fun onStartNestedScroll(p0: View, p1: View, p2: Int): Boolean
onStartTemporaryDetach [androidJvm]
open fun onStartTemporaryDetach()
onStopNestedScroll [androidJvm]
open override fun onStopNestedScroll(p0: View)
onTouchEvent [androidJvm]
open fun onTouchEvent(p0: MotionEvent): Boolean
onTrackballEvent [androidJvm]
open fun onTrackballEvent(p0: MotionEvent): Boolean
onViewAdded [androidJvm]
open fun onViewAdded(p0: View)
onViewRemoved [androidJvm]
open fun onViewRemoved(p0: View)
onViewTranslationResponse [androidJvm]
open fun onViewTranslationResponse(p0: ViewTranslationResponse)
onVirtualViewTranslationResponses [androidJvm]
open fun onVirtualViewTranslationResponses(p0: LongSparseArray<ViewTranslationResponse>)
onVisibilityAggregated [androidJvm]
open fun onVisibilityAggregated(p0: Boolean)
onWindowFocusChanged [androidJvm]
open fun onWindowFocusChanged(p0: Boolean)
onWindowSystemUiVisibilityChanged [androidJvm]
open fun onWindowSystemUiVisibilityChanged(p0: Int)
performAccessibilityAction [androidJvm]
open fun performAccessibilityAction(p0: Int, p1: Bundle?): Boolean
performClick [androidJvm]
open fun performClick(): Boolean
performContextClick [androidJvm]
open fun performContextClick(): Boolean
open fun performContextClick(p0: Float, p1: Float): Boolean
performHapticFeedback [androidJvm]
open fun performHapticFeedback(p0: Int): Boolean
open fun performHapticFeedback(p0: Int, p1: Int): Boolean
performLongClick [androidJvm]
open fun performLongClick(): Boolean
open fun performLongClick(p0: Float, p1: Float): Boolean
performReceiveContent [androidJvm]
open fun performReceiveContent(p0: ContentInfo): ContentInfo?
playSoundEffect [androidJvm]
open fun playSoundEffect(p0: Int)
post [androidJvm]
open fun post(p0: Runnable): Boolean
postDelayed [androidJvm]
open fun postDelayed(p0: Runnable, p1: Long): Boolean
postInvalidate [androidJvm]
open fun postInvalidate()
open fun postInvalidate(p0: Int, p1: Int, p2: Int, p3: Int)
postInvalidateDelayed [androidJvm]
open fun postInvalidateDelayed(p0: Long)
open fun postInvalidateDelayed(p0: Long, p1: Int, p2: Int, p3: Int, p4: Int)
postInvalidateOnAnimation [androidJvm]
open fun postInvalidateOnAnimation()
open fun postInvalidateOnAnimation(p0: Int, p1: Int, p2: Int, p3: Int)
postOnAnimation [androidJvm]
open fun postOnAnimation(p0: Runnable)
postOnAnimationDelayed [androidJvm]
open fun postOnAnimationDelayed(p0: Runnable, p1: Long)
recomputeViewAttributes [androidJvm]
open override fun recomputeViewAttributes(p0: View)
refreshDrawableState [androidJvm]
open fun refreshDrawableState()
releasePointerCapture [androidJvm]
open fun releasePointerCapture()
removeAllViews [androidJvm]
open fun removeAllViews()
removeAllViewsInLayout [androidJvm]
open fun removeAllViewsInLayout()
removeCallbacks [androidJvm]
open fun removeCallbacks(p0: Runnable): Boolean
removeOnAttachStateChangeListener [androidJvm]
open fun removeOnAttachStateChangeListener(p0: View.OnAttachStateChangeListener)
removeOnLayoutChangeListener [androidJvm]
open fun removeOnLayoutChangeListener(p0: View.OnLayoutChangeListener)
removeOnUnhandledKeyEventListener [androidJvm]
open fun removeOnUnhandledKeyEventListener(p0: View.OnUnhandledKeyEventListener)
removeView [androidJvm]
open override fun removeView(p0: View)
removeViewAt [androidJvm]
open fun removeViewAt(p0: Int)
removeViewInLayout [androidJvm]
open fun removeViewInLayout(p0: View)
removeViews [androidJvm]
open fun removeViews(p0: Int, p1: Int)
removeViewsInLayout [androidJvm]
open fun removeViewsInLayout(p0: Int, p1: Int)
requestApplyInsets [androidJvm]
open fun requestApplyInsets()
requestChildFocus [androidJvm]
open override fun requestChildFocus(p0: View, p1: View)
requestChildRectangleOnScreen [androidJvm]
open override fun requestChildRectangleOnScreen(p0: View, p1: Rect, p2: Boolean): Boolean
requestDisallowInterceptTouchEvent [androidJvm]
open override fun requestDisallowInterceptTouchEvent(p0: Boolean)
requestFitSystemWindows [androidJvm]
open fun requestFitSystemWindows()
requestFocus [androidJvm]
fun requestFocus(): Boolean
fun requestFocus(p0: Int): Boolean
open override fun requestFocus(p0: Int, p1: Rect): Boolean
requestFocusFromTouch [androidJvm]
fun requestFocusFromTouch(): Boolean
requestLayout [androidJvm]
open fun requestLayout()
requestPointerCapture [androidJvm]
open fun requestPointerCapture()
requestRectangleOnScreen [androidJvm]
open fun requestRectangleOnScreen(p0: Rect): Boolean
open fun requestRectangleOnScreen(p0: Rect, p1: Boolean): Boolean
requestSendAccessibilityEvent [androidJvm]
open override fun requestSendAccessibilityEvent(p0: View, p1: AccessibilityEvent): Boolean
requestTransparentRegion [androidJvm]
open override fun requestTransparentRegion(p0: View)
requestUnbufferedDispatch [androidJvm]
fun requestUnbufferedDispatch(p0: MotionEvent)
fun requestUnbufferedDispatch(p0: Int)
requireViewById [androidJvm]
fun <T : View> requireViewById(p0: Int): T & Any
resetPivot [androidJvm]
open fun resetPivot()
restoreDefaultFocus [androidJvm]
open override fun restoreDefaultFocus(): Boolean
restoreHierarchyState [androidJvm]
open fun restoreHierarchyState(p0: SparseArray<Parcelable>)
saveAttributeDataForStyleable [androidJvm]
fun saveAttributeDataForStyleable(p0: Context, p1: IntArray, p2: AttributeSet?, p3: TypedArray, p4: Int, p5: Int)
saveHierarchyState [androidJvm]
open fun saveHierarchyState(p0: SparseArray<Parcelable>)
scheduleDrawable [androidJvm]
open override fun scheduleDrawable(p0: Drawable, p1: Runnable, p2: Long)
scheduleLayoutAnimation [androidJvm]
open fun scheduleLayoutAnimation()
scrollBy [androidJvm]
open fun scrollBy(p0: Int, p1: Int)
scrollTo [androidJvm]
open fun scrollTo(p0: Int, p1: Int)
sendAccessibilityEvent [androidJvm]
open override fun sendAccessibilityEvent(p0: Int)
sendAccessibilityEventUnchecked [androidJvm]
open override fun sendAccessibilityEventUnchecked(p0: AccessibilityEvent)
setAccessibilityDelegate [androidJvm]
open fun setAccessibilityDelegate(p0: View.AccessibilityDelegate?)
setAccessibilityHeading [androidJvm]
open fun setAccessibilityHeading(p0: Boolean)
setAccessibilityLiveRegion [androidJvm]
open fun setAccessibilityLiveRegion(p0: Int)
setAccessibilityPaneTitle [androidJvm]
open fun setAccessibilityPaneTitle(p0: CharSequence?)
setAccessibilityTraversalAfter [androidJvm]
open fun setAccessibilityTraversalAfter(p0: Int)
setAccessibilityTraversalBefore [androidJvm]
open fun setAccessibilityTraversalBefore(p0: Int)
setActivated [androidJvm]
open fun setActivated(p0: Boolean)
setAddStatesFromChildren [androidJvm]
open fun setAddStatesFromChildren(p0: Boolean)
setAllowClickWhenDisabled [androidJvm]
open fun setAllowClickWhenDisabled(p0: Boolean)
setAlpha [androidJvm]
open fun setAlpha(p0: Float)
setAlwaysDrawnWithCacheEnabled [androidJvm]
open fun setAlwaysDrawnWithCacheEnabled(p0: Boolean)
setAnimation [androidJvm]
open fun setAnimation(p0: Animation)
setAnimationCacheEnabled [androidJvm]
open fun setAnimationCacheEnabled(p0: Boolean)
setAnimationMatrix [androidJvm]
open fun setAnimationMatrix(p0: Matrix?)
setAutofillHints [androidJvm]
open fun setAutofillHints(vararg p0: String)
setAutofillId [androidJvm]
open fun setAutofillId(p0: AutofillId?)
setAutoHandwritingEnabled [androidJvm]
open fun setAutoHandwritingEnabled(p0: Boolean)
setBackground [androidJvm]
open fun setBackground(p0: Drawable)
setBackgroundColor [androidJvm]
open fun setBackgroundColor(p0: Int)
setBackgroundDrawable [androidJvm]
open fun setBackgroundDrawable(p0: Drawable)
setBackgroundResource [androidJvm]
open fun setBackgroundResource(p0: Int)
setBackgroundTintBlendMode [androidJvm]
open fun setBackgroundTintBlendMode(p0: BlendMode?)
setBackgroundTintList [androidJvm]
open fun setBackgroundTintList(p0: ColorStateList?)
setBackgroundTintMode [androidJvm]
open fun setBackgroundTintMode(p0: PorterDuff.Mode?)
setBottom [androidJvm]
fun setBottom(p0: Int)
setCameraDistance [androidJvm]
open fun setCameraDistance(p0: Float)
setClickable [androidJvm]
open fun setClickable(p0: Boolean)
setClipBounds [androidJvm]
open fun setClipBounds(p0: Rect)
setClipChildren [androidJvm]
open fun setClipChildren(p0: Boolean)
setClipToOutline [androidJvm]
open fun setClipToOutline(p0: Boolean)
setClipToPadding [androidJvm]
open fun setClipToPadding(p0: Boolean)
setCollapseHandler [androidJvm]
fun setCollapseHandler(collapseHandler: GranifyInlineViewCollapser)
Registers a handler that is used to collapse the GranifyInlineView. Expect this handler to be invoked anytime the GranifyInlineView is no longer needed to display. The Granify SDK handles animation of the inlines internally. Do NOT add any additional animation handling.
setContentCaptureSession [androidJvm]
open fun setContentCaptureSession(p0: ContentCaptureSession?)
setContentDescription [androidJvm]
open fun setContentDescription(p0: CharSequence)
setContextClickable [androidJvm]
open fun setContextClickable(p0: Boolean)
setDefaultFocusHighlightEnabled [androidJvm]
open fun setDefaultFocusHighlightEnabled(p0: Boolean)
setDescendantFocusability [androidJvm]
open fun setDescendantFocusability(p0: Int)
setDrawingCacheBackgroundColor [androidJvm]
open fun setDrawingCacheBackgroundColor(p0: Int)
setDrawingCacheEnabled [androidJvm]
open fun setDrawingCacheEnabled(p0: Boolean)
setDrawingCacheQuality [androidJvm]
open fun setDrawingCacheQuality(p0: Int)
setDuplicateParentStateEnabled [androidJvm]
open fun setDuplicateParentStateEnabled(p0: Boolean)
setElevation [androidJvm]
open fun setElevation(p0: Float)
setEnabled [androidJvm]
open fun setEnabled(p0: Boolean)
setExpandHandler [androidJvm]
fun setExpandHandler(expandHandler: GranifyInlineViewExpander)
Registers a handler that is used to expand the GranifyInlineView. Expect this handler to be invoked before an inline campaign is displayed. The GranifyInlineView will expand and the inline campaign will be displayed inside of it. The Granify SDK handles animation of the inlines internally. Do NOT add any additional animation handling.
setFadingEdgeLength [androidJvm]
open fun setFadingEdgeLength(p0: Int)
setFilterTouchesWhenObscured [androidJvm]
open fun setFilterTouchesWhenObscured(p0: Boolean)
setFitsSystemWindows [androidJvm]
open fun setFitsSystemWindows(p0: Boolean)
setFocusable [androidJvm]
open fun setFocusable(p0: Boolean)
open fun setFocusable(p0: Int)
setFocusableInTouchMode [androidJvm]
open fun setFocusableInTouchMode(p0: Boolean)
setFocusedByDefault [androidJvm]
open fun setFocusedByDefault(p0: Boolean)
setForceDarkAllowed [androidJvm]
open fun setForceDarkAllowed(p0: Boolean)
setForeground [androidJvm]
open fun setForeground(p0: Drawable)
setForegroundGravity [androidJvm]
open override fun setForegroundGravity(p0: Int)
setForegroundTintBlendMode [androidJvm]
open fun setForegroundTintBlendMode(p0: BlendMode?)
setForegroundTintList [androidJvm]
open fun setForegroundTintList(p0: ColorStateList?)
setForegroundTintMode [androidJvm]
open fun setForegroundTintMode(p0: PorterDuff.Mode?)
setHapticFeedbackEnabled [androidJvm]
open fun setHapticFeedbackEnabled(p0: Boolean)
setHasTransientState [androidJvm]
open fun setHasTransientState(p0: Boolean)
setHorizontalFadingEdgeEnabled [androidJvm]
open fun setHorizontalFadingEdgeEnabled(p0: Boolean)
setHorizontalScrollBarEnabled [androidJvm]
open fun setHorizontalScrollBarEnabled(p0: Boolean)
setHorizontalScrollbarThumbDrawable [androidJvm]
open fun setHorizontalScrollbarThumbDrawable(p0: Drawable?)
setHorizontalScrollbarTrackDrawable [androidJvm]
open fun setHorizontalScrollbarTrackDrawable(p0: Drawable?)
setHovered [androidJvm]
open fun setHovered(p0: Boolean)
setId [androidJvm]
open fun setId(p0: Int)
setImportantForAccessibility [androidJvm]
open fun setImportantForAccessibility(p0: Int)
setImportantForAutofill [androidJvm]
open fun setImportantForAutofill(p0: Int)
setImportantForContentCapture [androidJvm]
open fun setImportantForContentCapture(p0: Int)
setKeepScreenOn [androidJvm]
open fun setKeepScreenOn(p0: Boolean)
setKeyboardNavigationCluster [androidJvm]
open fun setKeyboardNavigationCluster(p0: Boolean)
setLabel [androidJvm]
fun setLabel(label: GranifyInlineViewLabel)
Installs a label that is used to uniquely identify this GranifyInlineView.
setLabelFor [androidJvm]
open fun setLabelFor(p0: Int)
setLayerPaint [androidJvm]
open fun setLayerPaint(p0: Paint?)
setLayerType [androidJvm]
open fun setLayerType(p0: Int, p1: Paint?)
setLayoutAnimation [androidJvm]
open fun setLayoutAnimation(p0: LayoutAnimationController)
setLayoutAnimationListener [androidJvm]
open fun setLayoutAnimationListener(p0: Animation.AnimationListener)
setLayoutDirection [androidJvm]
open fun setLayoutDirection(p0: Int)
setLayoutMode [androidJvm]
open fun setLayoutMode(p0: Int)
setLayoutParams [androidJvm]
open fun setLayoutParams(p0: ViewGroup.LayoutParams)
setLayoutTransition [androidJvm]
open fun setLayoutTransition(p0: LayoutTransition)
setLeft [androidJvm]
fun setLeft(p0: Int)
setLeftTopRightBottom [androidJvm]
fun setLeftTopRightBottom(p0: Int, p1: Int, p2: Int, p3: Int)
setLongClickable [androidJvm]
open fun setLongClickable(p0: Boolean)
setMeasureAllChildren [androidJvm]
open fun setMeasureAllChildren(p0: Boolean)
setMinimumHeight [androidJvm]
open fun setMinimumHeight(p0: Int)
setMinimumWidth [androidJvm]
open fun setMinimumWidth(p0: Int)
setMotionEventSplittingEnabled [androidJvm]
open fun setMotionEventSplittingEnabled(p0: Boolean)
setNestedScrollingEnabled [androidJvm]
open fun setNestedScrollingEnabled(p0: Boolean)
setNextClusterForwardId [androidJvm]
open fun setNextClusterForwardId(p0: Int)
setNextFocusDownId [androidJvm]
open fun setNextFocusDownId(p0: Int)
setNextFocusForwardId [androidJvm]
open fun setNextFocusForwardId(p0: Int)
setNextFocusLeftId [androidJvm]
open fun setNextFocusLeftId(p0: Int)
setNextFocusRightId [androidJvm]
open fun setNextFocusRightId(p0: Int)
setNextFocusUpId [androidJvm]
open fun setNextFocusUpId(p0: Int)
setOnApplyWindowInsetsListener [androidJvm]
open fun setOnApplyWindowInsetsListener(p0: View.OnApplyWindowInsetsListener)
setOnCapturedPointerListener [androidJvm]
open fun setOnCapturedPointerListener(p0: View.OnCapturedPointerListener)
setOnClickListener [androidJvm]
open fun setOnClickListener(p0: View.OnClickListener?)
setOnContextClickListener [androidJvm]
open fun setOnContextClickListener(p0: View.OnContextClickListener?)
setOnCreateContextMenuListener [androidJvm]
open fun setOnCreateContextMenuListener(p0: View.OnCreateContextMenuListener)
setOnDragListener [androidJvm]
open fun setOnDragListener(p0: View.OnDragListener)
setOnFocusChangeListener [androidJvm]
open fun setOnFocusChangeListener(p0: View.OnFocusChangeListener)
setOnGenericMotionListener [androidJvm]
open fun setOnGenericMotionListener(p0: View.OnGenericMotionListener)
setOnHierarchyChangeListener [androidJvm]
open fun setOnHierarchyChangeListener(p0: ViewGroup.OnHierarchyChangeListener)
setOnHoverListener [androidJvm]
open fun setOnHoverListener(p0: View.OnHoverListener)
setOnKeyListener [androidJvm]
open fun setOnKeyListener(p0: View.OnKeyListener)
setOnLongClickListener [androidJvm]
open fun setOnLongClickListener(p0: View.OnLongClickListener?)
setOnReceiveContentListener [androidJvm]
open fun setOnReceiveContentListener(p0: Array<String>?, p1: OnReceiveContentListener?)
setOnScrollChangeListener [androidJvm]
open fun setOnScrollChangeListener(p0: View.OnScrollChangeListener)
setOnSystemUiVisibilityChangeListener [androidJvm]
open fun setOnSystemUiVisibilityChangeListener(p0: View.OnSystemUiVisibilityChangeListener)
setOnTouchListener [androidJvm]
open fun setOnTouchListener(p0: View.OnTouchListener)
setOutlineAmbientShadowColor [androidJvm]
open fun setOutlineAmbientShadowColor(p0: Int)
setOutlineProvider [androidJvm]
open fun setOutlineProvider(p0: ViewOutlineProvider)
setOutlineSpotShadowColor [androidJvm]
open fun setOutlineSpotShadowColor(p0: Int)
setOverScrollMode [androidJvm]
open fun setOverScrollMode(p0: Int)
setPadding [androidJvm]
open fun setPadding(p0: Int, p1: Int, p2: Int, p3: Int)
setPaddingRelative [androidJvm]
open fun setPaddingRelative(p0: Int, p1: Int, p2: Int, p3: Int)
setPersistentDrawingCache [androidJvm]
open fun setPersistentDrawingCache(p0: Int)
setPivotX [androidJvm]
open fun setPivotX(p0: Float)
setPivotY [androidJvm]
open fun setPivotY(p0: Float)
setPointerIcon [androidJvm]
open fun setPointerIcon(p0: PointerIcon)
setPreferKeepClear [androidJvm]
fun setPreferKeepClear(p0: Boolean)
setPreferKeepClearRects [androidJvm]
fun setPreferKeepClearRects(p0: MutableList<Rect>)
setPressed [androidJvm]
open fun setPressed(p0: Boolean)
setRenderEffect [androidJvm]
open fun setRenderEffect(p0: RenderEffect?)
setRevealOnFocusHint [androidJvm]
fun setRevealOnFocusHint(p0: Boolean)
setRight [androidJvm]
fun setRight(p0: Int)
setRotation [androidJvm]
open fun setRotation(p0: Float)
setRotationX [androidJvm]
open fun setRotationX(p0: Float)
setRotationY [androidJvm]
open fun setRotationY(p0: Float)
setSaveEnabled [androidJvm]
open fun setSaveEnabled(p0: Boolean)
setSaveFromParentEnabled [androidJvm]
open fun setSaveFromParentEnabled(p0: Boolean)
setScaleX [androidJvm]
open fun setScaleX(p0: Float)
setScaleY [androidJvm]
open fun setScaleY(p0: Float)
setScreenReaderFocusable [androidJvm]
open fun setScreenReaderFocusable(p0: Boolean)
setScrollBarDefaultDelayBeforeFade [androidJvm]
open fun setScrollBarDefaultDelayBeforeFade(p0: Int)
setScrollBarFadeDuration [androidJvm]
open fun setScrollBarFadeDuration(p0: Int)
setScrollbarFadingEnabled [androidJvm]
open fun setScrollbarFadingEnabled(p0: Boolean)
setScrollBarSize [androidJvm]
open fun setScrollBarSize(p0: Int)
setScrollBarStyle [androidJvm]
open fun setScrollBarStyle(p0: Int)
setScrollCaptureCallback [androidJvm]
fun setScrollCaptureCallback(p0: ScrollCaptureCallback?)
setScrollCaptureHint [androidJvm]
open fun setScrollCaptureHint(p0: Int)
setScrollContainer [androidJvm]
open fun setScrollContainer(p0: Boolean)
setScrollIndicators [androidJvm]
open fun setScrollIndicators(p0: Int)
open fun setScrollIndicators(p0: Int, p1: Int)
setScrollX [androidJvm]
open fun setScrollX(p0: Int)
setScrollY [androidJvm]
open fun setScrollY(p0: Int)
setSelected [androidJvm]
open fun setSelected(p0: Boolean)
setSoundEffectsEnabled [androidJvm]
open fun setSoundEffectsEnabled(p0: Boolean)
setStateDescription [androidJvm]
open fun setStateDescription(p0: CharSequence?)
setStateListAnimator [androidJvm]
open fun setStateListAnimator(p0: StateListAnimator)
setSystemGestureExclusionRects [androidJvm]
open fun setSystemGestureExclusionRects(p0: MutableList<Rect>)
setSystemUiVisibility [androidJvm]
open fun setSystemUiVisibility(p0: Int)
setTag [androidJvm]
open fun setTag(p0: Any)
open fun setTag(p0: Int, p1: Any)
setTextAlignment [androidJvm]
open fun setTextAlignment(p0: Int)
setTextDirection [androidJvm]
open fun setTextDirection(p0: Int)
setTooltipText [androidJvm]
open fun setTooltipText(p0: CharSequence?)
setTop [androidJvm]
fun setTop(p0: Int)
setTouchDelegate [androidJvm]
open fun setTouchDelegate(p0: TouchDelegate)
setTouchscreenBlocksFocus [androidJvm]
open fun setTouchscreenBlocksFocus(p0: Boolean)
setTransitionAlpha [androidJvm]
open fun setTransitionAlpha(p0: Float)
setTransitionGroup [androidJvm]
open fun setTransitionGroup(p0: Boolean)
setTransitionName [androidJvm]
fun setTransitionName(p0: String)
setTransitionVisibility [androidJvm]
open fun setTransitionVisibility(p0: Int)
setTranslationX [androidJvm]
open fun setTranslationX(p0: Float)
setTranslationY [androidJvm]
open fun setTranslationY(p0: Float)
setTranslationZ [androidJvm]
open fun setTranslationZ(p0: Float)
setVerticalFadingEdgeEnabled [androidJvm]
open fun setVerticalFadingEdgeEnabled(p0: Boolean)
setVerticalScrollBarEnabled [androidJvm]
open fun setVerticalScrollBarEnabled(p0: Boolean)
setVerticalScrollbarPosition [androidJvm]
open fun setVerticalScrollbarPosition(p0: Int)
setVerticalScrollbarThumbDrawable [androidJvm]
open fun setVerticalScrollbarThumbDrawable(p0: Drawable?)
setVerticalScrollbarTrackDrawable [androidJvm]
open fun setVerticalScrollbarTrackDrawable(p0: Drawable?)
setViewTranslationCallback [androidJvm]
open fun setViewTranslationCallback(p0: ViewTranslationCallback)
setVisibility [androidJvm]
open fun setVisibility(p0: Int)
setWillNotCacheDrawing [androidJvm]
open fun setWillNotCacheDrawing(p0: Boolean)
setWillNotDraw [androidJvm]
open fun setWillNotDraw(p0: Boolean)
setWindowInsetsAnimationCallback [androidJvm]
open override fun setWindowInsetsAnimationCallback(p0: WindowInsetsAnimation.Callback?)
setX [androidJvm]
open fun setX(p0: Float)
setY [androidJvm]
open fun setY(p0: Float)
setZ [androidJvm]
open fun setZ(p0: Float)
shouldDelayChildPressedState [androidJvm]
open override fun shouldDelayChildPressedState(): Boolean
showContextMenu [androidJvm]
open fun showContextMenu(): Boolean
open fun showContextMenu(p0: Float, p1: Float): Boolean
showContextMenuForChild [androidJvm]
open override fun showContextMenuForChild(p0: View): Boolean
open override fun showContextMenuForChild(p0: View, p1: Float, p2: Float): Boolean
startActionMode [androidJvm]
open fun startActionMode(p0: ActionMode.Callback): ActionMode
open fun startActionMode(p0: ActionMode.Callback, p1: Int): ActionMode
startActionModeForChild [androidJvm]
open override fun startActionModeForChild(p0: View, p1: ActionMode.Callback): ActionMode
open override fun startActionModeForChild(p0: View, p1: ActionMode.Callback, p2: Int): ActionMode
startAnimation [androidJvm]
open fun startAnimation(p0: Animation)
startDrag [androidJvm]
fun startDrag(p0: ClipData, p1: View.DragShadowBuilder, p2: Any, p3: Int): Boolean
startDragAndDrop [androidJvm]
fun startDragAndDrop(p0: ClipData, p1: View.DragShadowBuilder, p2: Any, p3: Int): Boolean
startLayoutAnimation [androidJvm]
open fun startLayoutAnimation()
startNestedScroll [androidJvm]
open fun startNestedScroll(p0: Int): Boolean
startViewTransition [androidJvm]
open fun startViewTransition(p0: View)
stopNestedScroll [androidJvm]
open fun stopNestedScroll()
suppressLayout [androidJvm]
open fun suppressLayout(p0: Boolean)
toString [androidJvm]
open override fun toString(): String
transformMatrixToGlobal [androidJvm]
open fun transformMatrixToGlobal(p0: Matrix)
transformMatrixToLocal [androidJvm]
open fun transformMatrixToLocal(p0: Matrix)
unscheduleDrawable [androidJvm]
open fun unscheduleDrawable(p0: Drawable)
open override fun unscheduleDrawable(p0: Drawable, p1: Runnable)
updateDragShadow [androidJvm]
fun updateDragShadow(p0: View.DragShadowBuilder)
updateViewLayout [androidJvm]
open override fun updateViewLayout(p0: View, p1: ViewGroup.LayoutParams)
willNotCacheDrawing [androidJvm]
open fun willNotCacheDrawing(): Boolean
willNotDraw [androidJvm]
open fun willNotDraw(): Boolean