Home | History | Annotate | Download | only in phone

Lines Matching defs:logf

43     private final void logf(String fmt, Object... args) {
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("onViewAdded: " + child);
541 if (DEBUG) logf("onMeasure(%d, %d) -> (%d, %d)",
561 if (DEBUG) logf("setExpandedHeight(%.1f)", height);
572 if (DEBUG) logf("onLayout: changed=%s, bottom=%d eh=%d fh=%d", changed?"T":"f", bottom, (int)mExpandedHeight, mFullHeight);
596 if (DEBUG) logf("setExpansion: height=%.1f fh=%.1f tracking=%s rubber=%s", h, fh, mTracking?"T":"f", mRubberbanding?"T":"f");
608 if (DEBUG) logf("Forcing measure() since fullHeight=" + mFullHeight);
657 if (DEBUG) logf("collapse: " + this);
668 if (DEBUG) logf("expand: " + this);
673 if (DEBUG) logf("skipping expansion: is expanded");