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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseDream.java 22 private DessertCaseView mView;
23 private DessertCaseView.RescalingContainer mContainer;
30 mView = new DessertCaseView(this);
32 mContainer = new DessertCaseView.RescalingContainer(this);
DessertCase.java 25 DessertCaseView mView;
40 mView = new DessertCaseView(this);
42 DessertCaseView.RescalingContainer container = new DessertCaseView.RescalingContainer(this);
DessertCaseView.java 49 public class DessertCaseView extends FrameLayout {
50 private static final String TAG = DessertCaseView.class.getSimpleName();
157 public DessertCaseView(Context context) {
161 public DessertCaseView(Context context, AttributeSet attrs) {
165 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) {
506 private DessertCaseView mView;
521 public void setView(DessertCaseView v) {

Completed in 56 milliseconds