Searched refs:ShadowLayout (Results 1 – 2 of 2) sorted by relevance
37 public class ShadowLayout extends RelativeLayout { class47 public ShadowLayout(Context context, AttributeSet attrs, int defStyle) { in ShadowLayout() method in ShadowLayout52 public ShadowLayout(Context context, AttributeSet attrs) { in ShadowLayout() method in ShadowLayout57 public ShadowLayout(Context context) { in ShadowLayout() method in ShadowLayout
65 private ShadowLayout mShadowLayout;74 mShadowLayout = (ShadowLayout) findViewById(R.id.shadowLayout); in onCreate()