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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseDream.java22 private DessertCaseView mView;
23 private DessertCaseView.RescalingContainer mContainer;
30 mView = new DessertCaseView(this);
32 mContainer = new DessertCaseView.RescalingContainer(this);
H A DDessertCase.java25 DessertCaseView mView;
40 mView = new DessertCaseView(this);
42 DessertCaseView.RescalingContainer container = new DessertCaseView.RescalingContainer(this);
H A DDessertCaseView.java42 public class DessertCaseView extends FrameLayout { class in inherits:FrameLayout
43 private static final String TAG = DessertCaseView.class.getSimpleName();
150 public DessertCaseView(Context context) { method in class:DessertCaseView
154 public DessertCaseView(Context context, AttributeSet attrs) { method in class:DessertCaseView
158 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) { method in class:DessertCaseView
499 private DessertCaseView mView;
514 public void setView(DessertCaseView v) {

Completed in 55 milliseconds