Home
last modified time | relevance | path

Searched refs:vf (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3526 final Rect vf = mTmpVisibleFrame; in beginLayoutLw() local
3529 pf.left = df.left = of.left = vf.left = mDockLeft; in beginLayoutLw()
3530 pf.top = df.top = of.top = vf.top = mDockTop; in beginLayoutLw()
3531 pf.right = df.right = of.right = vf.right = mDockRight; in beginLayoutLw()
3532 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom; in beginLayoutLw()
3656 vf.left = mStableLeft; in beginLayoutLw()
3657 vf.top = mStableTop; in beginLayoutLw()
3658 vf.right = mStableRight; in beginLayoutLw()
3659 vf.bottom = mStableBottom; in beginLayoutLw()
3665 vf /* overlayFrame */, vf /* contentFrame */, vf /* visibleFrame */, in beginLayoutLw()
[all …]
/frameworks/base/media/tests/contents/media_api/music/
Dtest_amr_ietf.amr112 A�f�_�3��:Z��Ű<6^vf�$�2�{�m�h_���Lt�.���5��<6m.m��-&��gp�R�ЃԀWC�`<",vxg��v{Ԉ�'��O�M…
320 ��<vf=���AZ�j-E.r�"�(�"�S���� <���M���D�D��Q�8 ���'E�l���<Xy+��������� 24�r��R�� _��<…
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java534 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf, Rect sf, in computeFrameLw() argument
609 mVisibleFrame.set(vf); in computeFrameLw()