library
/
com.secoo.coobox.library.util.viewrect
/
OnViewChangedInRectListener
On
View
Changed
In
Rect
Listener
interface
OnViewChangedInRectListener
Content copied to clipboard
视图 与 矩形区域 变化监听器
Functions
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
onViewAppearedInRect
Link copied to clipboard
abstract fun
onViewAppearedInRect
(view:
View
, targetRect:
Rect
)
Content copied to clipboard
当视图出现在 目标矩形区域时 回调
onViewDisappearedInRect
Link copied to clipboard
abstract fun
onViewDisappearedInRect
(view:
View
, targetRect:
Rect
)
Content copied to clipboard
当视图从 目标矩形区域 消失时回调
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard