Lines Matching refs:DEBUG

235     static final boolean DEBUG = false;
387 if (DEBUG) Log.v(TAG, "bindInput(): binding=" + binding
399 if (DEBUG) Log.v(TAG, "unbindInput(): binding=" + mInputBinding
407 if (DEBUG) Log.v(TAG, "startInput(): editor=" + attribute);
412 if (DEBUG) Log.v(TAG, "restartInput(): editor=" + attribute);
420 if (DEBUG) Log.v(TAG, "hideSoftInput()");
438 if (DEBUG) Log.v(TAG, "showSoftInput()");
480 if (DEBUG) Log.v(TAG, "finishInput() in " + this);
1574 if (DEBUG) Log.v(TAG, "Showing window: showInput=" + showInput
1594 if (DEBUG) Log.v(TAG, "BadTokenException: IME is done.");
1619 if (DEBUG) Log.v(TAG, "showWindow: updating UI");
1628 if (DEBUG) Log.v(TAG, "CALL: onCreateCandidatesView");
1630 if (DEBUG) Log.v(TAG, "showWindow: candidates=" + v);
1637 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1642 if (DEBUG) Log.v(TAG, "CALL: onStartCandidatesView");
1656 if (DEBUG) Log.v(TAG, "showWindow: showing!");
1667 if (DEBUG) Log.v(TAG, "CALL: onFinishInputView");
1670 if (DEBUG) Log.v(TAG, "CALL: onFinishCandidatesView");
1715 if (DEBUG) Log.v(TAG, "clearInsetOfPreviousIme() "
1762 if (DEBUG) Log.v(TAG, "CALL: onFinishInputView");
1765 if (DEBUG) Log.v(TAG, "CALL: onFinishCandidatesView");
1771 if (DEBUG) Log.v(TAG, "CALL: onFinishInput");
1787 if (DEBUG) Log.v(TAG, "CALL: onStartInput");
1791 if (DEBUG) Log.v(TAG, "CALL: onStartInputView");
1796 if (DEBUG) Log.v(TAG, "CALL: onStartCandidatesView");
2062 if (DEBUG) Log.v(TAG, "onTrackballEvent: " + event);
2075 if (DEBUG) Log.v(TAG, "onGenericMotionEvent(): event " + event);
2086 if (DEBUG) Log.v(TAG, "toggleSoftInput()");
2574 if (DEBUG) {