MapView

open class MapView : FrameLayout, MapPluginProviderDelegate, MapControllable

A MapView provides an embeddable map interface. You use this class to display map information and to manipulate the map contents from your application. You can center the map on a given coordinate, specify the size of the area you want to display, and style the features of the map to fit your application's use case.

Use of MapView requires a Mapbox API access token. Obtain an access token on the Mapbox account page.

<strong>Warning:</strong> Please note that you are responsible for getting permission to use the map data, and for ensuring your use adheres to the relevant terms of use.

Constructors

MapView
Link copied to clipboard
fun MapView(context: Context, mapInitOptions: MapInitOptions = MapInitOptions(context))
Build a MapView with Context and MapInitOptions objects.
MapView
Link copied to clipboard
fun MapView(context: Context, attrs: AttributeSet?)
Build a MapView with Context and AttributeSet objects.
MapView
Link copied to clipboard
fun MapView(context: Context, attrs: AttributeSet?, defStyleAttr: Int)
Build a MapView with a Context object, a AttributeSet object, and an Int which represents a style resource file.

Types

Companion
Link copied to clipboard
object Companion
Static variables and methods.
OnSnapshotReady
Link copied to clipboard
fun fun interface OnSnapshotReady
Interface for getting snapshot result Bitmap.

Functions

