Searched refs:mPrototype (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/print/
H A DPrinterCapabilitiesInfo.java446 private final PrinterCapabilitiesInfo mPrototype; field in class:PrinterCapabilitiesInfo.Builder
459 mPrototype = new PrinterCapabilitiesInfo();
477 if (mPrototype.mMediaSizes == null) {
478 mPrototype.mMediaSizes = new ArrayList<MediaSize>();
480 final int insertionIndex = mPrototype.mMediaSizes.size();
481 mPrototype.mMediaSizes.add(mediaSize);
484 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex;
505 if (mPrototype.mResolutions == null) {
506 mPrototype.mResolutions = new ArrayList<Resolution>();
508 final int insertionIndex = mPrototype
[all...]
H A DPrintDocumentInfo.java291 private final PrintDocumentInfo mPrototype; field in class:PrintDocumentInfo.Builder
310 mPrototype = new PrintDocumentInfo();
311 mPrototype.mName = name;
330 mPrototype.mPageCount = pageCount;
347 mPrototype.mContentType = type;
360 if (mPrototype.mPageCount == 0) {
361 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN;
363 return new PrintDocumentInfo(mPrototype);
H A DPrintJobInfo.java771 private final PrintJobInfo mPrototype; field in class:PrintJobInfo.Builder
780 mPrototype = (prototype != null)
791 mPrototype.mCopies = copies;
800 mPrototype.mAttributes = attributes;
809 mPrototype.mPageRanges = pages;
821 mPrototype.mProgress = progress;
831 mPrototype.mStatus = status;
843 if (mPrototype.mAdvancedOptions == null) {
844 mPrototype.mAdvancedOptions = new Bundle();
846 mPrototype
[all...]
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DTouchExplorer.java1217 private MotionEvent mPrototype; field in class:TouchExplorer.SendHoverExitDelayed
1223 mPrototype = MotionEvent.obtain(prototype);
1241 mPrototype.recycle();
1242 mPrototype = null;
1259 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT,

Completed in 145 milliseconds