Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
H A DBubbleBarExpandedView.java229 final int captionBottom = t + mCaptionHeight; in onLayout() local
236 mHandleView.layout(l, t, r, captionBottom); in onLayout()