Searched refs:paramsForRotation (Results 1 – 6 of 6) sorted by relevance
45 changeField(i, paramsA.paramsForRotation[0]); in testParamsForRotation()54 params.paramsForRotation = new WindowManager.LayoutParams[4]; in initParamsForRotation()56 params.paramsForRotation[i] = new WindowManager.LayoutParams(); in initParamsForRotation()
4402 public LayoutParams[] paramsForRotation; field in WindowManager.LayoutParams4563 if (paramsForRotation == null) { in checkNonRecursiveParams()4567 if (paramsForRotation[i].paramsForRotation != null) { in checkNonRecursiveParams()4579 if (paramsForRotation == null || paramsForRotation.length <= rotation in forRotation()4583 return paramsForRotation[rotation]; in forRotation()5237 if (paramsForRotation != o.paramsForRotation) { in copyFrom()5239 if (paramsForRotation != null && o.paramsForRotation != null in copyFrom()5240 && paramsForRotation.length == o.paramsForRotation.length) { in copyFrom()5242 if (hasLayoutDiff(paramsForRotation[i], o.paramsForRotation[i])) { in copyFrom()5251 paramsForRotation = o.paramsForRotation; in copyFrom()[all …]
210 lp.paramsForRotation = new WindowManager.LayoutParams[4];212 lp.paramsForRotation[rot] = getBarLayoutParamsForRotation(rot);312 mLpChanged.paramsForRotation[rot].height =318 InsetsFrameProvider[] providers = mLpChanged.paramsForRotation[rot].providedInsets;
405 bar2.mAttrs.paramsForRotation = new WindowManager.LayoutParams[4]; in testUpdateDisplayConfigurationByDecor()418 bar2.mAttrs.paramsForRotation[i] = params; in testUpdateDisplayConfigurationByDecor()
370 mNavBarWindow.mAttrs.paramsForRotation = new WindowManager.LayoutParams[4]; in addCommonWindows()385 mNavBarWindow.mAttrs.paramsForRotation[rot] = in addCommonWindows()
1649 lp.paramsForRotation = new WindowManager.LayoutParams[4]; in getBarLayoutParams()1651 lp.paramsForRotation[rot] = getBarLayoutParamsForRotation(rot); in getBarLayoutParams()