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

/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/
H A DLeakDetector.java104 public void dump(FileDescriptor df, PrintWriter w, String[] args) { argument
/frameworks/rs/tests/java_api/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/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
H A DViewfinderProcessor.java59 DecimalFormat df = new DecimalFormat("###.##"); field in class:ViewfinderProcessor
215 Log.v(TAG, " hough = " + df.format(mt * 1E-6) + "ms");
318 DecimalFormat df = new DecimalFormat("###.#");
319 String ts = df.format(time * 1E-6) + "ms";
/frameworks/native/services/surfaceflinger/tests/hwc2/
H A DHwc2TestBuffer.cpp505 const hwc_rect_t df = testLayers->getDisplayFrame(*layer); local
507 float dfL = df.left;
508 float dfT = df.top;
509 float dfR = df.right;
510 float dfB = df.bottom;
/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/policy/
H A DPhoneWindowManager.java4459 final Rect df = mTmpDisplayFrame;
4463 pf.left = df.left = of.left = vf.left = mDockLeft;
4464 pf.top = df.top = of.top = vf.top = mDockTop;
4465 pf.right = df.right = of.right = vf.right = mDockRight;
4466 pf.bottom = df.bottom = of.bottom = vf.bottom = mDockBottom;
4517 updateSysUiVisibility |= layoutStatusBar(pf, df, of, vf, dcf, sysui, isKeyguardShowing);
4524 private boolean layoutStatusBar(Rect pf, Rect df, Rect of, Rect vf, Rect dcf, int sysui, argument
4529 pf.left = df.left = of.left = mUnrestrictedScreenLeft;
4530 pf.top = df.top = of.top = mUnrestrictedScreenTop;
4531 pf.right = df
4732 setAttachedWindowFrames(WindowState win, int fl, int adjust, WindowState attached, boolean insetDecors, Rect pf, Rect df, Rect of, Rect cf, Rect vf) argument
5346 layoutWallpaper(WindowState win, Rect pf, Rect df, Rect of, Rect cf) 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 3475 milliseconds