Lines Matching refs:vf

3231         final Rect vf = mTmpVisibleFrame;
3233 pf.left = df.left = of.left = vf.left = mDockLeft;
3234 pf.top = df.top = of.top = vf.top = mDockTop;
3235 pf.right = df.right = of.right = vf.right = mDockRight;
3236 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
3361 vf.left = mStableLeft;
3362 vf.top = mStableTop;
3363 vf.right = mStableRight;
3364 vf.bottom = mStableBottom;
3369 mStatusBar.computeFrameLw(pf, df, vf, vf, vf, dcf, vf);
3433 boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) {
3442 df.left = of.left = cf.left = vf.left = mDockLeft;
3443 df.top = of.top = cf.top = vf.top = mDockTop;
3444 df.right = of.right = cf.right = vf.right = mDockRight;
3445 df.bottom = of.bottom = cf.bottom = vf.bottom = mDockBottom;
3482 vf.set(attached.getVisibleFrameLw());
3534 final Rect vf = mTmpVisibleFrame;
3554 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3565 pf.left = df.left = of.left = cf.left = vf.left = mDockLeft;
3566 pf.top = df.top = of.top = cf.top = vf.top = mDockTop;
3567 pf.right = df.right = of.right = cf.right = vf.right = mDockRight;
3571 cf.bottom = vf.bottom = mStableBottom;
3580 cf.left = vf.left = mStableLeft;
3581 cf.top = vf.top = mStableTop;
3582 cf.right = vf.right = mStableRight;
3583 vf.bottom = mStableBottom;
3629 setAttachedWindowFrames(win, fl, adjust, attached, true, pf, df, of, cf, vf);
3729 vf.left = mCurLeft;
3730 vf.top = mCurTop;
3731 vf.right = mCurRight;
3732 vf.bottom = mCurBottom;
3734 vf.set(cf);
3842 vf.left = mCurLeft;
3843 vf.top = mCurTop;
3844 vf.right = mCurRight;
3845 vf.bottom = mCurBottom;
3847 vf.set(cf);
3854 setAttachedWindowFrames(win, fl, adjust, attached, false, pf, df, of, cf, vf);
3900 vf.left = mCurLeft;
3901 vf.top = mCurTop;
3902 vf.right = mCurRight;
3903 vf.bottom = mCurBottom;
3905 vf.set(cf);
3916 of.left = of.top = cf.left = cf.top = vf.left = vf.top = -10000;
3917 of.right = of.bottom = cf.right = cf.bottom = vf.right = vf.bottom = 10000;
3927 + " cf=" + cf.toShortString() + " vf=" + vf.toShortString()
3931 win.computeFrameLw(pf, df, of, cf, vf, dcf, sf);