Home | History | Annotate | Download | only in graphics

Lines Matching defs:mLogger

54     private final ILayoutLog mLogger;
57 mLogger = null;
62 mLogger = null;
68 mLogger = null;
73 mLogger = null;
79 mLogger = logger;
144 if (mLogger != null && xfermode != null) {
145 mLogger.warning(String.format(
158 if (mLogger != null) {
159 mLogger.warning(String.format(
979 if (mLogger != null && matrix.hasPerspective()) {
980 mLogger.warning("android.graphics.Canvas#setMatrix(android.graphics.Matrix) only supports affine transformations in the Layout Editor.");