HomeSort by relevance Sort by last modified time
    Searched full:loadingview (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 434 public void setLoadingViewTemplates(RemoteViews loadingView, RemoteViews firstView) {
435 mUserLoadingView = loadingView;
476 View loadingView = mUserLoadingView.apply(parent.getContext(), parent,
478 loadingView.setTagInternal(com.android.internal.R.id.rowTypeId,
480 layout.addView(loadingView);
    [all...]

Completed in 41 milliseconds