Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/windowdecor/
DWindowDecoration.java239 outResult.mCaptionWidth = params.mCaptionWidthId != Resources.ID_NULL in updateViewsAndSurfaces()
240 ? loadDimensionPixelSize(resources, params.mCaptionWidthId) : taskBounds.width(); in updateViewsAndSurfaces()
670 int mCaptionWidthId; field in WindowDecoration.RelayoutParams
685 mCaptionWidthId = Resources.ID_NULL; in reset()
DDesktopModeWindowDecoration.java427 relayoutParams.mCaptionWidthId = getCaptionWidthId(relayoutParams.mLayoutResId);