Home | History | Annotate | Download | only in egg

Lines Matching refs:inset

754             final int inset = (PARAMS.OBSTACLE_WIDTH - PARAMS.OBSTACLE_STEM_WIDTH) / 2;
763 s1.setTranslationX(mWidth+inset);
783 .translationY(s1.h-inset)
798 s2.setTranslationX(mWidth+inset);
1107 final int inset = (PARAMS.PLAYER_SIZE - PARAMS.PLAYER_HIT_SIZE)/2;
1111 corners[i*2] = scale * sHull[i*2] + inset;
1112 corners[i*2+1] = scale * sHull[i*2+1] + inset;