Searched refs:mShowDebugView (Results 1 - 1 of 1) sorted by relevance

/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java132 View mShowDebugView; field in class:BouncyDroid.BouncyView
180 mShowDebugView = new DebugView(getContext());
181 mShowDebugView.setLayoutParams(
186 addView(mShowDebugView);
190 if (mShowDebugView != null) {
191 removeView(mShowDebugView);
192 mShowDebugView = null;
314 if (mShowDebug) mShowDebugView.invalidate();

Completed in 33 milliseconds