Searched refs:mCaptionHeight (Results 1 – 4 of 4) sorted by relevance
96 private final int mCaptionHeight; field in HandleMenu116 mCaptionHeight = captionHeight; in HandleMenu()146 mHandleMenuAnimator = new HandleMenuAnimator(handleMenuView, mMenuWidth, mCaptionHeight); in createHandleMenuViewContainer()457 private int mCaptionHeight; field in HandleMenu.Builder496 mCaptionHeight = captionHeight; in setCaptionHeight()513 mShowWindowingPill, mCaptionHeight); in build()
238 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.RelayoutResult727 mCaptionHeight = 0; in reset()
749 .setCaptionHeight(mResult.mCaptionHeight)857 && inputPoint.y <= mResult.mCaptionHeight;
96 private int mCaptionHeight; field in BubbleBarExpandedView136 mCaptionHeight = context.getResources().getDimensionPixelSize( in onFinishInflate()240 mCaptionHeight = getResources().getDimensionPixelSize( in applyThemeAttrs()265 mTaskView.setCaptionInsets(Insets.of(0, mCaptionHeight, 0, 0)); in onLayout()