Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DHandleMenu.java96 private final int mCaptionHeight; field in HandleMenu
116 mCaptionHeight = captionHeight; in HandleMenu()
146 mHandleMenuAnimator = new HandleMenuAnimator(handleMenuView, mMenuWidth, mCaptionHeight); in createHandleMenuViewContainer()
457 private int mCaptionHeight; field in HandleMenu.Builder
496 mCaptionHeight = captionHeight; in setCaptionHeight()
513 mShowWindowingPill, mCaptionHeight); in build()
DWindowDecoration.java238 outResult.mCaptionHeight = loadDimensionPixelSize(resources, params.mCaptionHeightId); in updateViewsAndSurfaces()
324 outResult.mCaptionHeight) in updateCaptionContainerSurface()
343 captionInsetsRect.bottom = captionInsetsRect.top + outResult.mCaptionHeight; in updateCaptionInsets()
441 new WindowManager.LayoutParams(outResult.mCaptionWidth, outResult.mCaptionHeight, in updateViewHost()
716 int mCaptionHeight; field in WindowDecoration.RelayoutResult
727 mCaptionHeight = 0; in reset()
DDesktopModeWindowDecoration.java749 .setCaptionHeight(mResult.mCaptionHeight)
857 && inputPoint.y <= mResult.mCaptionHeight;
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/bar/
DBubbleBarExpandedView.java96 private int mCaptionHeight; field in BubbleBarExpandedView
136 mCaptionHeight = context.getResources().getDimensionPixelSize( in onFinishInflate()
240 mCaptionHeight = getResources().getDimensionPixelSize( in applyThemeAttrs()
265 mTaskView.setCaptionInsets(Insets.of(0, mCaptionHeight, 0, 0)); in onLayout()