Searched defs:LOGTAG (Results 76 - 99 of 99) sorted by relevance

1234

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DFilterEnvironment.java34 private static final String LOGTAG = "FilterEnvironment"; field in class:FilterEnvironment
131 Log.e(LOGTAG,"No ImageFilter for "+representation.getSerializationName());
H A DRenderingRequest.java29 private static final String LOGTAG = "RenderingRequest"; field in class:RenderingRequest
60 Log.v(LOGTAG, "something null: source: " + source
99 Log.v(LOGTAG, "something null, preset: "
H A DCachingPipeline.java41 private static final String LOGTAG = "CachingPipeline"; field in class:CachingPipeline
79 Log.w(LOGTAG, "A prior RS context exists when calling setRenderScriptContext");
127 Log.v(LOGTAG, "destroyPixelAllocations in " + getName());
179 Log.v(LOGTAG,"setOriginal, size " + bitmap.getWidth() + " x " + bitmap.getHeight());
298 Log.v(LOGTAG, "render image of type " + getType(request));
313 Log.w(LOGTAG, "could not get bitmap for: " + getType(request));
325 Log.v(LOGTAG, "after update, req bitmap (" + bitmap.getWidth() + "x" + bitmap.getHeight()
470 Log.v(LOGTAG, "prepareRenderscriptAllocations: " + needsUpdate + " in " + getName());
H A DImagePreset.java54 private static final String LOGTAG = "ImagePreset"; field in class:ImagePreset
311 Log.v(LOGTAG, "\\\\\\ showFilters -- " + mFilters.size() + " filters");
314 Log.v(LOGTAG, " filter " + n + " : " + representation.toString());
317 Log.v(LOGTAG, "/// showFilters -- " + mFilters.size() + " filters");
649 Log.v(LOGTAG, "Serialization: " + sname);
651 Log.v(LOGTAG, "Serialization name null for filter: " + filter);
660 Log.e(LOGTAG,"Error encoding JASON",e);
672 Log.v(LOGTAG, "reading preset: \"" + filterString + "\"");
684 Log.e(LOGTAG, "\""+filterString+"\"");
685 Log.e(LOGTAG, "parsin
[all...]
H A DProcessingService.java41 private static final String LOGTAG = "ProcessingService"; field in class:ProcessingService
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java42 private static final String LOGTAG = "StatePanelTrack"; field in class:StatePanelTrack
H A DStateView.java34 private static final String LOGTAG = "StateView"; field in class:StateView
/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DWallpaperCropActivity.java57 private static final String LOGTAG = "WallpaperCropActivity"; field in class:WallpaperCropActivity
105 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity");
172 Log.w(LOGTAG, "Null default wallpaper encountered.");
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
H A DAlarmActivity.java65 private static final String LOGTAG = AlarmActivity.class.getSimpleName(); field in class:AlarmActivity
86 LogUtils.v(LOGTAG, "Received broadcast: %s", action);
100 LogUtils.i(LOGTAG, "Unknown broadcast: %s", action);
104 LogUtils.v(LOGTAG, "Ignored broadcast: %s", action);
154 LogUtils.e(LOGTAG, "Error displaying alarm for intent: %s", getIntent());
158 LogUtils.i(LOGTAG, "Skip displaying alarm for instance: %s", mAlarmInstance);
163 LogUtils.i(LOGTAG, "Displaying alarm for instance: %s", mAlarmInstance);
242 LogUtils.i(LOGTAG, "No alarm instance for instanceId: %d", instanceId);
249 LogUtils.i(LOGTAG, "Skip displaying alarm for instance: %s", mAlarmInstance);
284 LogUtils.v(LOGTAG, "dispatchKeyEven
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
H A DCropView.java39 private static final String LOGTAG = "CropView"; field in class:CropView
189 Log.w(LOGTAG, "crop reset called");
220 Log.w(LOGTAG, "failed to set aspect ratio original");
239 Log.w(LOGTAG, "failed to set aspect ratio");
315 Log.w(LOGTAG, "failed to get screen matrix");
322 Log.w(LOGTAG, "could not invert display matrix");
H A DCropActivity.java61 private static final String LOGTAG = "CropActivity"; field in class:CropActivity
229 Log.w(LOGTAG, "could not load image for cropping");
373 Log.w(LOGTAG, "cannot read original file, no input URI given");
379 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
405 Log.w(LOGTAG, "cannot write file, no output URI given");
410 Log.w(LOGTAG, "cannot write file: " + mOutUri.toString(), e);
446 Log.w(LOGTAG, "could not downsample bitmap to return in data");
467 Log.w(LOGTAG, "cannot find crop for full size image");
475 Log.w(LOGTAG, "crop has bad values for full size image");
485 Log.w(LOGTAG, "canno
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditor.java57 private final String LOGTAG = "Editor"; field in class:Editor
H A DEditorGrad.java46 private static final String LOGTAG = "EditorGrad"; field in class:EditorGrad
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterDrawRepresentation.java43 private static final String LOGTAG = "FilterDrawRepresentation"; field in class:FilterDrawRepresentation
229 Log.v(LOGTAG, "cannot use parameters from " + a);
H A DFilterGradRepresentation.java32 private static final String LOGTAG = "FilterGradRepresentation"; field in class:FilterGradRepresentation
H A DFilterRepresentation.java29 private static final String LOGTAG = "FilterRepresentation"; field in class:FilterRepresentation
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DEclipseControl.java38 private static String LOGTAG = "EclipseControl"; field in class:EclipseControl
H A DImageDraw.java30 private static final String LOGTAG = "ImageDraw"; field in class:ImageDraw
H A DImageShow.java61 private static final String LOGTAG = "ImageShow"; field in class:ImageShow
H A DMasterImage.java53 private static final String LOGTAG = "MasterImage"; field in class:MasterImage
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
H A DSaveImage.java60 private static final String LOGTAG = "SaveImage"; field in class:SaveImage
229 Log.w(LOGTAG, "Failed to get XMP data from image: ", e);
256 Log.w(LOGTAG, "Cannot find file: " + source, e);
258 Log.w(LOGTAG, "Cannot read exif for: " + source, e);
279 Log.w(LOGTAG, "File not found: " + file.getAbsolutePath(), e);
281 Log.w(LOGTAG, "Could not write exif: ", e);
470 Log.d(LOGTAG, "Source file is not a local file, no update.");
491 Log.e(LOGTAG, "Can't create the nomedia");
598 Log.e(LOGTAG, "srcUri is null.");
604 Log.e(LOGTAG, "schem
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java151 private static final String LOGTAG = "FilterShowActivity"; field in class:FilterShowActivity
840 Log.v(LOGTAG,"RenderScript context destroyed during load");
/packages/apps/Music/src/com/android/music/
H A DMediaPlaybackService.java124 private static final String LOGTAG = "MediaPlaybackService"; field in class:MediaPlaybackService
230 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_LOSS");
241 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_LOSS_TRANSIENT");
248 Log.v(LOGTAG, "AudioFocus: received AUDIOFOCUS_GAIN");
260 Log.e(LOGTAG, "Unknown audio focus change code");
373 Log.e(LOGTAG, "Service being destroyed while still playing.");
569 Log.d(LOGTAG, "restored queue, currently at position "
1066 Log.d(LOGTAG, "Failed to open file for playback");
1411 Log.d(LOGTAG, "No play queue");
1517 Log.d(LOGTAG, "lookbac
[all...]
H A DTrackBrowserActivity.java80 private static final String LOGTAG = "TrackBrowser"; field in class:TrackBrowserActivity
549 Log.d(LOGTAG, "No view when removing playlist item " + which);

Completed in 232 milliseconds

1234