/frameworks/base/media/tests/SoundPoolTest/src/com/android/ |
D | SoundPoolTest.java | 40 private static final boolean DEBUG = true; field in SoundPoolTest 84 if (DEBUG) Log.d(LOG_TAG, "Sample " + sampleId + " load status = " + status); in onLoadComplete() 131 if (DEBUG) Log.d(LOG_TAG, "Begin sounds test"); in TestSounds() 136 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestSounds() 143 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestSounds() 146 if (DEBUG) Log.d(LOG_TAG, "End sounds test"); in TestSounds() 151 if (DEBUG) Log.d(LOG_TAG, "Begin scale test"); in TestScales() 158 if (DEBUG) Log.d(LOG_TAG, "Start note " + id); in TestScales() 165 if (DEBUG) Log.d(LOG_TAG, "Stop note " + id); in TestScales() 168 if (DEBUG) Log.d(LOG_TAG, "End scale test"); in TestScales() [all …]
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | DecTestBench.c | 34 #define DEBUG(argv) printf argv macro 112 DEBUG(("H.264 Decoder API v%d.%d\n", decVer.major, decVer.minor)); in main() 117 DEBUG(("%s\n", tagName)); in main() 125 DEBUG(( in main() 128 DEBUG(("\t-Nn forces decoding to stop after n pictures\n")); in main() 130 DEBUG(("\t-Ooutfile output writing disabled at compile time\n")); in main() 132 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out_wxxxhyyy.yuv)\n")); in main() 133 DEBUG(("\t-Onone does not write output\n")); in main() 135 DEBUG(("\t-P packet-by-packet mode\n")); in main() 136 DEBUG(("\t-U NAL unit stream mode\n")); in main() [all …]
|
D | TestBenchMultipleInstance.c | 25 #define DEBUG(argv) printf argv macro 84 DEBUG(( in main() 87 DEBUG(("\t-Nn forces decoding to stop after n pictures\n")); in main() 89 DEBUG(("\t-Ooutfile output writing disabled at compile time\n")); in main() 91 DEBUG(("\t-Ooutfile write output to \"outfile\" (default out.yuv)\n")); in main() 92 DEBUG(("\t-Onone does not write output\n")); in main() 94 DEBUG(("\t-C display cropped image (default decoded image)\n")); in main() 95 DEBUG(("\t-R disable DPB output reordering\n")); in main() 96 DEBUG(("\t-T to print tag name and exit\n")); in main() 130 DEBUG(("No input files\n")); in main() [all …]
|
/frameworks/base/core/java/android/content/ |
D | AsyncTaskLoader.java | 55 static final boolean DEBUG = false; field in AsyncTaskLoader 67 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground() 70 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground() 82 if (DEBUG) Log.v(TAG, this + " <<< doInBackground (was canceled)", ex); in doInBackground() 90 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute() 101 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled() 165 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 171 if (DEBUG) Log.v(TAG, "onCancelLoad: mTask=" + mTask); in onCancelLoad() 176 if (DEBUG) Log.v(TAG, in onCancelLoad() 187 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in onCancelLoad() [all …]
|
/frameworks/support/v4/java/android/support/v4/content/ |
D | AsyncTaskLoader.java | 38 static final boolean DEBUG = false; field in AsyncTaskLoader 50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground"); in doInBackground() 52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground"); in doInBackground() 59 if (DEBUG) Log.v(TAG, this + " onPostExecute"); in onPostExecute() 69 if (DEBUG) Log.v(TAG, this + " onCancelled"); in onCancelled() 114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask); in onForceLoad() 135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask); in cancelLoad() 140 if (DEBUG) Log.v(TAG, in cancelLoad() 151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it"); in cancelLoad() 158 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/doze/ |
D | DozeService.java | 52 private static final boolean DEBUG = Log.isLoggable(TAG, Log.DEBUG); field in DozeService 95 if (DEBUG) Log.d(mTag, "new DozeService()"); in DozeService() 96 setDebug(DEBUG); in DozeService() 120 if (DEBUG) Log.d(mTag, "onCreate"); in onCreate() 149 if (DEBUG) Log.d(mTag, "onAttachedToWindow"); in onAttachedToWindow() 164 if (DEBUG) Log.d(mTag, "onDreamingStarted canDoze=" + canDoze() + " mPowerSaveActive=" in onDreamingStarted() 199 if (DEBUG) Log.d(mTag, "onDreamingStopped isDozing=" + isDozing()); in onDreamingStopped() 278 if (DEBUG) Log.d(mTag, "Display off"); in turnDisplayOff() 283 if (DEBUG) Log.d(mTag, "Display on"); in turnDisplayOn() 298 if (DEBUG) Log.d(mTag, "listenForPulseSignals: " + listen); in listenForPulseSignals() [all …]
|
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
D | FaceUnlock.java | 40 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in FaceUnlock 106 if (DEBUG) Log.d(TAG, "stopAndShowBackup()"); in stopAndShowBackup() 116 if (DEBUG) Log.d(TAG, "start()"); in start() 146 if (DEBUG) Log.d(TAG, "stop()"); in stop() 173 if (DEBUG) Log.d(TAG, "Attempt to unbind from Face Unlock when not bound"); in stop() 183 if (DEBUG) Log.d(TAG, "cleanUp()"); in cleanUp() 300 if (DEBUG) Log.d(TAG, "handleUnlock()"); in handleUnlock() 304 if (DEBUG) Log.d(TAG, "Unlocking for user " + authenticatedUserId); in handleUnlock() 317 if (DEBUG) Log.d(TAG, "handleCancel()"); in handleCancel() 331 if (DEBUG) Log.d(TAG, "handleReportFailedAttempt()"); in handleReportFailedAttempt() [all …]
|
D | KeyguardFaceUnlockView.java | 38 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in KeyguardFaceUnlockView 58 if (DEBUG) Log.d(TAG, "onRotationChanged(): " + mLastRotation + "->" + rotation); 116 if (DEBUG) Log.d(TAG, "onDetachedFromWindow()"); in onDetachedFromWindow() 133 if (DEBUG) Log.d(TAG, "onPause()"); in onPause() 150 if (DEBUG) Log.d(TAG, "onResume()"); in onResume() 185 if (DEBUG) Log.d(TAG, "initializeBiometricUnlockView()"); in initializeBiometricUnlockView() 208 if (DEBUG) Log.d(TAG, "maybeStartBiometricUnlock()"); in maybeStartBiometricUnlock() 277 if (DEBUG) Log.d(TAG, "onPhoneStateChanged(" + phoneState + ")"); 287 if (DEBUG) Log.d(TAG, "onUserSwitched(" + userId + ")"); 297 if (DEBUG) Log.d(TAG, "onUserSwitchComplete(" + userId + ")"); [all …]
|
D | CameraWidgetFrame.java | 41 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in CameraWidgetFrame 85 if (DEBUG) Log.d(TAG, "Launching camera at " + mLaunchCameraStart); 163 if (DEBUG) Log.d(TAG, "new CameraWidgetFrame instance " + instanceId()); in CameraWidgetFrame() 188 if (DEBUG) Log.d(TAG, "inflateWidgetView: " + widgetInfo.contextPackage); in inflateWidgetView() 210 if (DEBUG) Log.d(TAG, "inflateGenericWidgetView"); in inflateGenericWidgetView() 223 if (DEBUG) Log.d(TAG, String.format("Already rendered at size=%sx%s %d%%", in render() 257 if (DEBUG) Log.d(TAG, String.format("Rendered camera widget size=%sx%s %d%% instance=%s", in render() 277 if (DEBUG) { 345 if (DEBUG) Log.d(TAG, "recovering at " + SystemClock.uptimeMillis()); in recover() 357 if (DEBUG) Log.d(TAG, "clicked"); in onClick() [all …]
|
/frameworks/base/core/java/android/app/ |
D | LoaderManager.java | 196 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 202 static boolean DEBUG = false; field in LoaderManagerImpl 264 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 285 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 294 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 329 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 343 if (DEBUG) Log.v(TAG, " Canceling: " + this); in cancel() 352 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 357 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 389 if (DEBUG) Log.v(TAG, "onLoadCanceled: " + this); in onLoadCanceled() [all …]
|
D | ActivityView.java | 46 private static final boolean DEBUG = false; field in ActivityView 103 if (DEBUG) Log.v(TAG, "ctor()"); in ActivityView() 152 if (DEBUG) Log.v(TAG, "onAttachedToWindow(): mActivityContainer=" + mActivityContainer + in onAttachedToWindow() 158 if (DEBUG) Log.v(TAG, "onDetachedFromWindow(): mActivityContainer=" + mActivityContainer + in onDetachedFromWindow() 170 if (DEBUG) Log.v(TAG, "startActivity(): intent=" + intent + " " + in startActivity() 185 if (DEBUG) Log.v(TAG, "startActivityIntentSender(): intentSender=" + intentSender + " " + in startActivity() 201 if (DEBUG) Log.v(TAG, "startActivityPendingIntent(): PendingIntent=" + pendingIntent + " " in startActivity() 214 if (DEBUG) Log.v(TAG, "release() mActivityContainer=" + mActivityContainer + in release() 247 if (DEBUG) Log.v(TAG, "attachToSurfaceWhenReady: " + (mQueuedIntent != null || in attachToSurfaceWhenReady() 284 if (DEBUG) Log.d(TAG, "onSurfaceTextureAvailable: width=" + width + " height=" in onSurfaceTextureAvailable() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelBar.java | 29 public static final boolean DEBUG = false; field in PanelBar 32 if (!DEBUG) return; in LOG() 49 if (DEBUG) LOG("go state: %d -> %d", mState, state); in go() 118 if (DEBUG) LOG("PanelBar.onTouch: state=%d ACTION_DOWN: panel %s %s", mState, panel, in onTouchEvent() 138 if (DEBUG) LOG("startOpeningPanel: " + panel); in startOpeningPanel() 157 if (DEBUG) LOG("panelExpansionChanged: start state=%d panel=%s", mState, panel.getName()); in panelExpansionChanged() 171 if (DEBUG) LOG("panelExpansionChanged: -> %s: f=%.1f", pv.getName(), thisFrac); in panelExpansionChanged() 186 if (DEBUG) LOG("panelExpansionChanged: end state=%d [%s%s ]", mState, in panelExpansionChanged() 203 if (DEBUG) LOG("collapseAllPanels: animate=%s waiting=%s", animate, waiting); in collapseAllPanels() 213 if (DEBUG) LOG("onPanelPeeked"); in onPanelPeeked() [all …]
|
D | SecureCameraLaunchManager.java | 60 private static final boolean DEBUG = false; field in SecureCameraLaunchManager 96 if (DEBUG) Log.d(TAG, "onCameraUnavailble(" + cameraId + ")"); in onCameraUnavailable() 102 if (DEBUG) Log.d(TAG, "onCameraAvailable(" + cameraId + ")"); in onCameraAvailable() 172 if (DEBUG) Log.d(TAG, "onSwipingStarted"); in onSwipingStarted() 191 if (DEBUG) Log.d(TAG, "startSecureCameraLunch"); in startSecureCameraLaunch() 233 if (DEBUG) Log.d(TAG, "No targets found for secure camera intent"); in targetWillWaitForCameraAvailable() 249 if (DEBUG) Log.d(TAG, "Secure camera intent would launch resolver"); in targetWillWaitForCameraAvailable() 255 if (DEBUG) Log.d(TAG, "No meta-data found for secure camera application"); in targetWillWaitForCameraAvailable() 264 if (DEBUG) Log.d(TAG, "Target will wait for camera: " + willWaitForCameraAvailability); in targetWillWaitForCameraAvailable()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 125 private static final boolean DEBUG = KeyguardConstants.DEBUG; field in KeyguardViewMediator 357 if (DEBUG) Log.d(TAG, "screen is off and call ended, let's make sure the " 596 if (DEBUG) Log.d(TAG, "onSystemReady"); in onSystemReady() 611 if (DEBUG) Log.d(TAG, "suppressing biometric unlock during boot"); in onSystemReady() 632 if (DEBUG) Log.d(TAG, "onScreenTurnedOff(" + why + ")"); in onScreenTurnedOff() 646 if (DEBUG) Log.d(TAG, "pending exit secure callback cancelled"); in onScreenTurnedOff() 710 if (DEBUG) Log.d(TAG, "setting alarm to turn off keyguard, seq = " in doKeyguardLaterLocked() 726 if (DEBUG) Log.d(TAG, "onScreenTurnedOn, seq = " + mDelayedShowingSequence); in onScreenTurnedOn() 774 if (DEBUG) Log.d(TAG, "setKeyguardEnabled(" + enabled + ")"); in setKeyguardEnabled() 780 if (DEBUG) Log.d(TAG, "in process of verifyUnlock request, ignoring"); in setKeyguardEnabled() [all …]
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/ |
D | BackgroundManager.java | 81 private static final boolean DEBUG = false; field in BackgroundManager 262 private static boolean DEBUG = BackgroundManager.DEBUG; field in BackgroundManager.BackgroundContinuityService 285 if (DEBUG) Log.v(TAG, "Returning instance with new count " + count); in getInstance() 292 if (DEBUG) Log.v(TAG, "mCount is zero, resetting"); in unref() 382 if (DEBUG) Log.v(TAG, "BackgroundManager no window background resource!"); in BackgroundManager() 434 if (DEBUG) Log.v(TAG, "onActivityResume " + this + in onActivityResume() 438 if (DEBUG) Log.v(TAG, "onActivityResume " + this + " updating service color " in onActivityResume() 449 if (DEBUG) Log.v(TAG, "syncWithService color " + Integer.toHexString(color) in syncWithService() 491 if (DEBUG) Log.v(TAG, "attachBehindWindow " + window); in attachBehindWindow() 524 if (DEBUG) Log.v(TAG, "detach " + this); in detach() [all …]
|
D | MediaControllerGlue.java | 20 private static final boolean DEBUG = false; field in MediaControllerGlue 27 if (DEBUG) Log.v(TAG, "onMetadataChanged"); 32 if (DEBUG) Log.v(TAG, "onPlaybackStateChanged"); 37 if (DEBUG) Log.v(TAG, "onSessionDestroyed"); 42 if (DEBUG) Log.v(TAG, "onSessionEvent"); 91 if (DEBUG) Log.v(TAG, "New media controller " + mediaController); in attachToMediaController() 207 if (DEBUG) Log.v(TAG, "startPlayback speed " + speed); in startPlayback() 219 if (DEBUG) Log.v(TAG, "pausePlayback"); in pausePlayback() 225 if (DEBUG) Log.v(TAG, "skipToNext"); in skipToNext() 231 if (DEBUG) Log.v(TAG, "skipToPrevious"); in skipToPrevious()
|
/frameworks/support/v4/java/android/support/v4/app/ |
D | LoaderManager.java | 177 LoaderManagerImpl.DEBUG = enabled; in enableDebugLogging() 189 static boolean DEBUG = false; field in LoaderManagerImpl 250 if (DEBUG) Log.v(TAG, " Starting: " + this); in start() 270 if (DEBUG) Log.v(TAG, " Retaining: " + this); in retain() 279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this); in finishRetain() 314 if (DEBUG) Log.v(TAG, " Stopping: " + this); in stop() 327 if (DEBUG) Log.v(TAG, " Destroying: " + this); in destroy() 332 if (DEBUG) Log.v(TAG, " Reseting: " + this); in destroy() 362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this); in onLoadComplete() 365 if (DEBUG) Log.v(TAG, " Ignoring load complete -- destroyed"); in onLoadComplete() [all …]
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | SearchBar.java | 59 private static final boolean DEBUG = false; field in SearchBar 191 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus); in onFinishInflate() 238 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent); in onFinishInflate() 242 if (DEBUG) Log.v(TAG, "Action or enter pressed"); in onFinishInflate() 247 if (DEBUG) Log.v(TAG, "Delayed action handling (search)"); in onFinishInflate() 253 if (DEBUG) Log.v(TAG, "Escaped North"); in onFinishInflate() 258 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)"); in onFinishInflate() 263 if (DEBUG) Log.v(TAG, "Voice Clicked"); in onFinishInflate() 268 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)"); in onFinishInflate() 293 if (DEBUG) Log.v(TAG, "SpeechOrb.onFocusChange " + hasFocus); in onFinishInflate() [all …]
|
D | DetailsOverviewSharedElementHelper.java | 40 private static final boolean DEBUG = false; field in DetailsOverviewSharedElementHelper 62 if (DEBUG) { in saveImageViewScale() 80 if (DEBUG) { in changeImageViewScale() 92 if (DEBUG) { in restoreImageViewScale() 109 if (DEBUG) { in onSharedElementStart() 146 if (DEBUG) { in onSharedElementEnd() 179 if (DEBUG) { in setSharedElementEnterTransition() 191 if (DEBUG) { in setSharedElementEnterTransition() 201 if (DEBUG) { in onBindToDrawable() 205 if (DEBUG) { in onBindToDrawable() [all …]
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SizeAdaptiveLayout.java | 55 private static final boolean DEBUG = false; field in SizeAdaptiveLayout 152 if (DEBUG) Log.d(TAG, this + " measure spec: " + in onMeasure() 161 if (DEBUG) Log.d(TAG, "active min: " + lp.minHeight + " max: " + lp.maxHeight); in onMeasure() 166 if (DEBUG) Log.d(TAG, "measured child at: " + childHeight); in onMeasure() 169 if (DEBUG) Log.d(TAG, "resolved to: " + resolvedHeight); in onMeasure() 171 if (DEBUG) Log.d(TAG, "bounded to: " + boundedHeight); in onMeasure() 208 if (DEBUG) Log.d(TAG, "looking at " + i + in selectActiveChild() 225 if (DEBUG) Log.d(TAG, " found exact match, finishing early"); in selectActiveChild() 242 if (DEBUG) Log.d(TAG, this + " onlayout height: " + (bottom - top)); in onLayout() 252 if (DEBUG) Log.d(TAG, this + " changed children from: " + mLastActive + in onLayout() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | SystemBars.java | 38 private static final boolean DEBUG = false; field in SystemBars 49 if (DEBUG) Log.d(TAG, "start"); in start() 50 mServiceMonitor = new ServiceMonitor(TAG, DEBUG, in start() 57 if (DEBUG) Log.d(TAG, "onNoService"); in onNoService() 63 if (DEBUG) Log.d(TAG, "onServiceStartAttempt mStatusBar="+mStatusBar); in onServiceStartAttempt() 88 if (DEBUG) Log.d(TAG, "createStatusBarFromConfig"); in createStatusBarFromConfig() 107 if (DEBUG) Log.d(TAG, "started " + mStatusBar.getClass().getSimpleName()); in createStatusBarFromConfig()
|
/frameworks/base/core/java/android/content/pm/ |
D | ParceledListSlice.java | 43 private static boolean DEBUG = false; field in ParceledListSlice 61 if (DEBUG) Log.d(TAG, "Retrieving " + N + " items"); in ParceledListSlice() 84 if (DEBUG) Log.d(TAG, "Read inline #" + i + ": " + mList.get(mList.size()-1)); in ParceledListSlice() 92 if (DEBUG) Log.d(TAG, "Reading more @" + i + " of " + N + ": retriever=" + retriever); in ParceledListSlice() 108 if (DEBUG) Log.d(TAG, "Read extra #" + i + ": " + mList.get(mList.size()-1)); in ParceledListSlice() 147 if (DEBUG) Log.d(TAG, "Writing " + N + " items"); in writeToParcel() 159 if (DEBUG) Log.d(TAG, "Wrote inline #" + i + ": " + mList.get(i)); in writeToParcel() 172 if (DEBUG) Log.d(TAG, "Writing more @" + i + " of " + N); in writeToParcel() 180 if (DEBUG) Log.d(TAG, "Wrote extra #" + i + ": " + mList.get(i)); in writeToParcel() 184 if (DEBUG) Log.d(TAG, "Breaking @" + i + " of " + N); in writeToParcel() [all …]
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DimLayer.java | 30 private static final boolean DEBUG = false; field in DimLayer 72 if (DEBUG) Slog.v(TAG, "Ctor: displayId=" + displayId); in DimLayer() 123 if (DEBUG) Slog.v(TAG, "setAlpha alpha=" + alpha); in setAlpha() 127 if (DEBUG) Slog.v(TAG, "setAlpha hiding"); in setAlpha() 131 if (DEBUG) Slog.v(TAG, "setAlpha showing"); in setAlpha() 204 if (DEBUG) Slog.v(TAG, "show: immediate"); in show() 218 if (DEBUG) Slog.v(TAG, "show: layer=" + layer + " alpha=" + alpha in show() 245 if (DEBUG) Slog.v(TAG, "show: mStartAlpha=" + mStartAlpha + " mStartTime=" + mStartTime); in show() 253 if (DEBUG) Slog.v(TAG, "hide: immediate"); in hide() 266 if (DEBUG) Slog.v(TAG, "hide: duration=" + duration); in hide() [all …]
|
/frameworks/base/core/java/android/printservice/ |
D | PrintService.java | 159 private static final boolean DEBUG = false; field in PrintService 429 if (DEBUG) { 446 if (DEBUG) { 457 if (DEBUG) { 468 if (DEBUG) { 478 if (DEBUG) { 489 if (DEBUG) { 500 if (DEBUG) { 511 if (DEBUG) { 520 if (DEBUG) { [all …]
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | SystemGesturesPointerEventListener.java | 30 private static final boolean DEBUG = false; field in SystemGesturesPointerEventListener 59 if (DEBUG) Slog.d(TAG, "mSwipeStartThreshold=" + mSwipeStartThreshold in SystemGesturesPointerEventListener() 84 if (DEBUG) Slog.d(TAG, "Firing debug"); in onPointerEvent() 94 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromTop"); in onPointerEvent() 97 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromBottom"); in onPointerEvent() 100 if (DEBUG) Slog.d(TAG, "Firing onSwipeFromRight"); in onPointerEvent() 111 if (DEBUG) Slog.d(TAG, "Ignoring " + event); in onPointerEvent() 118 if (DEBUG) Slog.d(TAG, "pointer " + pointerId + 124 if (DEBUG) Slog.d(TAG, "pointer " + pointerId + 171 if (DEBUG) Slog.d(TAG, "pointer " + mDownPointerId[i]
|