HomeSort by relevance Sort by last modified time
    Searched full:mapology (Results 1 - 1 of 1) sorted by null

  /packages/experimental/Bummer/src/com/android/dreams/bummer/
Bummer.java 35 private BummerView mApology;
45 mApology = new BummerView(this);
46 mApology.setText(message);
47 mApology.setTextColor(color);
48 mApology.setTextSize(size);
49 mApology.setCompoundDrawablesWithIntrinsicBounds(android.R.drawable.stat_sys_warning, 0, 0,
51 mApology.setCompoundDrawablePadding(8);
52 mApology.setAlpha(0.5f);
58 mApology.setVisibility(View.INVISIBLE);
59 mFrame.addView(mApology, lp)
    [all...]

Completed in 81 milliseconds