Lines Matching refs:UiDataModel
27 import com.android.deskclock.uidata.UiDataModel;
28 import com.android.deskclock.uidata.UiDataModel.Tab;
35 * including ListViews, RecyclerViews and this application's UiDataModel. Each of these models can
54 // Supported sources of scroll position include: ListView, RecyclerView and UiDataModel.
56 private UiDataModel mUiDataModel;
60 * @param dropShadowView to be hidden/shown as {@code uiDataModel} reports scrolling changes
61 * @param uiDataModel models the vertical scrolling state of the application's selected tab
65 public DropShadowController(View dropShadowView, UiDataModel uiDataModel, View hairlineView) {
67 mUiDataModel = uiDataModel;
70 updateDropShadow(!uiDataModel.isSelectedTabScrolledToTop());
98 .setDuration(UiDataModel.getUiDataModel().getShortAnimationDuration());
165 // UiDataModel reports scroll change.