Searched defs:logf (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libnbaio/
H A DNBLog.cpp102 void NBLog::Writer::logf(const char *fmt, ...) function in class:android::NBLog::Writer
230 void NBLog::LockedWriter::logf(const char *fmt, ...) function in class:android::NBLog::LockedWriter
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java43 private final void logf(String fmt, Object... args) { method in class:PanelView
233 if (DEBUG) logf("peek to height=%.1f", mPeekHeight);
268 if (DEBUG) logf("tick: v=%.2fpx/s dt=%.4fs", mVel, dt);
269 if (DEBUG) logf("tick: before: h=%d", (int) mExpandedHeight);
307 if (DEBUG) logf("tick: new h=%d closing=%s", (int) h, mClosing?"true":"false");
379 if (DEBUG) logf("handle view: " + mHandleView);
392 if (DEBUG) logf("handle.onTouch: a=%s p=[%d,%d] y=%.1f rawY=%.1f off=%.1f",
494 if (DEBUG) logf("gesture: dy=%f vel=(%f,%f) vlinear=%f",
509 if (DEBUG) logf("fling: vel=%.3f, this=%s", vel, this);
529 if (DEBUG) logf("onViewAdde
[all...]

Completed in 90 milliseconds