Searched refs:LOGTAG (Results 26 - 50 of 129) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
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 DUpdatePreviewTask.java25 private static final String LOGTAG = "UpdatePreviewTask"; field in class:UpdatePreviewTask
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 DFilterEnvironment.java34 private static final String LOGTAG = "FilterEnvironment"; field in class:FilterEnvironment
131 Log.e(LOGTAG,"No ImageFilter for "+representation.getSerializationName());
/packages/apps/Browser/src/com/android/browser/
H A DAutoFillProfileDatabase.java28 static final String LOGTAG = "AutoFillProfileDatabase"; field in class:AutoFillProfileDatabase
75 Log.w(LOGTAG, "Upgrading database from version " + oldVersion + " to "
H A DDownloadHandler.java45 private static final String LOGTAG = "DLHandler"; field in class:DownloadHandler
87 Log.d(LOGTAG, "activity not found for " + mimetype
182 Log.e(LOGTAG, "Exception trying to parse url:" + url);
203 Log.w(LOGTAG, "Exception trying to create Download dir:", ex);
H A DFetchUrlMimeType.java48 private final static String LOGTAG = "FetchUrlMimeType"; field in class:FetchUrlMimeType
77 Log.e(LOGTAG,"Download failed: " + ex);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
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...]
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");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DActionSlider.java29 private static final String LOGTAG = "ActionSlider"; field in class:ActionSlider
H A DBasicParameterInt.java30 private final String LOGTAG = "BasicParameterInt"; field in class:BasicParameterInt
H A DBasicParameterStyle.java31 private final String LOGTAG = "BasicParameterStyle"; field in class:BasicParameterStyle
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DEditorRedEye.java32 private final String LOGTAG = "EditorRedEye"; field in class:EditorRedEye
H A DEditorTinyPlanet.java29 private static final String LOGTAG = "EditorTinyPlanet"; field in class:EditorTinyPlanet
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterFxRepresentation.java22 private static final String LOGTAG = "FilterFxRepresentation"; field in class:FilterFxRepresentation
H A DFilterPointRepresentation.java22 private static final String LOGTAG = "FilterPointRepresentation"; field in class:FilterPointRepresentation
H A DFilterRedEyeRepresentation.java27 private static final String LOGTAG = "FilterRedEyeRepresentation"; field in class:FilterRedEyeRepresentation
H A DImageFilterHighlights.java25 private static final String LOGTAG = "ImageFilterVignette"; field in class:ImageFilterHighlights
H A DImageFilterRedEye.java26 private static final String LOGTAG = "ImageFilterRedEye"; field in class:ImageFilterRedEye
H A DFilterBasicRepresentation.java28 private static final String LOGTAG = "FilterBasicRep"; field in class:FilterBasicRepresentation
36 private boolean mLogVerbose = Log.isLoggable(LOGTAG, Log.VERBOSE);
H A DFilterCurvesRepresentation.java17 private static final String LOGTAG = "FilterCurvesRepresentation"; field in class:FilterCurvesRepresentation
51 Log.v(LOGTAG, "cannot use parameters from " + a);
H A DImageFilterTinyPlanet.java37 private static final String LOGTAG = ImageFilterTinyPlanet.class.getSimpleName(); field in class:ImageFilterTinyPlanet
101 Log.v(LOGTAG, "No memory to create Full Tiny Planet create half");
/packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
H A DWallpaperCropActivity.java59 private static final String LOGTAG = "Launcher3.CropActivity"; field in class:WallpaperCropActivity
98 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity");
300 Log.w(LOGTAG, "Getting exif data failed", e);
303 Log.w(LOGTAG, "Getting exif data failed", e);
539 Log.w(LOGTAG, "cannot read original file, no input URI, resource ID, or " +
554 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
599 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
618 Log.w(LOGTAG, "cannot get bounds for image");
637 Log.w(LOGTAG, "crop has bad values for full size image");
651 Log.w(LOGTAG, "canno
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
H A DImageLoader.java53 private static final String LOGTAG = "ImageLoader"; field in class:ImageLoader
149 Log.w(LOGTAG, "Failed to read EXIF orientation", e);
156 Log.w(LOGTAG, "Failed to close InputStream", e);
285 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
287 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
289 Log.e(LOGTAG, "exc, image decoded " + w + " x " + h + " bounds: "
332 Log.e(LOGTAG, "FileNotFoundException for " + uri, e);
578 Log.w(LOGTAG, "Failed to read EXIF tags", e);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
H A DUserPresetsManager.java15 private static final String LOGTAG = "UserPresetsManager"; field in class:UserPresetsManager
62 mHandlerThread = new HandlerThread(LOGTAG,

Completed in 315 milliseconds

123456