Home
last modified time | relevance | path

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

/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
DRoundView.java33 public class RoundView extends View { class
42 public RoundView(Context context) { in RoundView() method in RoundView
47 public RoundView(Context context, AttributeSet attrs) { in RoundView() method in RoundView
52 public RoundView(Context context, AttributeSet attrs, int defStyle) { in RoundView() method in RoundView
DInsertingCells.java48 private RoundView mRoundView;
69 mRoundView = (RoundView)findViewById(R.id.round_view); in onCreate()