Home | History | Annotate | Download | only in com.example.android.wearable.watchface

Lines Matching refs:Log

27 import android.util.Log;
128 if (Log.isLoggable(TAG, Log.DEBUG)) {
129 Log.d(TAG, "onCreate");
143 if (Log.isLoggable(TAG, Log.DEBUG)) {
144 Log.d(TAG, "onGlContextCreated");
224 if (Log.isLoggable(TAG, Log.DEBUG)) {
225 Log.d(TAG, "onGlSurfaceCreated: " + width + " x " + height);
367 if (Log.isLoggable(TAG, Log.DEBUG)) {
368 Log.d(TAG, "onAmbientModeChanged: " + inAmbientMode);
376 if (Log.isLoggable(TAG, Log.DEBUG)) {
377 Log.d(TAG, "onVisibilityChanged: " + visible);
412 if (Log.isLoggable(TAG, Log.DEBUG)) {
413 Log.d(TAG, "onTimeTick: ambient = " + isInAmbientMode());
420 if (Log.isLoggable(TAG, Log.VERBOSE)) {
421 Log.v(TAG, "onDraw");