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

  /development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
RoundView.java 33 public class RoundView extends View {
42 public RoundView(Context context) {
47 public RoundView(Context context, AttributeSet attrs) {
52 public RoundView(Context context, AttributeSet attrs, int defStyle) {
InsertingCells.java 48 private RoundView mRoundView;
69 mRoundView = (RoundView)findViewById(R.id.round_view);

Completed in 73 milliseconds