Home | History | Annotate | Download | only in phone

Lines Matching refs:log

25 import android.util.Log;
97 if (DBG) log("InCallMenuView constructor...");
107 if (DBG) log("- IconMenuView styled attrs: " + a);
110 if (DBG) log(" - mRowHeight: " + mRowHeight);
114 if (DBG) log("- MenuView styled attrs: " + a);
116 if (DBG) log(" - mItemBackground: " + mItemBackground);
118 if (DBG) log(" - mHorizontalDivider: " + mHorizontalDivider);
121 if (DBG) log(" - mVerticalDivider: " + mVerticalDivider);
173 if (DBG) log("addItemView(" + itemView + ", row " + row + ")...");
209 if (DBG) log("updateVisibility()...");
218 // if (DBG) log(" - Checking item: " + mItems[row][itemIndex]);
221 if (DBG) log("==> Num visible for row " + row + ": " + numVisibleThisRow);
225 if (DBG) log("==> Num visible rows: " + mNumVisibleRows);
229 if (DBG) log("============ dumpState() ============");
230 if (DBG) log("- mItems LENGTH: " + mItems.length);
232 if (DBG) log("- Row " + row + ": length " + mItems[row].length
255 if (DBG) log("positionChildren(" + menuWidth + " x " + menuHeight + ")...");
281 if (DBG) log(" - num visible for row " + row + ": " + numVisibleThisRow);
301 if (DBG) log("==> child [" + row + "][" + itemIndex + "]: " + child);
348 if (DBG) log("onMeasure(" + widthMeasureSpec + " x " + heightMeasureSpec + ")...");
365 if (DBG) log("onLayout(changed " + changed
383 if (DBG) log("onDraw()...");
404 if (DBG) log("dispatchKeyEvent(" + event + ")...");
421 if (DBG) log("==> BACK key! handling it ourselves...");
436 if (DBG) log("==> dispatchKeyEvent: forwarding event to the InCallScreen");
449 if (DBG) log("==> dispatchKeyEvent: forwarding key up event to the InCallScreen");
483 private void log(String msg) {
484 Log.d(LOG_TAG, msg);