Searched refs:TAG (Results 326 - 350 of 1718) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/android/view/
H A DKeyEvent.java1194 static final String TAG = "KeyEvent"; field in class:KeyEvent
2638 if (DEBUG) Log.v(TAG, "Key down to " + target + " in " + state
2643 if (DEBUG) Log.v(TAG, " Start tracking!");
2648 if (DEBUG) Log.v(TAG, " Clear from long press!");
2659 if (DEBUG) Log.v(TAG, "Key up to " + target + " in " + state
2701 if (DEBUG) Log.v(TAG, "Reset: " + this);
2712 if (DEBUG) Log.v(TAG, "Reset in " + target + ": " + this);
2733 if (DEBUG) Log.v(TAG, "Start trackingt in " + target + ": " + this);
2764 if (DEBUG) Log.v(TAG, "Handle key up " + event + ": " + this);
2767 if (DEBUG) Log.v(TAG, " Inde
[all...]
H A DLayoutInflater.java72 private static final String TAG = LayoutInflater.class.getSimpleName(); field in class:LayoutInflater
417 Log.d(TAG, "INFLATING from resource: \"" + res.getResourceName(resource) + "\" ("
H A DOrientationEventListener.java31 private static final String TAG = "OrientationEventListener"; field in class:OrientationEventListener
88 Log.w(TAG, "Cannot detect sensors. Not enabled");
92 if (localLOGV) Log.d(TAG, "OrientationEventListener enabled");
103 Log.w(TAG, "Cannot detect sensors. Invalid disable");
107 if (localLOGV) Log.d(TAG, "OrientationEventListener disabled");
H A DPointerIcon.java43 private static final String TAG = "PointerIcon"; field in class:PointerIcon
136 Log.w(TAG, "Missing theme resources for pointer icon style " + style);
H A DScaleGestureDetector.java42 private static final String TAG = "ScaleGestureDetector"; field in class:ScaleGestureDetector
H A DSurface.java38 private static final String TAG = "Surface"; field in class:Surface
68 Log.e(TAG, "Exception creating surface from parcel", e);
293 Log.w(TAG, "WARNING: Surface's mNativeObject (0x" +
H A DSurfaceControl.java32 private static final String TAG = "SurfaceControl"; field in class:SurfaceControl
278 Log.w(TAG, "Surfaces should always be created with the HIDDEN flag set "
H A DSurfaceView.java87 static private final String TAG = "SurfaceView"; field in class:SurfaceView
455 if (DEBUG) Log.i(TAG, "Changes: creating=" + creating
516 if (DEBUG) Log.i(TAG, "Cur surface: " + mSurface);
529 if (DEBUG) Log.i(TAG, "New surface: " + mNewSurface
563 if (DEBUG) Log.i(TAG, "visibleChanged -- surfaceDestroyed");
577 if (DEBUG) Log.i(TAG, "visibleChanged -- surfaceCreated");
587 if (DEBUG) Log.i(TAG, "surfaceChanged -- format=" + mFormat
597 if (DEBUG) Log.i(TAG, "surfaceRedrawNeeded");
612 if (DEBUG) Log.i(TAG, "finishedDrawing");
620 TAG, "Layou
[all...]
H A DViewGroup.java113 private static final String TAG = "ViewGroup"; field in class:ViewGroup
934 Log.e(TAG, mParent.getClass().getSimpleName() +
2918 Log.w(TAG, "Bad getChildDrawingOrder while collecting assist @ "
H A DViewRootImpl.java103 private static final String TAG = "ViewRootImpl"; field in class:ViewRootImpl
498 if (DEBUG_LAYOUT) Log.d(TAG, "WindowLayout in setView:" + attrs);
557 if (DEBUG_LAYOUT) Log.v(TAG, "Added window " + mWindow);
943 if (DEBUG_DRAW) Log.v(TAG, "Invalidate child: " + dirty);
1130 //Log.i(TAG, "Computing view hierarchy attributes!");
1171 if (DEBUG_ORIENTATION || DEBUG_LAYOUT) Log.v(TAG,
1187 if (DEBUG_DIALOG) Log.v(TAG, "Window " + mView + ": baseSize=" + baseSize);
1192 if (DEBUG_DIALOG) Log.v(TAG, "Window " + mView + ": measured ("
1199 if (DEBUG_DIALOG) Log.v(TAG, "Window " + mView + ": next baseSize="
1203 if (DEBUG_DIALOG) Log.v(TAG, "Windo
4614 private final static String TAG = "SyntheticJoystickHandler"; field in class:ViewRootImpl.SyntheticJoystickHandler
[all...]
H A DWindowManagerGlobal.java53 private static final String TAG = "WindowManager"; field in class:WindowManagerGlobal
141 Log.e(TAG, "Failed to get WindowManagerService, cannot set animator scale", e);
163 Log.e(TAG, "Failed to open window session", e);
378 Log.e(TAG, "", leak);
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java50 private static final String TAG = "BaseInputConnection"; field in class:BaseInputConnection
196 if (DEBUG) Log.v(TAG, "commitText " + text);
210 if (DEBUG) Log.v(TAG, "deleteSurroundingText " + beforeLength
268 if (DEBUG) Log.v(TAG, "finishComposingText");
444 if (DEBUG) Log.v(TAG, "setComposingText " + text);
492 if (DEBUG) Log.v(TAG, "setSelection " + start + ", " + end);
564 if (DEBUG) Log.v(TAG, "Sending: " + events[i]);
619 if (DEBUG) Log.v(TAG, "Composing span: " + a + " to " + b);
659 if (DEBUG) Log.v(TAG, "Replacing from " + a + " to " + b + " with \""
664 LogPrinter lp = new LogPrinter(Log.VERBOSE, TAG);
[all...]
H A DInputBinding.java28 static final String TAG = "InputBinding"; field in class:InputBinding
H A DInputMethodInfo.java63 static final String TAG = "InputMethodInfo"; field in class:InputMethodInfo
234 Slog.w(TAG, "Duplicated subtype definition found: "
H A DInputMethodManager.java209 static final String TAG = "InputMethodManager"; field in class:InputMethodManager
419 Log.i(TAG, "handleMessage: MSG_BIND " + res.sequence + "," + res.id);
423 Log.w(TAG, "Ignoring onBind: cur seq=" + mBindSequence
445 Log.i(TAG, "handleMessage: MSG_UNBIND " + sequence);
456 Log.w(TAG, "IME died: " + mCurId, e);
480 Log.i(TAG, "handleMessage: MSG_SET_ACTIVE " + active + ", was " + mActive);
773 if (DEBUG) Log.v(TAG, "Clearing binding!");
814 if (DEBUG) Log.v(TAG, "FINISH INPUT: " + mServedView);
1134 if (DEBUG) Log.v(TAG, "Starting input: view=" + view);
1136 if (DEBUG) Log.v(TAG, "ABOR
[all...]
H A DInputMethodSubtype.java62 private static final String TAG = InputMethodSubtype.class.getSimpleName(); field in class:InputMethodSubtype
414 Slog.w(TAG, "Found illegal format in subtype name("+ subtypeName + "): " + e);
435 Slog.w(TAG, "ExtraValue has two or more '='s");
H A DInputMethodSubtypeArray.java43 private final static String TAG = "InputMethodSubtypeArray"; field in class:InputMethodSubtypeArray
102 Slog.i(TAG, "Failed to compress data.");
117 Slog.i(TAG, "Unexpected state. Behaving as an empty array.");
147 Slog.e(TAG, "Failed to decompress data. Returns null as fallback.");
207 Slog.e(TAG, "Failed to compress the data.", e);
230 Slog.e(TAG, "Failed to decompress the data.", e);
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerInfo.java44 private static final String TAG = SpellCheckerInfo.class.getSimpleName(); field in class:SpellCheckerInfo
125 Slog.e(TAG, "Caught exception: " + e);
H A DSpellCheckerSession.java84 private static final String TAG = SpellCheckerSession.class.getSimpleName(); field in class:SpellCheckerSession
207 Log.w(TAG, "getSuggestions from " + mSpellCheckerInfo.getId());
286 Log.d(TAG, "entering processTask:"
299 Log.e(TAG, "Failed to cancel " + e);
307 Log.e(TAG, "Failed to get suggestions " + e);
315 Log.e(TAG, "Failed to get suggestions " + e);
322 Log.e(TAG, "Failed to close " + e);
343 if (DBG) Log.d(TAG, "entering processCloseLocked:"
363 Log.e(TAG, "processCloseLocked is called unexpectedly. mState=" +
378 if (DBG) Log.i(TAG, "ignorin
[all...]
H A DSpellCheckerSubtype.java38 private static final String TAG = SpellCheckerSubtype.class.getSimpleName(); field in class:SpellCheckerSubtype
103 Slog.w(TAG, "ExtraValue has two or more '='s");
H A DTextServicesManager.java65 private static final String TAG = TextServicesManager.class.getSimpleName(); field in class:TextServicesManager
191 Log.d(TAG, "getEnabledSpellCheckers: " + (retval != null ? retval.length : "null"));
195 Log.e(TAG, "Error in getEnabledSpellCheckers: " + e);
222 Log.e(TAG, "Error in setCurrentSpellChecker: " + e);
235 Log.e(TAG, "sService is null.");
241 Log.e(TAG, "Error in getCurrentSpellCheckerSubtype: " + e);
259 Log.e(TAG, "Error in setSpellCheckerSubtype:" + e);
270 Log.e(TAG, "Error in setSpellCheckerEnabled:" + e);
281 Log.e(TAG, "Error in isSpellCheckerEnabled:" + e);
/frameworks/base/core/java/android/webkit/
H A DJsDialogHelper.java43 private static final String TAG = "JsDialogHelper"; field in class:JsDialogHelper
91 Log.w(TAG, "Cannot create a dialog, the WebView context is not an Activity");
/frameworks/base/core/java/android/widget/
H A DAbsListView.java107 private static final String TAG = "AbsListView"; field in class:AbsListView
7191 Log.w(TAG, "scrollToVisible called with targetPos " + targetPos +
H A DActionMenuPresenter.java60 private static final String TAG = "ActionMenuPresenter"; field in class:ActionMenuPresenter
H A DActionMenuView.java47 private static final String TAG = "ActionMenuView"; field in class:ActionMenuView

Completed in 251 milliseconds

<<11121314151617181920>>