HomeSort by relevance Sort by last modified time
    Searched refs:MLand (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLandActivity.java 27 MLand mLand;
32 setContentView(R.layout.mland);
33 mLand = (MLand) findViewById(R.id.world);
34 mLand.setScoreFieldHolder((ViewGroup) findViewById(R.id.scores));
36 mLand.setSplash(welcome);
37 final int numControllers = mLand.getGameControllers().size();
39 mLand.setupPlayers(numControllers);
44 final int N = mLand.getNumPlayers()
    [all...]
MLand.java 57 public class MLand extends FrameLayout {
58 public static final String TAG = "MLand";
182 public MLand(Context context) {
186 public MLand(Context context, AttributeSet attrs) {
190 public MLand(Context context, AttributeSet attrs, int defStyle) {
    [all...]

Completed in 48 milliseconds