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

/frameworks/base/tests/RenderScriptTests/tests/src/com/android/rs/test/
H A DUT_program_store.java107 DepthFunc df,
116 _RS_ASSERT("ps.getDepthFunc() == df", ps.getDepthFunc() == df);
128 DepthFunc df,
144 checkObject(ps, depthMask, df, bsf, bdf, isR, isG, isB, isA, isDither);
155 for (DepthFunc df : DepthFunc.values()) {
159 b.setDepthFunc(df);
162 varyBuilderColorAndDither(b, depthMask, df, bsf, bdf);
105 checkObject(ProgramStore ps, boolean depthMask, DepthFunc df, BlendSrcFunc bsf, BlendDstFunc bdf, boolean R, boolean G, boolean B, boolean A, boolean dither) argument
126 varyBuilderColorAndDither(ProgramStore.Builder pb, boolean depthMask, DepthFunc df, BlendSrcFunc bsf, BlendDstFunc bdf) argument
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java373 public void computeFrameLw(Rect pf, Rect df, Rect cf, Rect vf) { argument
380 display.set(df);
459 Gravity.applyDisplay(mAttrs.gravity, df, frame);
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp255 } df; member in struct:meas
484 measPtr->df.minWidth = dfMinWidth(format->format);
485 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
487 measPtr->df.minHeight = dfMinHeight(format->format);
488 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
490 measPtr->df.maxWidth = dfMaxWidth(format->format);
491 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth);
493 measPtr->df.maxHeight = dfMaxHeight(format->format);
494 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight);
496 measPtr->df
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java2401 final Rect df = mTmpDisplayFrame;
2403 pf.left = df.left = vf.left = mDockLeft;
2404 pf.top = df.top = vf.top = mDockTop;
2405 pf.right = df.right = vf.right = mDockRight;
2406 pf.bottom = df.bottom = vf.bottom = mDockBottom;
2497 pf.left = df.left = mUnrestrictedScreenLeft;
2498 pf.top = df.top = mUnrestrictedScreenTop;
2499 pf.right = df.right = mUnrestrictedScreenWidth - mUnrestrictedScreenLeft;
2500 pf.bottom = df.bottom = mUnrestrictedScreenHeight - mUnrestrictedScreenTop;
2509 mStatusBar.computeFrameLw(pf, df, v
2555 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect cf, Rect vf) argument
[all...]

Completed in 376 milliseconds