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

/frameworks/rs/java/tests/RsTest/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/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java273 // DateFormat df = new SimpleDateFormat("yyyy-MM-dd' 'HH:mm:ss Z",
275 // df.setTimeZone(tz);
284 // String fromTime = formatTime(df, this.mTransitions[i] - 1);
285 // String toTime = formatTime(df, this.mTransitions[i]);
302 private static String formatTime(DateFormat df, int s) { argument
304 return df.format(new Date(ms));
/frameworks/base/services/java/com/android/server/wm/
H A DWindowState.java462 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf) { argument
475 mDisplayFrame.set(df);
552 Gravity.applyDisplay(mAttrs.gravity, df, mFrame);
/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.java2691 final Rect df = mTmpDisplayFrame;
2695 pf.left = df.left = of.left = vf.left = mDockLeft;
2696 pf.top = df.top = of.top = vf.top = mDockTop;
2697 pf.right = df.right = of.right = vf.right = mDockRight;
2698 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
2812 pf.left = df.left = of.left = mUnrestrictedScreenLeft;
2813 pf.top = df.top = of.top = mUnrestrictedScreenTop;
2814 pf.right = df.right = of.right = mUnrestrictedScreenWidth + mUnrestrictedScreenLeft;
2815 pf.bottom = df.bottom = of.bottom = mUnrestrictedScreenHeight
2825 mStatusBar.computeFrameLw(pf, df, v
2885 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) argument
[all...]

Completed in 17 milliseconds