Home | History | Annotate | Download | only in egg

Lines Matching refs:mWidth

150     private int mWidth, mHeight;
191 public int getGameWidth() { return mWidth; }
253 mWidth = getWidth();
261 sun.setTranslationX(frand(w, mWidth-w));
283 moon.setTranslationX(frand(w, mWidth - w));
325 s.setTranslationX(frand(-lp.width, mWidth + lp.width));
329 mDroid.setX(mWidth / 2);
374 mDroid.setX(mWidth / 2);
508 s1.setTranslationX(mWidth+inset);
522 p1.setTranslationX(mWidth);
543 s2.setTranslationX(mWidth+inset);
557 p2.setTranslationX(mWidth);