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

/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
H A DVrPipline1.java40 static DecimalFormat df = new DecimalFormat(" ##0.000"); field in class:VrPipline1
43 String s = df.format(d);
H A DTransform.java142 static DecimalFormat df = new DecimalFormat(" ##0.000"); field in class:Transform
145 String s = df.format(d);
H A DViewMatrix.java94 String s = " " + df.format(d);
107 private static DecimalFormat df = new DecimalFormat("##0.000"); field in class:ViewMatrix
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneInfo.java241 private static String formatTime(DateFormat df, int s) { argument
243 return df.format(new Date(ms));
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp253 } df; member in struct:meas
481 measPtr->df.minWidth = dfMinWidth(format->format);
482 testPrintI(" dfMinWidth: %u", measPtr->df.minWidth);
484 measPtr->df.minHeight = dfMinHeight(format->format);
485 testPrintI(" dfMinHeight: %u", measPtr->df.minHeight);
487 measPtr->df.maxWidth = dfMaxWidth(format->format);
488 testPrintI(" dfMaxWidth: %u", measPtr->df.maxWidth);
490 measPtr->df.maxHeight = dfMaxHeight(format->format);
491 testPrintI(" dfMaxHeight: %u", measPtr->df.maxHeight);
493 measPtr->df
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java676 public void computeFrameLw(Rect pf, Rect df, Rect of, Rect cf, Rect vf, Rect dcf, Rect sf, argument
713 mDisplayFrame.set(df);
714 layoutDisplayFrame = df;
757 subtractInsets(mDisplayFrame, layoutContainingFrame, df, mTmpRect);
762 layoutDisplayFrame = df;
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java3976 final Rect df = mTmpDisplayFrame;
3980 pf.left = df.left = of.left = vf.left = mDockLeft;
3981 pf.top = df.top = of.top = vf.top = mDockTop;
3982 pf.right = df.right = of.right = vf.right = mDockRight;
3983 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
4030 updateSysUiVisibility |= layoutStatusBar(pf, df, of, vf, dcf, sysui, isKeyguardShowing);
4037 private boolean layoutStatusBar(Rect pf, Rect df, Rect of, Rect vf, Rect dcf, int sysui, argument
4042 pf.left = df.left = of.left = mUnrestrictedScreenLeft;
4043 pf.top = df.top = of.top = mUnrestrictedScreenTop;
4044 pf.right = df
4210 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 1037 milliseconds