Searched refs:TAG (Results 301 - 325 of 1718) sorted by path

<<11121314151617181920>>

/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java36 private final static String TAG = "SpannableStringBuilder"; field in class:SpannableStringBuilder
690 Log.e(TAG, "SPAN_EXCLUSIVE_EXCLUSIVE spans cannot have a zero length");
H A DStaticLayout.java47 static final String TAG = "StaticLayout"; field in class:StaticLayout
1033 if (Log.isLoggable(TAG, Log.WARN)) {
1034 Log.w(TAG, "Start Ellipsis only supported with one line");
1089 if (Log.isLoggable(TAG, Log.WARN)) {
1090 Log.w(TAG, "Middle Ellipsis only supported with one line");
H A DTextUtils.java66 private static final String TAG = "TextUtils"; field in class:TextUtils
655 Log.e(TAG, "External class \"" + ps.getClass().getSimpleName()
/frameworks/base/core/java/android/text/method/
H A DAllCapsTransformationMethod.java32 private static final String TAG = "AllCapsTransformationMethod"; field in class:AllCapsTransformationMethod
44 Log.w(TAG, "Caller did not enable length changes; not transforming text");
/frameworks/base/core/java/android/text/style/
H A DDynamicDrawableSpan.java30 private static final String TAG = "DynamicDrawableSpan"; field in class:DynamicDrawableSpan
H A DSuggestionSpan.java50 private static final String TAG = "SuggestionSpan"; field in class:SuggestionSpan
366 Log.w(TAG, "Unable to notify the suggestion as the index is out of range index=" + index
/frameworks/base/core/java/android/transition/
H A DChangeClipBounds.java33 private static final String TAG = "ChangeTransform"; field in class:ChangeClipBounds
H A DChangeImageTransform.java43 private static final String TAG = "ChangeImageTransform"; field in class:ChangeImageTransform
H A DChangeTransform.java45 private static final String TAG = "ChangeTransform"; field in class:ChangeTransform
H A DCircularPropagation.java33 private static final String TAG = "CircularPropagation"; field in class:CircularPropagation
H A DExplode.java43 private static final String TAG = "Explode"; field in class:Explode
H A DSidePropagation.java32 private static final String TAG = "SlidePropagation"; field in class:SidePropagation
H A DSlide.java40 private static final String TAG = "Slide"; field in class:Slide
/frameworks/base/core/java/android/util/
H A DArrayMap.java49 private static final String TAG = "ArrayMap"; field in class:ArrayMap
177 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
191 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
213 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
227 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
455 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
462 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
471 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
498 Log.w(TAG, "New hash " + hash
594 if (DEBUG) Log.d(TAG, "remov
[all...]
H A DArraySet.java48 private static final String TAG = "ArraySet"; field in class:ArraySet
163 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
177 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
199 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
213 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
358 if (DEBUG) Log.d(TAG, "add: grow from " + mHashes.length + " to " + n);
365 if (DEBUG) Log.d(TAG, "add: copy 0-" + mSize + " to 0");
374 if (DEBUG) Log.d(TAG, "add: move " + index + "-" + (mSize-index)
431 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
443 if (DEBUG) Log.d(TAG, "remov
[all...]
H A DEventLog.java47 private static final String TAG = "EventLog"; field in class:EventLog
121 Log.wtf(TAG, "Illegal entry payload: tag=" + getTag(), e);
124 Log.wtf(TAG, "Truncated entry payload: tag=" + getTag(), e);
149 Log.wtf(TAG, "UTF-8 is not supported", e);
259 Log.wtf(TAG, "Bad entry in " + TAGS_FILE + ": " + line);
269 Log.wtf(TAG, "Error in " + TAGS_FILE + ": " + line, e);
273 Log.wtf(TAG, "Error reading " + TAGS_FILE, e);
H A DNtpTrustedTime.java36 private static final String TAG = "NtpTrustedTime"; field in class:NtpTrustedTime
53 if (LOGD) Log.d(TAG, "creating NtpTrustedTime using " + server);
97 if (LOGD) Log.d(TAG, "forceRefresh: no connectivity");
102 if (LOGD) Log.d(TAG, "forceRefresh() from cache miss");
143 if (LOGD) Log.d(TAG, "currentTimeMillis() cache hit");
151 if (LOGD) Log.d(TAG, "getCachedNtpTime() cache hit");
H A DTimeUtils.java46 private static final String TAG = "TimeUtils"; field in class:TimeUtils
113 Log.d(TAG, "getTimeZonesWithUniqueOffsets(" +
134 Log.d(TAG, "getTimeZonesWithUniqueOffsets: add unique offset=" +
161 if (DBG) Log.d(TAG, "getTimeZones(" + country + "): return cached version");
169 if (DBG) Log.d(TAG, "getTimeZones(null): return empty list");
197 Log.d(TAG, "getTimeZone('" + country + "'): found tz.getID=="
205 Log.e(TAG, "Got xml parser exception getTimeZone('" + country + "'): e=", e);
207 Log.e(TAG, "Got IO exception getTimeZone('" + country + "'): e=", e);
/frameworks/base/core/java/android/view/
H A DActionProvider.java59 private static final String TAG = "ActionProvider"; field in class:ActionProvider
232 Log.w(TAG, "setVisibilityListener: Setting a new ActionProvider.VisibilityListener " +
H A DChoreographer.java74 private static final String TAG = "Choreographer"; field in class:Choreographer
363 Log.d(TAG, "PostCallback: type=" + callbackType
407 Log.d(TAG, "RemoveCallbacks: type=" + callbackType
523 Log.d(TAG, "Scheduling next frame on vsync.");
540 Log.d(TAG, "Scheduling next frame in " + (nextFrameTime - now) + " ms.");
558 Log.d(TAG, "Frame time delta: "
568 Log.i(TAG, "Skipped " + skippedFrames + " frames! "
573 Log.d(TAG, "Missed vsync by " + (jitterNanos * 0.000001f) + " ms "
584 Log.d(TAG, "Frame time appears to be going backwards. May be due to a "
615 Log.d(TAG, "Fram
[all...]
H A DDisplay.java57 private static final String TAG = "Display"; field in class:Display
822 Log.d(TAG, "Logical display " + mDisplayId + " was removed.");
831 Log.d(TAG, "Logical display " + mDisplayId + " was recreated.");
H A DDisplayEventReceiver.java37 private static final String TAG = "DisplayEventReceiver"; field in class:DisplayEventReceiver
131 Log.w(TAG, "Attempted to schedule a vertical sync pulse but the display event "
H A DInputChannel.java31 private static final String TAG = "InputChannel"; field in class:InputChannel
92 Slog.d(TAG, "Opening input channel pair '" + name + "'");
H A DInputEventReceiver.java33 private static final String TAG = "InputEventReceiver"; field in class:InputEventReceiver
144 Log.w(TAG, "Attempted to finish an input event but the input event "
149 Log.w(TAG, "Attempted to finish an input event that is not in progress.");
173 Log.w(TAG, "Attempted to consume batched input events but the input event "
H A DInputEventSender.java32 private static final String TAG = "InputEventSender"; field in class:InputEventSender
126 Log.w(TAG, "Attempted to send an input event but the input event "

Completed in 256 milliseconds

<<11121314151617181920>>