Searched refs:underlyingObject (Results 1 – 4 of 4) sorted by relevance
63 val underlyingObject: T,73 abstract fun getWidth(underlyingObject: T): Float76 abstract fun getHeight(underlyingObject: T): Float82 abstract fun getLocationOnScreen(underlyingObject: T, loc: IntArray)496 getLocationOnScreen(underlyingObject, objectLocationOnScreen)502 getWidth(underlyingObject) / 2f - objectLocationOnScreen[0]693 override fun getWidth(underlyingObject: T): Float {694 return underlyingObject.width.toFloat()697 override fun getHeight(underlyingObject: T): Float {698 return underlyingObject.height.toFloat() }[all …]
53 private val underlyingObject = this regex119 context, underlyingObject, xProperty, yProperty) {120 override fun getWidth(underlyingObject: MagnetizedObjectTest): Float {124 override fun getHeight(underlyingObject: MagnetizedObjectTest): Float {129 underlyingObject: MagnetizedObjectTest,
314 public float getWidth(@NonNull View underlyingObject) { in prepareForBubbleDrag()319 public float getHeight(@NonNull View underlyingObject) { in prepareForBubbleDrag()324 public void getLocationOnScreen(@NonNull View underlyingObject, @NonNull int[] loc) { in prepareForBubbleDrag()
1025 public float getWidth(@NonNull StackAnimationController underlyingObject) { in getMagnetizedStack()1030 public float getHeight(@NonNull StackAnimationController underlyingObject) { in getMagnetizedStack()1035 public void getLocationOnScreen(@NonNull StackAnimationController underlyingObject, in getMagnetizedStack()