Home
last modified time | relevance | path

Searched refs:getExclusionRectHeight (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBaseBubblePinController.kt113 protected abstract fun getExclusionRectHeight(): Float in <lambda>() method
133 val rect = RectF(0f, 0f, getExclusionRectWidth(), getExclusionRectHeight()) in <lambda>()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleExpandedViewPinController.kt56 override fun getExclusionRectHeight(): Float { in getExclusionRectHeight() method in com.android.wm.shell.bubbles.bar.BubbleExpandedViewPinController