Home
last modified time | relevance | path

Searched refs:DessertCaseView (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDessertCaseDream.java22 private DessertCaseView mView;
23 private DessertCaseView.RescalingContainer mContainer;
30 mView = new DessertCaseView(this); in onAttachedToWindow()
32 mContainer = new DessertCaseView.RescalingContainer(this); in onAttachedToWindow()
DDessertCase.java25 DessertCaseView mView;
40 mView = new DessertCaseView(this); in onStart()
42 DessertCaseView.RescalingContainer container = new DessertCaseView.RescalingContainer(this); in onStart()
DDessertCaseView.java49 public class DessertCaseView extends FrameLayout { class
50 private static final String TAG = DessertCaseView.class.getSimpleName();
157 public DessertCaseView(Context context) { in DessertCaseView() method in DessertCaseView
161 public DessertCaseView(Context context, AttributeSet attrs) { in DessertCaseView() method in DessertCaseView
165 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) { in DessertCaseView() method in DessertCaseView
506 private DessertCaseView mView;
521 public void setView(DessertCaseView v) {