Searched refs:vf (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | PhoneWindowManager.java | 3223 final Rect vf = mTmpVisibleFrame; in beginLayoutLw() local 3225 pf.left = df.left = of.left = vf.left = mDockLeft; in beginLayoutLw() 3226 pf.top = df.top = of.top = vf.top = mDockTop; in beginLayoutLw() 3227 pf.right = df.right = of.right = vf.right = mDockRight; in beginLayoutLw() 3228 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom; in beginLayoutLw() 3353 vf.left = mStableLeft; in beginLayoutLw() 3354 vf.top = mStableTop; in beginLayoutLw() 3355 vf.right = mStableRight; in beginLayoutLw() 3356 vf.bottom = mStableBottom; in beginLayoutLw() 3361 mStatusBar.computeFrameLw(pf, df, vf, vf, vf, dcf, vf); in beginLayoutLw() [all …]
|
/frameworks/base/media/tests/contents/media_api/music/ |
D | test_amr_ietf.amr | 112 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/ |
D | WindowState.java | 508 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf, Rect sf) { in computeFrameLw() argument 573 mVisibleFrame.set(vf); in computeFrameLw()
|