Searched refs:mPrototype (Results 1 – 5 of 5) sorted by relevance
446 private final PrinterCapabilitiesInfo mPrototype; field in PrinterCapabilitiesInfo.Builder459 mPrototype = new PrinterCapabilitiesInfo(); in Builder()477 if (mPrototype.mMediaSizes == null) { in addMediaSize()478 mPrototype.mMediaSizes = new ArrayList<MediaSize>(); in addMediaSize()480 final int insertionIndex = mPrototype.mMediaSizes.size(); in addMediaSize()481 mPrototype.mMediaSizes.add(mediaSize); in addMediaSize()484 mPrototype.mDefaults[PROPERTY_MEDIA_SIZE] = insertionIndex; in addMediaSize()505 if (mPrototype.mResolutions == null) { in addResolution()506 mPrototype.mResolutions = new ArrayList<Resolution>(); in addResolution()508 final int insertionIndex = mPrototype.mResolutions.size(); in addResolution()[all …]
294 private final PrintDocumentInfo mPrototype; field in PrintDocumentInfo.Builder313 mPrototype = new PrintDocumentInfo(); in Builder()314 mPrototype.mName = name; in Builder()333 mPrototype.mPageCount = pageCount; in setPageCount()350 mPrototype.mContentType = type; in setContentType()363 if (mPrototype.mPageCount == 0) { in build()364 mPrototype.mPageCount = PAGE_COUNT_UNKNOWN; in build()366 return new PrintDocumentInfo(mPrototype); in build()
783 private final PrintJobInfo mPrototype; field in PrintJobInfo.Builder792 mPrototype = (prototype != null) in Builder()803 mPrototype.mCopies = copies; in setCopies()812 mPrototype.mAttributes = attributes; in setAttributes()821 mPrototype.mPageRanges = pages; in setPages()833 mPrototype.mProgress = progress; in setProgress()843 mPrototype.mStatus = status; in setStatus()855 if (mPrototype.mAdvancedOptions == null) { in putAdvancedOption()856 mPrototype.mAdvancedOptions = new Bundle(); in putAdvancedOption()858 mPrototype.mAdvancedOptions.putString(key, value); in putAdvancedOption()[all …]
1244 private MotionEvent mPrototype; field in TouchExplorer.SendHoverExitDelayed1250 mPrototype = MotionEvent.obtain(prototype); in post()1268 mPrototype.recycle(); in clear()1269 mPrototype = null; in clear()1286 sendMotionEvent(mPrototype, MotionEvent.ACTION_HOVER_EXIT, in run()
54889 Landroid/print/PrintDocumentInfo$Builder;->mPrototype:Landroid/print/PrintDocumentInfo;54899 Landroid/print/PrinterCapabilitiesInfo$Builder;->mPrototype:Landroid/print/PrinterCapabilitiesInfo;55012 Landroid/print/PrintJobInfo$Builder;->mPrototype:Landroid/print/PrintJobInfo;