Searched defs:vf (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4461 final Rect vf = mTmpVisibleFrame;
4463 pf.left = df.left = of.left = vf.left = mDockLeft;
4464 pf.top = df.top = of.top = vf.top = mDockTop;
4465 pf.right = df.right = of.right = vf.right = mDockRight;
4466 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
4517 updateSysUiVisibility |= layoutStatusBar(pf, df, of, vf, dcf, sysui, isKeyguardShowing);
4524 private boolean layoutStatusBar(Rect pf, Rect df, Rect of, Rect vf, Rect dcf, int sysui, argument
4534 vf.left = mStableLeft;
4535 vf.top = mStableTop;
4536 vf
4732 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) argument
[all...]

Completed in 53 milliseconds