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

/packages/experimental/DreamTheater/src/com/android/dreamtheater/
H A DBouncyDroid.java131 ImageView mBug; field in class:BouncyDroid.BouncyView
154 mBug = new ImageView(context);
155 mBug.setScaleType(ImageView.ScaleType.MATRIX);
156 addView(mBug, new ViewGroup.LayoutParams(
188 mBug.setBackgroundColor(0x2000FF00);
194 mBug.setBackgroundColor(0);
298 mBug.setTranslationX(mBody.p.x - mBody.r);
299 mBug.setTranslationY(mBody.p.y - mBody.r);
306 mBug.setImageMatrix(m);
308 mBug
[all...]

Completed in 123 milliseconds