Home
last modified time | relevance | path

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

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