Home
last modified time | relevance | path

Searched refs:ShadowLayout (Results 1 – 2 of 2) sorted by relevance

/development/samples/devbytes/animation/ActivityAnimations/src/com/example/android/activityanim/
DShadowLayout.java37 public class ShadowLayout extends RelativeLayout { class
47 public ShadowLayout(Context context, AttributeSet attrs, int defStyle) { in ShadowLayout() method in ShadowLayout
52 public ShadowLayout(Context context, AttributeSet attrs) { in ShadowLayout() method in ShadowLayout
57 public ShadowLayout(Context context) { in ShadowLayout() method in ShadowLayout
DPictureDetailsActivity.java65 private ShadowLayout mShadowLayout;
74 mShadowLayout = (ShadowLayout) findViewById(R.id.shadowLayout); in onCreate()