Home | History | Annotate | Download | only in phone

Lines Matching defs:VDBG

62     private static final boolean VDBG = false;
128 if (VDBG) log("################# setImageDrawable()... ################");
129 if (VDBG) log("- this: " + this);
130 if (VDBG) log("- inputDrawable: " + inputDrawable);
131 if (VDBG) log("- mPreviousImageDrawable: " + mPreviousImageDrawable);
140 if (VDBG) log("- inputBitmap: " + inputBitmap);
141 if (VDBG) log(" - dimensions: " + inputBitmap.getWidth()
143 if (VDBG) log(" - config: " + inputBitmap.getConfig());
144 if (VDBG) log(" - byte count: " + inputBitmap.getByteCount());
163 if (VDBG) log("- blurredBitmap: " + blurredBitmap);
164 if (VDBG) log(" - dimensions: " + blurredBitmap.getWidth()
166 if (VDBG) log(" - config: " + blurredBitmap.getConfig());
167 if (VDBG) log(" - byte count: " + blurredBitmap.getByteCount());