FloatingFixedView

open class FloatingFixedView(val view: View, val startX: Int, val startY: Int)

Fixed floating view that anchors an overlay at a given position.

지정한 위치에 오버레이를 고정하는 플로팅 뷰이며 드래그 뷰의 기반 클래스입니다.

Key features:

주요 기능:

  • API level-specific layout parameter configuration.

  • View bounds calculation.

  • Floating overlay permission handling.

Inheritors

Constructors

Link copied to clipboard
constructor(view: View, startX: Int, startY: Int)

Properties

Link copied to clipboard

Layout parameters for the floating view.

플로팅 뷰의 레이아웃 파라미터입니다.

Link copied to clipboard
val startX: Int
Link copied to clipboard
val startY: Int
Link copied to clipboard
val view: View

Functions

Link copied to clipboard
fun getRect(): Rect

Calculates the bounds of the floating view.

플로팅 뷰의 영역을 계산합니다.