Lines Matching refs:cf

2884             boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) {
2893 df.left = of.left = cf.left = vf.left = mDockLeft;
2894 df.top = of.top = cf.top = vf.top = mDockTop;
2895 df.right = of.right = cf.right = vf.right = mDockRight;
2896 df.bottom = of.bottom = cf.bottom = vf.bottom = mDockBottom;
2905 cf.set(attached.getOverscanFrameLw());
2913 cf.set(attached.getContentFrameLw());
2915 if (cf.left < mContentLeft) cf.left = mContentLeft;
2916 if (cf.top < mContentTop) cf.top = mContentTop;
2917 if (cf.right > mContentRight) cf.right = mContentRight;
2918 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
2921 df.set(insetDecors ? attached.getDisplayFrameLw() : cf);
2922 of.set(insetDecors ? attached.getOverscanFrameLw() : cf);
2973 final Rect cf = mTmpContentFrame;
2987 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
2990 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
2991 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
2992 pf.right = df.right = of.right = cf.right
2994 pf.bottom = df.bottom = of.bottom = cf.bottom
2998 pf.left = df.left = of.left = cf.left = vf.left = mDockLeft;
2999 pf.top = df.top = of.top = cf.top = vf.top = mDockTop;
3000 pf.right = df.right = of.right = cf.right = vf.right = mDockRight;
3004 cf.bottom = vf.bottom = mStableBottom;
3048 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3120 cf.left = mDockLeft;
3121 cf.top = mDockTop;
3122 cf.right = mDockRight;
3123 cf.bottom = mDockBottom;
3125 cf.left = mContentLeft;
3126 cf.top = mContentTop;
3127 cf.right = mContentRight;
3128 cf.bottom = mContentBottom;
3135 cf.left = mRestrictedScreenLeft;
3136 cf.top = mRestrictedScreenTop;
3137 cf.right = mRestrictedScreenLeft + mRestrictedScreenWidth;
3138 cf.bottom = mRestrictedScreenTop + mRestrictedScreenHeight;
3140 applyStableConstraints(sysUiFl, fl, cf);
3147 vf.set(cf);
3159 pf.left = df.left = of.left = cf.left = hasNavBar
3161 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3162 pf.right = df.right = of.right = cf.right = hasNavBar
3165 pf.bottom = df.bottom = of.bottom = cf.bottom = hasNavBar
3187 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3188 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3189 pf.right = df.right = of.right = cf.right = mOverscanScreenLeft
3191 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
3196 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3197 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3198 pf.right = df.right = of.right = cf.right = mOverscanScreenLeft
3200 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
3204 pf.left = df.left = of.left = cf.left = mUnrestrictedScreenLeft;
3205 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3206 pf.right = df.right = of.right = cf.right
3208 pf.bottom = df.bottom = of.bottom = cf.bottom
3215 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3216 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3217 pf.right = df.right = of.right = cf.right
3219 pf.bottom = df.bottom = of.bottom = cf.bottom
3233 pf.left = df.left = of.left = cf.left = mUnrestrictedScreenLeft;
3234 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3235 pf.right = df.right = of.right = cf.right = mUnrestrictedScreenLeft
3237 pf.bottom = df.bottom = of.bottom = cf.bottom = mUnrestrictedScreenTop
3240 pf.left = df.left = of.left = cf.left = mRestrictedScreenLeft;
3241 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
3242 pf.right = df.right = of.right = cf.right = mRestrictedScreenLeft
3244 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
3248 applyStableConstraints(sysUiFl, fl, cf);
3256 vf.set(cf);
3263 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf);
3274 pf.left = df.left = of.left = cf.left = mRestrictedScreenLeft;
3275 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
3276 pf.right = df.right = of.right = cf.right = mRestrictedScreenLeft
3278 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
3282 pf.left = df.left = of.left = cf.left = mStableLeft;
3283 pf.top = df.top = of.top = cf.top = mStableTop;
3284 pf.right = df.right = of.right = cf.right = mStableRight;
3285 pf.bottom = df.bottom = of.bottom = cf.bottom = mStableBottom;
3292 df.left = of.left = cf.left = mDockLeft;
3293 df.top = of.top = cf.top = mDockTop;
3294 df.right = of.right = cf.right = mDockRight;
3295 df.bottom = of.bottom = cf.bottom = mDockBottom;
3297 df.left = of.left = cf.left = mContentLeft;
3298 df.top = of.top = cf.top = mContentTop;
3299 df.right = of.right = cf.right = mContentRight;
3300 df.bottom = of.bottom = cf.bottom = mContentBottom;
3308 vf.set(cf);
3316 df.left = df.top = of.left = of.top = cf.left = cf.top = vf.left = vf.top = -10000;
3317 df.right = df.bottom = of.right = of.bottom = cf.right = cf.bottom
3327 + " cf=" + cf.toShortString() + " vf=" + vf.toShortString()
3330 win.computeFrameLw(pf, df, of, cf, vf, dcf);