Searched refs:LOGTAG (Results 1 - 25 of 52) sorted by last modified time

123

/frameworks/support/compat/java/android/support/v4/graphics/
H A DPathParser.java35 private static final String LOGTAG = "PathParser"; field in class:PathParser
642 Log.w(LOGTAG, " Points are coincident");
647 Log.w(LOGTAG, "Points are too far apart " + dsq);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java141 private static final String LOGTAG = "AnimatedVDCompat"; field in class:AnimatedVectorDrawableCompat
233 Log.e(LOGTAG, "parser error", e);
235 Log.e(LOGTAG, "parser error", e);
445 Log.v(LOGTAG, "tagName is " + tagName);
455 Log.v(LOGTAG, "drawableRes is " + drawableRes);
680 Log.v(LOGTAG, "add animator for target " + name + " " + animator);
/frameworks/support/graphics/drawable/animated/tests/src/android/support/graphics/drawable/tests/
H A DAnimatedVectorDrawableTest.java72 private static final String LOGTAG = AnimatedVectorDrawableTest.class.getSimpleName(); field in class:AnimatedVectorDrawableTest
H A DDrawableUtils.java30 private static final String LOGTAG = DrawableUtils.class.getSimpleName(); field in class:DrawableUtils
63 Log.v(LOGTAG, "Write test No." + outputFilename + " to file successfully.");
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java196 static final String LOGTAG = "VectorDrawableCompat"; field in class:VectorDrawableCompat
570 Log.e(LOGTAG, "parser error", e);
572 Log.e(LOGTAG, "parser error", e);
801 Log.v(LOGTAG, indent + "current group is :" + currentGroup.getGroupName()
803 Log.v(LOGTAG, indent + "matrix is :" + currentGroup.getLocalMatrix().toString());
1285 Log.d(LOGTAG, "Scale x " + scaleX + " y " + scaleY + " final " + matrixScale);
1529 Log.v(LOGTAG, indent + "current path is :" + mPathName +
/frameworks/support/graphics/drawable/static/tests/src/android/support/graphics/drawable/tests/
H A DVectorDrawableTest.java52 private static final String LOGTAG = "VectorDrawableTest"; field in class:VectorDrawableTest
202 Log.v(LOGTAG, "Write test No." + index + " to file successfully.");
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java49 private static final String LOGTAG = "VrActivity"; field in class:VrActivity
108 Log.v(LOGTAG,"Loading "+ progress[0]+"/"+progress[1]);
112 Log.v(LOGTAG,"done");
172 Log.v(LOGTAG, "dataClick");
H A DVrView.java48 private static final String LOGTAG = "rsexample.google.com.vrdemo"; field in class:VrView
446 Log.v(LOGTAG, progress[0]);
468 Log.v(LOGTAG, progress[0]);
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A DBasicPipeline.java26 private static final String LOGTAG = "BasicPipeline"; field in class:BasicPipeline
62 Log.v(LOGTAG,"render triangles "+((System.nanoTime()-start)/1E6f)+" ms");
H A DMatrix.java30 private static final String LOGTAG = "Matrix"; field in class:Matrix
69 Log.v(LOGTAG, s+"]");
H A DRsBrickedBitMask.java27 private static final String LOGTAG = "BrickedBitMask"; field in class:RsBrickedBitMask
H A DTransform.java30 private static final String LOGTAG = "Transform"; field in class:Transform
154 Log.v(LOGTAG, s + "]");
191 Log.v(LOGTAG, "==== =========== VIEW ========== ======");
194 Log.v(LOGTAG, "==== SCREEN_SPACE to WORLD_SPACE ======");
196 Log.v(LOGTAG, "==== SCREEN_SPACE to VOLUME_SPACE ======");
198 Log.v(LOGTAG, "==== WORLD_SPACE to VOLUME_SPACE ======");
200 Log.v(LOGTAG, "==== WORLD_SPACE to SCREEN_SPACE ======");
202 Log.v(LOGTAG, "==== VOLUME_SPACE to SCREEN_SPACE ======");
204 Log.v(LOGTAG, "==== VOLUME_SPACE to WORLD_SPACE ======");
206 Log.v(LOGTAG, "
[all...]
H A DTriData.java30 private static final String LOGTAG = "TriData"; field in class:TriData
53 Log.v(LOGTAG, s + ", " + df.f(mVert[i + 2]) + "]");
101 Log.v(LOGTAG, "verts =" + num_verts);
112 Log.v(LOGTAG, "tri =" + num_tri);
H A DViewMatrix.java25 private static final String LOGTAG = "ViewMatrix"; field in class:ViewMatrix
111 Log.v(LOGTAG, "mLookPoint :" + toStr(mLookPoint));
112 Log.v(LOGTAG, "mEyePoint :" + toStr(mEyePoint));
113 Log.v(LOGTAG, "mUpVector :" + toStr(mUpVector));
114 Log.v(LOGTAG, "mScreenWidth: " + toStr(mScreenWidth));
115 Log.v(LOGTAG, "mScreenDim :[" + mScreenDim[0] + ", " + mScreenDim[1] + "]");
H A DVolume.java29 private static final String LOGTAG = "Volume"; field in class:Volume
65 Log.v(LOGTAG, " ========================== " + name + " =============================");
66 Log.v(LOGTAG, "mColor "+l.dblArrayToString(l.mColor));
67 Log.v(LOGTAG, "mOpacity "+l.dblArrayToString(l.mOpacity));
H A DVrPipline1.java28 private static final String LOGTAG = "VrPipline1"; field in class:VrPipline1
117 Log.v(LOGTAG, "cancel");
H A DVrState.java28 private static final String LOGTAG = "VrState"; field in class:VrState
70 Log.v(LOGTAG, " destroy mScrAllocation");
88 Log.v(LOGTAG, " destroy mzRangeFullAllocation");
120 Log.v(LOGTAG, "destroyScreenAllocation");
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/
H A DDroid.java32 private static final String LOGTAG = "RawLoader"; field in class:Droid
90 Log.v(LOGTAG, "compute Droid in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
H A DLoaderDicom.java47 private static final String LOGTAG = "ReadDicom"; field in class:LoaderDicom
219 Log.v(LOGTAG, "undefined");
236 // Log.v(LOGTAG, e + " " + e.mValue);
320 Log.e(LOGTAG, "Failed to parse " + file.getPath());
483 Log.v(LOGTAG,"LOADING DONE ....");
613 Log.v(LOGTAG,"LOADING DONE ....");
H A DLoaderRaw.java41 private static final String LOGTAG = "RawLoader"; field in class:LoaderRaw
70 Log.v(LOGTAG, "Loading " + dir.getPath());
72 Log.v(LOGTAG, "dir contains " + f.length + " files");
121 Log.v(LOGTAG, "make Volume " + z);
131 Log.v(LOGTAG, "LOAD SLICE " + z);
147 Log.v(LOGTAG,"LOADING DONE ....");
H A DMandelbulb.java32 private static final String LOGTAG = "RawLoader"; field in class:Mandelbulb
82 Log.v(LOGTAG, "compute Mandelbulb in" + ((System.nanoTime() - time) / 1E9f) + "seconds");
H A DVolumeLoader.java32 private static final String LOGTAG = "VolumeLoader"; field in class:VolumeLoader
42 Log.e(LOGTAG, "Directory: \""+dir+"\" does not exist ");
67 Log.v(LOGTAG,"Could not find "+name);
71 Log.v(LOGTAG,"dir ="+dir);
74 Log.v(LOGTAG,"processing dicom");
84 Log.v(LOGTAG,"processing dicom");
94 Log.v(LOGTAG,"could recognize format");
104 Log.v(LOGTAG, name);
/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java68 private static final String LOGTAG = VectorDrawable_Delegate.class.getSimpleName(); field in class:VectorDrawable_Delegate
1241 Log.d(LOGTAG, "Scale x " + scaleX + " y " + scaleY + " final " + matrixScale);
/frameworks/base/tests/VectorDrawableTest/src/com/android/test/dynamic/
H A DAnimatedVectorDrawableDupPerf.java39 private static final String LOGTAG = "AnimatedVectorDrawableDupPerf"; field in class:AnimatedVectorDrawableDupPerf
82 Log.e(LOGTAG, "parser error", e);
84 Log.e(LOGTAG, "parser error", e);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java58 private static final String LOGTAG = "Launcher3.CropActivity"; field in class:WallpaperCropActivity
97 Log.e(LOGTAG, "No URI passed in intent, exiting WallpaperCropActivity");
299 Log.w(LOGTAG, "Getting exif data failed", e);
302 Log.w(LOGTAG, "Getting exif data failed", e);
531 Log.w(LOGTAG, "cannot read original file, no input URI, resource ID, or " +
546 Log.w(LOGTAG, "cannot read file: " + mInUri.toString(), e);
591 Log.w(LOGTAG, "cannot write stream to wallpaper", e);
610 Log.w(LOGTAG, "cannot get bounds for image");
629 Log.w(LOGTAG, "crop has bad values for full size image");
643 Log.w(LOGTAG, "canno
[all...]

Completed in 909 milliseconds

123