Home | History | Annotate | Download | only in drawable

Lines Matching defs:LOGTAG

201     static final String LOGTAG = "VectorDrawableCompat";
575 Log.e(LOGTAG, "parser error", e);
577 Log.e(LOGTAG, "parser error", e);
795 Log.v(LOGTAG, indent + "current group is :" + currentGroup.getGroupName()
797 Log.v(LOGTAG, indent + "matrix is :" + currentGroup.getLocalMatrix().toString());
1279 Log.d(LOGTAG, "Scale x " + scaleX + " y " + scaleY + " final " + matrixScale);
1523 Log.v(LOGTAG, indent + "current path is :" + mPathName +