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

/frameworks/base/tools/localize/
H A DValuesFile_test.cpp10 ValuesFile* vf = ValuesFile::ParseFile("testdata/values/strings.xml", config, local
13 const set<StringResource>& strings = vf->GetStrings();
14 string canonical = vf->ToString();
52 delete vf;
H A DValuesFile.cpp29 ArrayHandler(ValuesFile* vf, int version, const string& versionString, const string& id);
45 ArrayHandler::ArrayHandler(ValuesFile* vf, int version, const string& versionString, argument
47 :m_vf(vf),
91 ValuesHandler(ValuesFile* vf, int version, const string& versionString);
105 ValuesHandler::ValuesHandler(ValuesFile* vf, int version, const string& versionString) argument
106 :m_vf(vf),
/frameworks/policies/base/mid/com/android/internal/policy/impl/
H A DMidWindowManager.java712 final Rect vf = mTmpVisibleFrame;
713 pf.left = df.left = vf.left = 0;
714 pf.top = df.top = vf.top = 0;
715 pf.right = df.right = vf.right = displayWidth;
716 pf.bottom = df.bottom = vf.bottom = displayHeight;
718 mStatusBar.computeFrameLw(pf, df, vf, vf);
734 final Rect vf = mTmpVisibleFrame;
743 vf.left = mCurLeft;
744 vf
[all...]
/frameworks/base/media/libstagefright/
H A DStagefrightMediaScanner.cpp113 OggVorbis_File vf;
114 if (ov_open(file, &vf, NULL, 0) < 0) {
118 char **ptr=ov_comment(&vf,-1)->user_comments;
132 duration = ov_time_total(&vf, -1);
139 ov_clear(&vf); // this also closes the FILE
143 ov_clear(&vf); // this also closes the FILE
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1255 final Rect vf = mTmpVisibleFrame;
1256 pf.left = df.left = vf.left = 0;
1257 pf.top = df.top = vf.top = 0;
1258 pf.right = df.right = vf.right = displayWidth;
1259 pf.bottom = df.bottom = vf.bottom = displayHeight;
1261 mStatusBar.computeFrameLw(pf, df, vf, vf);
1274 WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) {
1283 df.left = cf.left = vf.left = mDockLeft;
1284 df.top = cf.top = vf
1273 setAttachedWindowFrames(WindowState win, int fl, int sim, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) argument
[all...]
/frameworks/base/services/java/com/android/server/
H A DWindowManagerService.java7233 public void computeFrameLw(Rect pf, Rect df, Rect cf, Rect vf) { argument
7265 visible.set(vf);

Completed in 1134 milliseconds