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

  /external/proguard/examples/annotations/examples/
Bean.java 4 * This bean illustrates the use of annotations for configuring ProGuard.
7 * javac -classpath ../lib/annotations.jar Bean.java
15 public class Bean
  /prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
Bean.java 4 * This bean illustrates the use of annotations for configuring ProGuard.
7 * javac -classpath ../lib/annotations.jar Bean.java
15 public class Bean
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
BeanBag.java 140 public class Bean extends ImageView {
160 public Bean(Context context, AttributeSet as) {
165 return String.format("<bean (%.1f, %.1f) (%d x %d)>",
174 BitmapDrawable bean = (BitmapDrawable) getContext().getResources().getDrawable(beanId); local
175 Bitmap beanBits = bean.getBitmap();
180 bean.setAlpha(0x80);
182 this.setImageDrawable(bean);
235 public float overlap(Bean other) {
287 Bean nv = new Bean(getContext(), null)
    [all...]

Completed in 221 milliseconds