Searched refs:LOG_TIMINGS (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
H A DColorCutQuantizer.java47 private static final boolean LOG_TIMINGS = false; field in class:ColorCutQuantizer
72 mTimingLogger = LOG_TIMINGS ? new TimingLogger(LOG_TAG, "Creation") : null;
84 if (LOG_TIMINGS) {
101 if (LOG_TIMINGS) {
114 if (LOG_TIMINGS) {
125 if (LOG_TIMINGS) {
133 if (LOG_TIMINGS) {
180 if (LOG_TIMINGS) {
186 if (LOG_TIMINGS) {
H A DPalette.java94 private static final boolean LOG_TIMINGS = false; field in class:Palette
756 final TimingLogger logger = LOG_TIMINGS

Completed in 70 milliseconds