Searched defs:emptyView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEmptyViewController.java46 * @param emptyView The view that should be displayed when main view is empty.
48 public EmptyViewController(ViewGroup mainLayout, View contentView, View emptyView) { argument
51 mEmptyView = emptyView;
56 .addTarget(emptyView)

Completed in 107 milliseconds