Lines Matching refs:Log
28 import android.util.Log;
78 if (Log.isLoggable(TAG, Log.DEBUG)) { in onCreate()
79 Log.d(TAG, "onCreate"); in onCreate()
109 if (Log.isLoggable(TAG, Log.DEBUG)) { in onApplyWindowInsets()
110 Log.d(TAG, "onApplyWindowInsets: " + (insets.isRound() ? "round" : "square")); in onApplyWindowInsets()
131 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPeekCardPositionUpdate()
132 Log.d(TAG, "onPeekCardPositionUpdate: " + bounds); in onPeekCardPositionUpdate()
150 if (Log.isLoggable(TAG, Log.DEBUG)) { in onPropertiesChanged()
151 Log.d(TAG, "onPropertiesChanged: burn-in protection = " + burnInProtection in onPropertiesChanged()
159 if (Log.isLoggable(TAG, Log.DEBUG)) { in onAmbientModeChanged()
160 Log.d(TAG, "onAmbientModeChanged: " + inAmbientMode); in onAmbientModeChanged()
175 if (Log.isLoggable(TAG, Log.DEBUG)) { in onTapCommand()
176 Log.d(TAG, "Tap Command: " + tapType); in onTapCommand()