OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mErrorState
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PageContentView.java
47
private Drawable
mErrorState
;
69
setBackground(
mErrorState
);
101
mErrorState
= errorState;
109
setBackground(
mErrorState
);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java
96
private BitmapDrawable
mErrorState
;
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 126 milliseconds