Searched refs:LOGTAG (Results 51 - 75 of 129) sorted by relevance

123456

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DVideoUtils.java52 private static final String LOGTAG = "VideoUtils"; field in class:VideoUtils
201 Log.d(LOGTAG, "Saw input EOS.");
207 Log.d(LOGTAG, "The current sample is over the trim end time.");
223 Log.w(LOGTAG, "The source video file is malformed");
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java15 private static final String LOGTAG = "EditorPlaceHolder"; field in class:EditorPlaceHolder
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
H A DParametricEditor.java61 private final String LOGTAG = "ParametricEditor"; field in class:ParametricEditor
195 Log.e(LOGTAG, "Error in loading Control ", e);
198 Log.e(LOGTAG, "Unable to find class for " + pType);
200 Log.e(LOGTAG, "for " + string + " use " + portraitMap.get(string));
H A DBasicEditor.java35 private final String LOGTAG = "BasicEditor"; field in class:BasicEditor
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
H A DFilterTinyPlanetRepresentation.java24 private static final String LOGTAG = "FilterTinyPlanetRepresentation"; field in class:FilterTinyPlanetRepresentation
H A DImageFilter.java33 private final String LOGTAG = "ImageFilter"; field in class:ImageFilter
H A DImageFilterSharpen.java24 private static final String LOGTAG = "ImageFilterSharpen"; field in class:ImageFilterSharpen
H A DImageFilterColorBorder.java27 private static final String LOGTAG = "ImageFilterColorBorder"; field in class:ImageFilterColorBorder
H A DImageFilterCurves.java25 private static final String LOGTAG = "ImageFilterCurves"; field in class:ImageFilterCurves
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DImagePoint.java34 private static final String LOGTAG = "ImageRedEyes"; field in class:ImagePoint
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
H A DBuffer.java28 private static final String LOGTAG = "Buffer"; field in class:Buffer
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: "
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanel.java33 private static final String LOGTAG = "StatePanel"; field in class:StatePanel
H A DDragListener.java26 private static final String LOGTAG = "DragListener"; field in class:DragListener
H A DStateAdapter.java34 private static final String LOGTAG = "StateAdapter"; field in class:StateAdapter
/packages/apps/Browser/src/com/android/browser/
H A DBookmarks.java55 private final static String LOGTAG = "Bookmarks"; field in class:Bookmarks
83 Log.e(LOGTAG, "addBookmark", e);
127 Log.e(LOGTAG, "removeFromBookmarks", e);
H A DTabControl.java30 private static final String LOGTAG = "TabControl"; field in class:TabControl
306 Log.e(LOGTAG, dt.toString());
457 Log.w(LOGTAG, "Free " + tabs.size() + " tabs in the browser");
468 Log.w(LOGTAG, "Free WebView's unused memory and cache");
H A DXLargeUi.java43 private static final String LOGTAG = "XLargeUi"; field in class:XLargeUi
151 Log.e(LOGTAG, "active tab with no webview detected");
/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/colorpicker/
H A DColorGridDialog.java33 private static final String LOGTAG = "ColorGridDialog"; field in class:ColorGridDialog
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
H A DSliderHue.java42 public static String LOGTAG = "SliderHue"; field in class:SliderHue
H A DStyleChooser.java22 private final String LOGTAG = "StyleChooser"; field in class:StyleChooser
H A DTitledSlider.java32 private final String LOGTAG = "ParametricEditor"; field in class:TitledSlider
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
H A DHistoryManager.java25 private static final String LOGTAG = "HistoryManager"; field in class:HistoryManager
/packages/apps/HTMLViewer/src/com/android/htmlviewer/
H A DHTMLViewerActivity.java62 static final String LOGTAG = "HTMLViewerActivity"; field in class:HTMLViewerActivity

Completed in 318 milliseconds

123456