Lines Matching refs:df

1173             final Rect df = mTmpDisplayFrame;
1175 pf.left = df.left = vf.left = 0;
1176 pf.top = df.top = vf.top = 0;
1177 pf.right = df.right = vf.right = displayWidth;
1178 pf.bottom = df.bottom = vf.bottom = displayHeight;
1180 mStatusBar.computeFrameLw(pf, df, vf, vf);
1193 WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) {
1202 df.left = cf.left = vf.left = mDockLeft;
1203 df.top = cf.top = vf.top = mDockTop;
1204 df.right = cf.right = vf.right = mDockRight;
1205 df.bottom = cf.bottom = vf.bottom = mDockBottom;
1230 df.set(insetDecors ? attached.getDisplayFrameLw() : cf);
1237 ? attached.getFrameLw() : df);
1259 final Rect df = mTmpDisplayFrame;
1264 pf.left = df.left = cf.left = vf.left = mDockLeft;
1265 pf.top = df.top = cf.top = vf.top = mDockTop;
1266 pf.right = df.right = cf.right = vf.right = mDockRight;
1267 pf.bottom = df.bottom = cf.bottom = vf.bottom = mDockBottom;
1282 setAttachedWindowFrames(win, fl, sim, attached, true, pf, df, cf, vf);
1284 pf.left = df.left = 0;
1285 pf.top = df.top = 0;
1286 pf.right = df.right = mW;
1287 pf.bottom = df.bottom = mH;
1307 pf.left = df.left = cf.left = 0;
1308 pf.top = df.top = cf.top = 0;
1309 pf.right = df.right = cf.right = mW;
1310 pf.bottom = df.bottom = cf.bottom = mH;
1318 setAttachedWindowFrames(win, fl, sim, attached, false, pf, df, cf, vf);
1327 df.left = cf.left = mDockLeft;
1328 df.top = cf.top = mDockTop;
1329 df.right = cf.right = mDockRight;
1330 df.bottom = cf.bottom = mDockBottom;
1332 df.left = cf.left = mContentLeft;
1333 df.top = cf.top = mContentTop;
1334 df.right = cf.right = mContentRight;
1335 df.bottom = cf.bottom = mContentBottom;
1345 df.left = df.top = cf.left = cf.top = vf.left = vf.top = -10000;
1346 df.right = df.bottom = cf.right = cf.bottom = vf.right = vf.bottom = 10000;
1351 + " pf=" + pf.toShortString() + " df=" + df.toShortString()
1359 + " pf=" + pf.toShortString() + " df=" + df.toShortString()
1364 win.computeFrameLw(pf, df, cf, vf);