addChildrenForAccessibility
Link copied to clipboard
open override fun addChildrenForAccessibility(p0: ArrayList<View>)
addExtraDataToAccessibilityNodeInfo
Link copied to clipboard
open override fun addExtraDataToAccessibilityNodeInfo(p0: AccessibilityNodeInfo, p1: String, p2: Bundle?)
addFocusables
Link copied to clipboard
open fun addFocusables(p0: ArrayList<View>, p1: Int)
open override fun addFocusables(p0: ArrayList<View>, p1: Int, p2: Int)
addKeyboardNavigationClusters
Link copied to clipboard
open override fun addKeyboardNavigationClusters(p0: MutableCollection<View>, p1: Int)
addOnAttachStateChangeListener
Link copied to clipboard
open fun addOnAttachStateChangeListener(p0: View.OnAttachStateChangeListener)
addOnLayoutChangeListener
Link copied to clipboard
open fun addOnLayoutChangeListener(p0: View.OnLayoutChangeListener)
addOnUnhandledKeyEventListener
Link copied to clipboard
open fun addOnUnhandledKeyEventListener(p0: View.OnUnhandledKeyEventListener)
addStatesFromChildren
Link copied to clipboard
open fun addStatesFromChildren(): Boolean
addTouchables
Link copied to clipboard
open override fun addTouchables(p0: ArrayList<View>)
addView
Link copied to clipboard
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)
addViewInLayout
Link copied to clipboard
open fun addViewInLayout(p0: View, p1: Int, p2: ViewGroup.LayoutParams): Boolean
open fun addViewInLayout(p0: View, p1: Int, p2: ViewGroup.LayoutParams, p3: Boolean): Boolean
animate
Link copied to clipboard
open fun animate(): ViewPropertyAnimator
announceForAccessibility
Link copied to clipboard
open fun announceForAccessibility(p0: CharSequence)
attachLayoutAnimationParameters
Link copied to clipboard
open fun attachLayoutAnimationParameters(p0: View, p1: ViewGroup.LayoutParams, p2: Int, p3: Int)
attachViewToParent
Link copied to clipboard
open fun attachViewToParent(p0: View, p1: Int, p2: ViewGroup.LayoutParams)
autofill
Link copied to clipboard
open fun autofill(p0: SparseArray<AutofillValue>)
open fun autofill(p0: AutofillValue)
awakenScrollBars
Link copied to clipboard
open fun awakenScrollBars(): Boolean
open fun awakenScrollBars(p0: Int): Boolean
open fun awakenScrollBars(p0: Int, p1: Boolean): Boolean
bringChildToFront
Link copied to clipboard
open override fun bringChildToFront(p0: View)
bringToFront
Link copied to clipboard
open fun bringToFront()
buildDrawingCache
Link copied to clipboard
open fun buildDrawingCache()
open fun buildDrawingCache(p0: Boolean)
buildLayer
Link copied to clipboard
open fun buildLayer()
callOnClick
Link copied to clipboard
open fun callOnClick(): Boolean
canAnimate
Link copied to clipboard
open fun canAnimate(): Boolean
cancelDragAndDrop
Link copied to clipboard
fun cancelDragAndDrop()
cancelLongPress
Link copied to clipboard
open fun cancelLongPress()
cancelPendingInputEvents
Link copied to clipboard
fun cancelPendingInputEvents()
canResolveLayoutDirection
Link copied to clipboard
open fun canResolveLayoutDirection(): Boolean
canResolveTextAlignment
Link copied to clipboard
open fun canResolveTextAlignment(): Boolean
canResolveTextDirection
Link copied to clipboard
open fun canResolveTextDirection(): Boolean
canScrollHorizontally
Link copied to clipboard
open fun canScrollHorizontally(p0: Int): Boolean
canScrollVertically
Link copied to clipboard
open fun canScrollVertically(p0: Int): Boolean
checkInputConnectionProxy
Link copied to clipboard
open fun checkInputConnectionProxy(p0: View): Boolean
checkLayoutParams
Link copied to clipboard
open override fun checkLayoutParams(p0: ViewGroup.LayoutParams): Boolean
childDrawableStateChanged
Link copied to clipboard
open override fun childDrawableStateChanged(p0: View)
childHasTransientStateChanged
Link copied to clipboard
open override fun childHasTransientStateChanged(p0: View, p1: Boolean)
cleanupLayoutState
Link copied to clipboard
open fun cleanupLayoutState(p0: View)
clearAnimation
Link copied to clipboard
open fun clearAnimation()
clearChildFocus
Link copied to clipboard
open override fun clearChildFocus(p0: View)
clearDisappearingChildren
Link copied to clipboard
open fun clearDisappearingChildren()
clearFocus
Link copied to clipboard
open override fun clearFocus()
computeHorizontalScrollExtent
Link copied to clipboard
open fun computeHorizontalScrollExtent(): Int
computeHorizontalScrollOffset
Link copied to clipboard
open fun computeHorizontalScrollOffset(): Int
computeHorizontalScrollRange
Link copied to clipboard
open fun computeHorizontalScrollRange(): Int
computeScroll
Link copied to clipboard
open fun computeScroll()
computeSystemWindowInsets
Link copied to clipboard
open fun computeSystemWindowInsets(p0: WindowInsets, p1: Rect): WindowInsets
computeVerticalScrollExtent
Link copied to clipboard
open fun computeVerticalScrollExtent(): Int
computeVerticalScrollOffset
Link copied to clipboard
open fun computeVerticalScrollOffset(): Int
computeVerticalScrollRange
Link copied to clipboard
open fun computeVerticalScrollRange(): Int
createAccessibilityNodeInfo
Link copied to clipboard
open fun createAccessibilityNodeInfo(): AccessibilityNodeInfo
createContextMenu
Link copied to clipboard
open fun createContextMenu(p0: ContextMenu)
createPlugin
Link copied to clipboard
fun createPlugin(plugin: Plugin)
Create a new plugin instance that will be added to the map.
debug
Link copied to clipboard
open fun debug(p0: Int)
destroyDrawingCache
Link copied to clipboard
open fun destroyDrawingCache()
detachAllViewsFromParent
Link copied to clipboard
open fun detachAllViewsFromParent()
detachViewFromParent
Link copied to clipboard
open fun detachViewFromParent(p0: View)
open fun detachViewFromParent(p0: Int)
detachViewsFromParent
Link copied to clipboard
open fun detachViewsFromParent(p0: Int, p1: Int)
dispatchApplyWindowInsets
Link copied to clipboard
open override fun dispatchApplyWindowInsets(p0: WindowInsets): WindowInsets
dispatchCapturedPointerEvent
Link copied to clipboard
open override fun dispatchCapturedPointerEvent(p0: MotionEvent): Boolean
dispatchConfigurationChanged
Link copied to clipboard
open override fun dispatchConfigurationChanged(p0: Configuration)
dispatchDisplayHint
Link copied to clipboard
open override fun dispatchDisplayHint(p0: Int)
dispatchDragEvent
Link copied to clipboard
open override fun dispatchDragEvent(p0: DragEvent): Boolean
dispatchDraw
Link copied to clipboard
open override fun dispatchDraw(p0: Canvas)
dispatchDrawableHotspotChanged
Link copied to clipboard
open override fun dispatchDrawableHotspotChanged(p0: Float, p1: Float)
dispatchFinishTemporaryDetach
Link copied to clipboard
open override fun dispatchFinishTemporaryDetach()
dispatchFreezeSelfOnly
Link copied to clipboard
open fun dispatchFreezeSelfOnly(p0: SparseArray<Parcelable>)
dispatchGenericFocusedEvent
Link copied to clipboard
open override fun dispatchGenericFocusedEvent(p0: MotionEvent): Boolean
dispatchGenericMotionEvent
Link copied to clipboard
open fun dispatchGenericMotionEvent(p0: MotionEvent): Boolean
dispatchGenericPointerEvent
Link copied to clipboard
open override fun dispatchGenericPointerEvent(p0: MotionEvent): Boolean
dispatchHoverEvent
Link copied to clipboard
open override fun dispatchHoverEvent(p0: MotionEvent): Boolean
dispatchKeyEvent
Link copied to clipboard
open override fun dispatchKeyEvent(p0: KeyEvent): Boolean
dispatchKeyEventPreIme
Link copied to clipboard
open override fun dispatchKeyEventPreIme(p0: KeyEvent): Boolean
dispatchKeyShortcutEvent
Link copied to clipboard
open override fun dispatchKeyShortcutEvent(p0: KeyEvent): Boolean
dispatchNestedFling
Link copied to clipboard
open fun dispatchNestedFling(p0: Float, p1: Float, p2: Boolean): Boolean
dispatchNestedPreFling
Link copied to clipboard
open fun dispatchNestedPreFling(p0: Float, p1: Float): Boolean
open fun dispatchNestedPrePerformAccessibilityAction(p0: Int, p1: Bundle): Boolean
dispatchNestedPreScroll
Link copied to clipboard
open fun dispatchNestedPreScroll(p0: Int, p1: Int, p2: IntArray?, p3: IntArray?): Boolean
dispatchNestedScroll
Link copied to clipboard
open fun dispatchNestedScroll(p0: Int, p1: Int, p2: Int, p3: Int, p4: IntArray?): Boolean
dispatchPointerCaptureChanged
Link copied to clipboard
open override fun dispatchPointerCaptureChanged(p0: Boolean)
dispatchPopulateAccessibilityEvent
Link copied to clipboard
open fun dispatchPopulateAccessibilityEvent(p0: AccessibilityEvent): Boolean
dispatchProvideAutofillStructure
Link copied to clipboard
open override fun dispatchProvideAutofillStructure(p0: ViewStructure, p1: Int)
dispatchProvideStructure
Link copied to clipboard
open override fun dispatchProvideStructure(p0: ViewStructure)
dispatchRestoreInstanceState
Link copied to clipboard
open override fun dispatchRestoreInstanceState(p0: SparseArray<Parcelable>)
dispatchSaveInstanceState
Link copied to clipboard
open override fun dispatchSaveInstanceState(p0: SparseArray<Parcelable>)
dispatchSetActivated
Link copied to clipboard
open override fun dispatchSetActivated(p0: Boolean)
dispatchSetPressed
Link copied to clipboard
open override fun dispatchSetPressed(p0: Boolean)
dispatchSetSelected
Link copied to clipboard
open override fun dispatchSetSelected(p0: Boolean)
dispatchStartTemporaryDetach
Link copied to clipboard
open override fun dispatchStartTemporaryDetach()
dispatchSystemUiVisibilityChanged
Link copied to clipboard
open override fun dispatchSystemUiVisibilityChanged(p0: Int)
dispatchThawSelfOnly
Link copied to clipboard
open fun dispatchThawSelfOnly(p0: SparseArray<Parcelable>)
dispatchTouchEvent
Link copied to clipboard
open override fun dispatchTouchEvent(p0: MotionEvent): Boolean
dispatchTrackballEvent
Link copied to clipboard
open override fun dispatchTrackballEvent(p0: MotionEvent): Boolean
dispatchUnhandledMove
Link copied to clipboard
open override fun dispatchUnhandledMove(p0: View, p1: Int): Boolean
dispatchVisibilityChanged
Link copied to clipboard
open override fun dispatchVisibilityChanged(p0: View, p1: Int)
dispatchWindowFocusChanged
Link copied to clipboard
open override fun dispatchWindowFocusChanged(p0: Boolean)
dispatchWindowInsetsAnimationEnd
Link copied to clipboard
open override fun dispatchWindowInsetsAnimationEnd(p0: WindowInsetsAnimation)
dispatchWindowInsetsAnimationPrepare
Link copied to clipboard
open override fun dispatchWindowInsetsAnimationPrepare(p0: WindowInsetsAnimation)
dispatchWindowInsetsAnimationProgress
Link copied to clipboard
open override fun dispatchWindowInsetsAnimationProgress(p0: WindowInsets, p1: MutableList<WindowInsetsAnimation>): WindowInsets
dispatchWindowSystemUiVisiblityChanged
Link copied to clipboard
open override fun dispatchWindowSystemUiVisiblityChanged(p0: Int)
dispatchWindowVisibilityChanged
Link copied to clipboard
open override fun dispatchWindowVisibilityChanged(p0: Int)
draw
Link copied to clipboard
open fun draw(p0: Canvas)
drawableHotspotChanged
Link copied to clipboard
open fun drawableHotspotChanged(p0: Float, p1: Float)
drawableStateChanged
Link copied to clipboard
open override fun drawableStateChanged()
drawChild
Link copied to clipboard
open fun drawChild(p0: Canvas, p1: View, p2: Long): Boolean
endViewTransition
Link copied to clipboard
open fun endViewTransition(p0: View)
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
findFocus
Link copied to clipboard
open override fun findFocus(): View
findViewById
Link copied to clipboard
fun <T : View> findViewById(p0: Int): T
findViewsWithText
Link copied to clipboard
open override fun findViewsWithText(p0: ArrayList<View>, p1: CharSequence, p2: Int)
findViewWithTag
Link copied to clipboard
fun <T : View> findViewWithTag(p0: Any): T
fitSystemWindows
Link copied to clipboard
open fun fitSystemWindows(p0: Rect): Boolean
focusableViewAvailable
Link copied to clipboard
open override fun focusableViewAvailable(p0: View)
focusSearch
Link copied to clipboard
open fun focusSearch(p0: Int): View
open override fun focusSearch(p0: View, p1: Int): View
forceHasOverlappingRendering
Link copied to clipboard
open fun forceHasOverlappingRendering(p0: Boolean)
forceLayout
Link copied to clipboard
open fun forceLayout()
gatherTransparentRegion
Link copied to clipboard
open fun gatherTransparentRegion(p0: Region): Boolean
generateDefaultLayoutParams
Link copied to clipboard
open override fun generateDefaultLayoutParams(): FrameLayout.LayoutParams
generateLayoutParams
Link copied to clipboard
open override fun generateLayoutParams(p0: AttributeSet): FrameLayout.LayoutParams
open override fun generateLayoutParams(p0: ViewGroup.LayoutParams): ViewGroup.LayoutParams
getAccessibilityClassName
Link copied to clipboard
open override fun getAccessibilityClassName(): CharSequence
getAccessibilityDelegate
Link copied to clipboard
open fun getAccessibilityDelegate(): View.AccessibilityDelegate
getAccessibilityLiveRegion
Link copied to clipboard
open fun getAccessibilityLiveRegion(): Int
getAccessibilityNodeProvider
Link copied to clipboard
open fun getAccessibilityNodeProvider(): AccessibilityNodeProvider
getAccessibilityPaneTitle
Link copied to clipboard
open fun getAccessibilityPaneTitle(): CharSequence?
getAccessibilityTraversalAfter
Link copied to clipboard
open fun getAccessibilityTraversalAfter(): Int
getAccessibilityTraversalBefore
Link copied to clipboard
open fun getAccessibilityTraversalBefore(): Int
getAlpha
Link copied to clipboard
open fun getAlpha(): Float
getAnimation
Link copied to clipboard
open fun getAnimation(): Animation
getAnimationMatrix
Link copied to clipboard
open fun getAnimationMatrix(): Matrix?
getApplicationWindowToken
Link copied to clipboard
open fun getApplicationWindowToken(): IBinder
getAttributeResolutionStack
Link copied to clipboard
open fun getAttributeResolutionStack(p0: Int): IntArray
getAttributeSourceResourceMap
Link copied to clipboard
open fun getAttributeSourceResourceMap(): MutableMap<Int, Int>
getAutofillHints
Link copied to clipboard
open fun getAutofillHints(): Array<String>?
getAutofillId
Link copied to clipboard
fun getAutofillId(): AutofillId
getAutofillType
Link copied to clipboard
open fun getAutofillType(): Int
getAutofillValue
Link copied to clipboard
open fun getAutofillValue(): AutofillValue?
getBackground
Link copied to clipboard
open fun getBackground(): Drawable
getBackgroundTintBlendMode
Link copied to clipboard
open fun getBackgroundTintBlendMode(): BlendMode?
getBackgroundTintList
Link copied to clipboard
open fun getBackgroundTintList(): ColorStateList?
getBackgroundTintMode
Link copied to clipboard
open fun getBackgroundTintMode(): PorterDuff.Mode?
getBaseline
Link copied to clipboard
open fun getBaseline(): Int
getBottom
Link copied to clipboard
fun getBottom(): Int
getBottomFadingEdgeStrength
Link copied to clipboard
open fun getBottomFadingEdgeStrength(): Float
getBottomPaddingOffset
Link copied to clipboard
open fun getBottomPaddingOffset(): Int
getCameraDistance
Link copied to clipboard
open fun getCameraDistance(): Float
getChildAt
Link copied to clipboard
open fun getChildAt(p0: Int): View
getChildCount
Link copied to clipboard
open fun getChildCount(): Int
getChildDrawingOrder
Link copied to clipboard
fun getChildDrawingOrder(p0: Int): Int
open fun getChildDrawingOrder(p0: Int, p1: Int): Int
getChildStaticTransformation
Link copied to clipboard
open fun getChildStaticTransformation(p0: View, p1: Transformation): Boolean
getChildVisibleRect
Link copied to clipboard
open override fun getChildVisibleRect(p0: View, p1: Rect, p2: Point): Boolean
getClipBounds
Link copied to clipboard
open fun getClipBounds(): Rect
open fun getClipBounds(p0: Rect): Boolean
getClipChildren
Link copied to clipboard
open fun getClipChildren(): Boolean
getClipToOutline
Link copied to clipboard
fun getClipToOutline(): Boolean
getClipToPadding
Link copied to clipboard
open fun getClipToPadding(): Boolean
getConsiderGoneChildrenWhenMeasuring
Link copied to clipboard
open fun getConsiderGoneChildrenWhenMeasuring(): Boolean
getContentCaptureSession
Link copied to clipboard
fun getContentCaptureSession(): ContentCaptureSession?
getContentDescription
Link copied to clipboard
open fun getContentDescription(): CharSequence
getContext
Link copied to clipboard
fun getContext(): Context
getContextMenuInfo
Link copied to clipboard
open fun getContextMenuInfo(): ContextMenu.ContextMenuInfo
getDefaultFocusHighlightEnabled
Link copied to clipboard
fun getDefaultFocusHighlightEnabled(): Boolean
getDescendantFocusability
Link copied to clipboard
open fun getDescendantFocusability(): Int
getDisplay
Link copied to clipboard
open fun getDisplay(): Display
getDrawableState
Link copied to clipboard
fun getDrawableState(): IntArray
getDrawingCache
Link copied to clipboard
open fun getDrawingCache(): Bitmap
open fun getDrawingCache(p0: Boolean): Bitmap
getDrawingCacheBackgroundColor
Link copied to clipboard
open fun getDrawingCacheBackgroundColor(): Int
getDrawingCacheQuality
Link copied to clipboard
open fun getDrawingCacheQuality(): Int
getDrawingRect
Link copied to clipboard
open fun getDrawingRect(p0: Rect)
getDrawingTime
Link copied to clipboard
open fun getDrawingTime(): Long
getElevation
Link copied to clipboard
open fun getElevation(): Float
getExplicitStyle
Link copied to clipboard
open fun getExplicitStyle(): Int
getFilterTouchesWhenObscured
Link copied to clipboard
open fun getFilterTouchesWhenObscured(): Boolean
getFitsSystemWindows
Link copied to clipboard
open fun getFitsSystemWindows(): Boolean
getFocusable
Link copied to clipboard
open fun getFocusable(): Int
getFocusables
Link copied to clipboard
open fun getFocusables(p0: Int): ArrayList<View>
getFocusedChild
Link copied to clipboard
open fun getFocusedChild(): View
getFocusedRect
Link copied to clipboard
open fun getFocusedRect(p0: Rect)
getForeground
Link copied to clipboard
open fun getForeground(): Drawable
getForegroundGravity
Link copied to clipboard
open fun getForegroundGravity(): Int
getForegroundTintBlendMode
Link copied to clipboard
open fun getForegroundTintBlendMode(): BlendMode?
getForegroundTintList
Link copied to clipboard
open fun getForegroundTintList(): ColorStateList?
getForegroundTintMode
Link copied to clipboard
open fun getForegroundTintMode(): PorterDuff.Mode?
getGlobalVisibleRect
Link copied to clipboard
fun getGlobalVisibleRect(p0: Rect): Boolean
open fun getGlobalVisibleRect(p0: Rect, p1: Point): Boolean
getHandler
Link copied to clipboard
open fun getHandler(): Handler
getHasOverlappingRendering
Link copied to clipboard
fun getHasOverlappingRendering(): Boolean
getHeight
Link copied to clipboard
fun getHeight(): Int
getHitRect
Link copied to clipboard
open fun getHitRect(p0: Rect)
getHorizontalFadingEdgeLength
Link copied to clipboard
open fun getHorizontalFadingEdgeLength(): Int
getHorizontalScrollbarHeight
Link copied to clipboard
open fun getHorizontalScrollbarHeight(): Int
getHorizontalScrollbarThumbDrawable
Link copied to clipboard
open fun getHorizontalScrollbarThumbDrawable(): Drawable?
getHorizontalScrollbarTrackDrawable
Link copied to clipboard
open fun getHorizontalScrollbarTrackDrawable(): Drawable?
getId
Link copied to clipboard
open fun getId(): Int
getImportantForAccessibility
Link copied to clipboard
open fun getImportantForAccessibility(): Int
getImportantForAutofill
Link copied to clipboard
open fun getImportantForAutofill(): Int
getImportantForContentCapture
Link copied to clipboard
open fun getImportantForContentCapture(): Int
getKeepScreenOn
Link copied to clipboard
open fun getKeepScreenOn(): Boolean
getKeyDispatcherState
Link copied to clipboard
open fun getKeyDispatcherState(): KeyEvent.DispatcherState
getLabelFor
Link copied to clipboard
open fun getLabelFor(): Int
getLayerType
Link copied to clipboard
open fun getLayerType(): Int
getLayoutAnimation
Link copied to clipboard
open fun getLayoutAnimation(): LayoutAnimationController
getLayoutAnimationListener
Link copied to clipboard
open fun getLayoutAnimationListener(): Animation.AnimationListener
getLayoutDirection
Link copied to clipboard
open fun getLayoutDirection(): Int
getLayoutMode
Link copied to clipboard
open fun getLayoutMode(): Int
getLayoutParams
Link copied to clipboard
open fun getLayoutParams(): ViewGroup.LayoutParams
getLayoutTransition
Link copied to clipboard
open fun getLayoutTransition(): LayoutTransition
getLeft
Link copied to clipboard
fun getLeft(): Int
getLeftFadingEdgeStrength
Link copied to clipboard
open fun getLeftFadingEdgeStrength(): Float
getLeftPaddingOffset
Link copied to clipboard
open fun getLeftPaddingOffset(): Int
getLocalVisibleRect
Link copied to clipboard
fun getLocalVisibleRect(p0: Rect): Boolean
getLocationInSurface
Link copied to clipboard
open fun getLocationInSurface(p0: IntArray)
getLocationInWindow
Link copied to clipboard
open fun getLocationInWindow(p0: IntArray)
getLocationOnScreen
Link copied to clipboard
open fun getLocationOnScreen(p0: IntArray)
getMapboxMap
Link copied to clipboard
open override fun getMapboxMap(): MapboxMap
Returns a MapboxMap object that can be used to interact with the map.
getMatrix
Link copied to clipboard
open fun getMatrix(): Matrix
getMeasureAllChildren
Link copied to clipboard
open fun getMeasureAllChildren(): Boolean
getMeasuredHeight
Link copied to clipboard
fun getMeasuredHeight(): Int
getMeasuredHeightAndState
Link copied to clipboard
fun getMeasuredHeightAndState(): Int
getMeasuredState
Link copied to clipboard
fun getMeasuredState(): Int
getMeasuredWidth
Link copied to clipboard
fun getMeasuredWidth(): Int
getMeasuredWidthAndState
Link copied to clipboard
fun getMeasuredWidthAndState(): Int
getMinimumHeight
Link copied to clipboard
open fun getMinimumHeight(): Int
getMinimumWidth
Link copied to clipboard
open fun getMinimumWidth(): Int
getNestedScrollAxes
Link copied to clipboard
open fun getNestedScrollAxes(): Int
getNextClusterForwardId
Link copied to clipboard
open fun getNextClusterForwardId(): Int
getNextFocusDownId
Link copied to clipboard
open fun getNextFocusDownId(): Int
getNextFocusForwardId
Link copied to clipboard
open fun getNextFocusForwardId(): Int
getNextFocusLeftId
Link copied to clipboard
open fun getNextFocusLeftId(): Int
getNextFocusRightId
Link copied to clipboard
open fun getNextFocusRightId(): Int
getNextFocusUpId
Link copied to clipboard
open fun getNextFocusUpId(): Int
getOnFocusChangeListener
Link copied to clipboard
open fun getOnFocusChangeListener(): View.OnFocusChangeListener
getOutlineAmbientShadowColor
Link copied to clipboard
open fun getOutlineAmbientShadowColor(): Int
getOutlineProvider
Link copied to clipboard
open fun getOutlineProvider(): ViewOutlineProvider
getOutlineSpotShadowColor
Link copied to clipboard
open fun getOutlineSpotShadowColor(): Int
getOverlay
Link copied to clipboard
open override fun getOverlay(): ViewGroupOverlay
getOverScrollMode
Link copied to clipboard
open fun getOverScrollMode(): Int
getPaddingBottom
Link copied to clipboard
open fun getPaddingBottom(): Int
getPaddingEnd
Link copied to clipboard
open fun getPaddingEnd(): Int
getPaddingLeft
Link copied to clipboard
open fun getPaddingLeft(): Int
getPaddingRight
Link copied to clipboard
open fun getPaddingRight(): Int
getPaddingStart
Link copied to clipboard
open fun getPaddingStart(): Int
getPaddingTop
Link copied to clipboard
open fun getPaddingTop(): Int
getParent
Link copied to clipboard
fun getParent(): ViewParent
getParentForAccessibility
Link copied to clipboard
open fun getParentForAccessibility(): ViewParent
getPersistentDrawingCache
Link copied to clipboard
open fun getPersistentDrawingCache(): Int
getPivotX
Link copied to clipboard
open fun getPivotX(): Float
getPivotY
Link copied to clipboard
open fun getPivotY(): Float
getPlugin
Link copied to clipboard
open override fun <T : MapPlugin> getPlugin(id: String): T?
Get the plugin instance.
getPointerIcon
Link copied to clipboard
open fun getPointerIcon(): PointerIcon
getResources
Link copied to clipboard
open fun getResources(): Resources
getRevealOnFocusHint
Link copied to clipboard
fun getRevealOnFocusHint(): Boolean
getRight
Link copied to clipboard
fun getRight(): Int
getRightFadingEdgeStrength
Link copied to clipboard
open fun getRightFadingEdgeStrength(): Float
getRightPaddingOffset
Link copied to clipboard
open fun getRightPaddingOffset(): Int
getRootView
Link copied to clipboard
open fun getRootView(): View
getRootWindowInsets
Link copied to clipboard
open fun getRootWindowInsets(): WindowInsets
getRotation
Link copied to clipboard
open fun getRotation(): Float
getRotationX
Link copied to clipboard
open fun getRotationX(): Float
getRotationY
Link copied to clipboard
open fun getRotationY(): Float
getScaleX
Link copied to clipboard
open fun getScaleX(): Float
getScaleY
Link copied to clipboard
open fun getScaleY(): Float
getScrollBarDefaultDelayBeforeFade
Link copied to clipboard
open fun getScrollBarDefaultDelayBeforeFade(): Int
getScrollBarFadeDuration
Link copied to clipboard
open fun getScrollBarFadeDuration(): Int
getScrollBarSize
Link copied to clipboard
open fun getScrollBarSize(): Int
getScrollBarStyle
Link copied to clipboard
open fun getScrollBarStyle(): Int
getScrollIndicators
Link copied to clipboard
open fun getScrollIndicators(): Int
getScrollX
Link copied to clipboard
fun getScrollX(): Int
getScrollY
Link copied to clipboard
fun getScrollY(): Int
getSolidColor
Link copied to clipboard
open fun getSolidColor(): Int
getSourceLayoutResId
Link copied to clipboard
open fun getSourceLayoutResId(): Int
getStateDescription
Link copied to clipboard
fun getStateDescription(): CharSequence?
getStateListAnimator
Link copied to clipboard
open fun getStateListAnimator(): StateListAnimator