Searched defs:mShowDebug (Results 1 - 2 of 2) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
H A DInspectorController.java55 private final boolean mShowDebug; field in class:InspectorController
87 mShowDebug = showDebug;
169 if (mShowDebug) {
/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java32 boolean mShowDebug = false; field in class:BouncyDroid.BouncyView
167 setDebug(!mShowDebug);
178 if (d != mShowDebug) {
197 mShowDebug = d;
314 if (mShowDebug) mShowDebugView.invalidate();

Completed in 102 milliseconds