Searched refs:DessertCaseView (Results 1 – 3 of 3) sorted by relevance
22 private DessertCaseView mView;23 private DessertCaseView.RescalingContainer mContainer;30 mView = new DessertCaseView(this); in onAttachedToWindow()32 mContainer = new DessertCaseView.RescalingContainer(this); in onAttachedToWindow()
25 DessertCaseView mView;40 mView = new DessertCaseView(this); in onStart()42 DessertCaseView.RescalingContainer container = new DessertCaseView.RescalingContainer(this); in onStart()
49 public class DessertCaseView extends FrameLayout { class50 private static final String TAG = DessertCaseView.class.getSimpleName();157 public DessertCaseView(Context context) { in DessertCaseView() method in DessertCaseView161 public DessertCaseView(Context context, AttributeSet attrs) { in DessertCaseView() method in DessertCaseView165 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) { in DessertCaseView() method in DessertCaseView506 private DessertCaseView mView;521 public void setView(DessertCaseView v) {