Searched refs:mErrorState (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPageContentView.java47 private Drawable mErrorState; field in class:PageContentView
69 setBackground(mErrorState);
101 mErrorState = errorState;
109 setBackground(mErrorState);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java96 private BitmapDrawable mErrorState; field in class:PageAdapter
345 content.init(provider, mEmptyState, mErrorState, mMediaSize, mMinMargins);
492 mErrorState = new BitmapDrawable(mContext.getResources(), errorBitmap);
774 page.init(null, mEmptyState, mErrorState, mMediaSize, mMinMargins);

Completed in 80 milliseconds