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

/frameworks/base/tools/aapt/
H A DPackage.cpp240 sp<AaptFile> fl = gp->getFiles().valueAt(fi); local
241 if (!processFile(bundle, zip, gp, fl)) {
/frameworks/base/media/java/android/media/
H A DAudioService.java2187 public int abandonAudioFocus(IAudioFocusDispatcher fl, String clientId) { argument
/frameworks/policies/base/phone/com/android/internal/policy/impl/
H A DPhoneWindowManager.java1230 final int fl = attrs.flags;
1232 if ((fl &
1273 void setAttachedWindowFrames(WindowState win, int fl, int sim, argument
1317 pf.set((fl & FLAG_LAYOUT_IN_SCREEN) == 0
1336 final int fl = attrs.flags;
1353 if ((fl &
1363 setAttachedWindowFrames(win, fl, sim, attached, true, pf, df, cf, vf);
1385 } else if ((fl & FLAG_LAYOUT_IN_SCREEN) != 0) {
1399 setAttachedWindowFrames(win, fl, sim, attached, false, pf, df, cf, vf);
1425 if ((fl
[all...]

Completed in 517 milliseconds