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

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PageContentView.java 45 private Drawable mEmptyState;
83 final boolean loadingDrawableChanged = (mEmptyState == null)
84 ? emptyState != null : !mEmptyState.equals(emptyState);
100 mEmptyState = emptyState;
107 setBackground(mEmptyState);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 95 private BitmapDrawable mEmptyState;
345 content.init(provider, mEmptyState, mErrorState, mMediaSize, mMinMargins);
476 mEmptyState = new BitmapDrawable(mContext.getResources(), loadingBitmap);
774 page.init(null, mEmptyState, mErrorState, mMediaSize, mMinMargins);

Completed in 37 milliseconds