Lines Matching refs:cf

3177             boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) {
3186 df.left = of.left = cf.left = vf.left = mDockLeft;
3187 df.top = of.top = cf.top = vf.top = mDockTop;
3188 df.right = of.right = cf.right = vf.right = mDockRight;
3189 df.bottom = of.bottom = cf.bottom = vf.bottom = mDockBottom;
3198 cf.set(attached.getOverscanFrameLw());
3206 cf.set(attached.getContentFrameLw());
3208 if (cf.left < mVoiceContentLeft) cf.left = mVoiceContentLeft;
3209 if (cf.top < mVoiceContentTop) cf.top = mVoiceContentTop;
3210 if (cf.right > mVoiceContentRight) cf.right = mVoiceContentRight;
3211 if (cf.bottom > mVoiceContentBottom) cf.bottom = mVoiceContentBottom;
3213 if (cf.left < mContentLeft) cf.left = mContentLeft;
3214 if (cf.top < mContentTop) cf.top = mContentTop;
3215 if (cf.right > mContentRight) cf.right = mContentRight;
3216 if (cf.bottom > mContentBottom) cf.bottom = mContentBottom;
3219 df.set(insetDecors ? attached.getDisplayFrameLw() : cf);
3220 of.set(insetDecors ? attached.getOverscanFrameLw() : cf);
3272 final Rect cf = mTmpContentFrame;
3293 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3296 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3297 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3298 pf.right = df.right = of.right = cf.right
3300 pf.bottom = df.bottom = of.bottom = cf.bottom
3304 pf.left = df.left = of.left = cf.left = vf.left = mDockLeft;
3305 pf.top = df.top = of.top = cf.top = vf.top = mDockTop;
3306 pf.right = df.right = of.right = cf.right = vf.right = mDockRight;
3310 cf.bottom = vf.bottom = mStableBottom;
3319 cf.left = vf.left = mStableLeft;
3320 cf.top = vf.top = mStableTop;
3321 cf.right = vf.right = mStableRight;
3323 cf.bottom = mContentBottom;
3368 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3439 cf.left = mVoiceContentLeft;
3440 cf.top = mVoiceContentTop;
3441 cf.right = mVoiceContentRight;
3442 cf.bottom = mVoiceContentBottom;
3445 cf.left = mDockLeft;
3446 cf.top = mDockTop;
3447 cf.right = mDockRight;
3448 cf.bottom = mDockBottom;
3450 cf.left = mContentLeft;
3451 cf.top = mContentTop;
3452 cf.right = mContentRight;
3453 cf.bottom = mContentBottom;
3461 cf.left = mRestrictedScreenLeft;
3462 cf.top = mRestrictedScreenTop;
3463 cf.right = mRestrictedScreenLeft + mRestrictedScreenWidth;
3464 cf.bottom = mRestrictedScreenTop + mRestrictedScreenHeight;
3466 applyStableConstraints(sysUiFl, fl, cf);
3473 vf.set(cf);
3485 pf.left = df.left = of.left = cf.left = hasNavBar
3487 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3488 pf.right = df.right = of.right = cf.right = hasNavBar
3491 pf.bottom = df.bottom = of.bottom = cf.bottom = hasNavBar
3513 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3514 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3515 pf.right = df.right = of.right = cf.right = mOverscanScreenLeft
3517 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
3522 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3523 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3524 pf.right = df.right = of.right = cf.right = mOverscanScreenLeft
3526 pf.bottom = df.bottom = of.bottom = cf.bottom = mOverscanScreenTop
3535 of.left = cf.left = mUnrestrictedScreenLeft;
3536 of.top = cf.top = mUnrestrictedScreenTop;
3537 of.right = cf.right = mUnrestrictedScreenLeft + mUnrestrictedScreenWidth;
3538 of.bottom = cf.bottom = mUnrestrictedScreenTop + mUnrestrictedScreenHeight;
3544 pf.left = df.left = of.left = cf.left = mOverscanScreenLeft;
3545 pf.top = df.top = of.top = cf.top = mOverscanScreenTop;
3546 pf.right = df.right = of.right = cf.right
3548 pf.bottom = df.bottom = of.bottom = cf.bottom
3563 pf.left = df.left = of.left = cf.left = mUnrestrictedScreenLeft;
3564 pf.top = df.top = of.top = cf.top = mUnrestrictedScreenTop;
3565 pf.right = df.right = of.right = cf.right = mUnrestrictedScreenLeft
3567 pf.bottom = df.bottom = of.bottom = cf.bottom = mUnrestrictedScreenTop
3570 pf.left = df.left = of.left = cf.left = mRestrictedScreenLeft;
3571 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
3572 pf.right = df.right = of.right = cf.right = mRestrictedScreenLeft
3574 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
3578 applyStableConstraints(sysUiFl, fl, cf);
3586 vf.set(cf);
3593 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf);
3604 pf.left = df.left = of.left = cf.left = mRestrictedScreenLeft;
3605 pf.top = df.top = of.top = cf.top = mRestrictedScreenTop;
3606 pf.right = df.right = of.right = cf.right = mRestrictedScreenLeft
3608 pf.bottom = df.bottom = of.bottom = cf.bottom = mRestrictedScreenTop
3613 pf.left = df.left = of.left = cf.left = mStableLeft;
3614 pf.top = df.top = of.top = cf.top = mStableTop;
3615 pf.right = df.right = of.right = cf.right = mStableRight;
3616 pf.bottom = df.bottom = of.bottom = cf.bottom = mStableBottom;
3623 df.left = of.left = cf.left = mVoiceContentLeft;
3624 df.top = of.top = cf.top = mVoiceContentTop;
3625 df.right = of.right = cf.right = mVoiceContentRight;
3626 df.bottom = of.bottom = cf.bottom = mVoiceContentBottom;
3628 df.left = of.left = cf.left = mDockLeft;
3629 df.top = of.top = cf.top = mDockTop;
3630 df.right = of.right = cf.right = mDockRight;
3631 df.bottom = of.bottom = cf.bottom = mDockBottom;
3633 df.left = of.left = cf.left = mContentLeft;
3634 df.top = of.top = cf.top = mContentTop;
3635 df.right = of.right = cf.right = mContentRight;
3636 df.bottom = of.bottom = cf.bottom = mContentBottom;
3644 vf.set(cf);
3655 of.left = of.top = cf.left = cf.top = vf.left = vf.top = -10000;
3656 of.right = of.bottom = cf.right = cf.bottom = vf.right = vf.bottom = 10000;
3666 + " cf=" + cf.toShortString() + " vf=" + vf.toShortString()
3670 win.computeFrameLw(pf, df, of, cf, vf, dcf, sf);